Ruby color: code #E0115F
Ruby
#E0115F
Color codes
- HEX
#E0115F - RGB
rgb(224, 17, 95) - HSL
hsl(337, 86%, 47%) - HSV
hsv(337, 92%, 88%) - CMYK
cmyk(0%, 92%, 58%, 12%) - LAB
lab(48.4% 74 14.1) - OKLCH
oklch(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
How to use it in CSS
:root {
--color-ruby: #E0115F;
--color-ruby-rgb: 224, 17, 95;
}
.elemento {
background-color: var(--color-ruby);
color: #FFFFFF;
}