Ruby color: code #E0115F

Ruby

#E0115F

Color codes

  • HEX#E0115F
  • RGBrgb(224, 17, 95)
  • HSLhsl(337, 86%, 47%)
  • HSVhsv(337, 92%, 88%)
  • CMYKcmyk(0%, 92%, 58%, 12%)
  • LABlab(48.4% 74 14.1)
  • OKLCHoklch(58.4% 0.228 8.9)

About the color Ruby

Ruby has the HEX code #E0115F, which corresponds to rgb(224, 17, 95) in the RGB model. On the color wheel its hue sits at 337°, with 86% saturation and 47% lightness (hsl(337, 86%, 47%)).

Because of its hue it reads as a warm color: it tends to feel energetic and close, and it visually “advances” in a composition.

As a background it calls for light text: white reaches a 4.75:1 contrast ratio on it, versus 4.41:1 for black.

For print, the approximate conversion is cmyk(0%, 92%, 58%, 12%). Always confirm with your printer’s color profile, because the result depends on paper and ink.

Lighter tints

Darker shades

Color combinations with Ruby

Complementary

#E0115F · #11DF90

Analogous

#DF11C7 · #E0115F · #DF2911

Triadic

#E0115F · #60DF11 · #1160DF

Tetradic

#E0115F · #C7DF11 · #11DF90 · #2911DF

Split-complementary

#E0115F · #11DF29 · #11C7DF

Monochromatic

#68082D · #AF0D4B · #E0115F · #F14B8B · #F792B9

Ruby with white and black text

White text Aa Bb Cc 123
4.75:1 · AA
Black text Aa Bb Cc 123
4.41:1 · large text only

Test other pairs in the contrast checker

How to use it in CSS

:root {
  --color-ruby: #E0115F;
  --color-ruby-rgb: 224, 17, 95;
}

.elemento {
  background-color: var(--color-ruby);
  color: #FFFFFF;
}