Tea rose color: code #E8C1B5
Tea rose
#E8C1B5
Color codes
- HEX
#E8C1B5 - RGB
rgb(232, 193, 181) - HSL
hsl(14, 53%, 81%) - HSV
hsv(14, 22%, 91%) - CMYK
cmyk(0%, 17%, 22%, 9%) - LAB
lab(81.1% 12.1 11.2) - OKLCH
oklch(84.2% 0.048 37.8)
About the color Tea rose
Tea rose has the HEX code #E8C1B5, which corresponds to rgb(232, 193, 181) in the RGB model. On the color wheel its hue sits at 14°, with 53% saturation and 81% lightness (hsl(14, 53%, 81%)).
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 dark text: black reaches a 12.72:1 contrast ratio on it, versus 1.65:1 for white.
For print, the approximate conversion is cmyk(0%, 17%, 22%, 9%). Always confirm with your printer’s color profile, because the result depends on paper and ink.
Lighter tints
Darker shades
Color combinations with Tea rose
Complementary
#E8C1B5 · #B5DCE8
Analogous
#E8B5C3 · #E8C1B5 · #E8DBB5
Triadic
#E8C1B5 · #B5E8C1 · #C1B5E8
Tetradic
#E8C1B5 · #C3E8B5 · #B5DCE8 · #DBB5E8
Split-complementary
#E8C1B5 · #B5E8DB · #B5C3E8
Monochromatic
#CA6F53 · #DCA08E · #E8C1B5 · #FAF2EF · #FFFFFF
Tea rose with white and black text
How to use it in CSS
:root {
--color-tea-rose: #E8C1B5;
--color-tea-rose-rgb: 232, 193, 181;
}
.elemento {
background-color: var(--color-tea-rose);
color: #000000;
}