Skip to contents

Access the HEX code of the red used by EastBIO

Usage

ebio_red()

Value

The HEX code of the EastBIO red.

See also

Other EBIO Colours: ebio_blue(), ebio_green(), ebio_orange()

Examples


barplot(
  1:3,
  col = ebio_red()
)