Shades of Tea Rose #EA8ACE
Tints of Tea Rose #EA8ACE
RGB
CMYK
RGB Variations
Color information
#EA8ACE (or 0xEA8ACE) is known color: Tea Rose. HEX triplet: EA, 8A and CE. RGB value is (234,138,206). Sum of RGB (Red+Green+Blue) = 234+138+206=578 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.48% from 578); Green value is 138 (54.30% from 255 or 23.88% from 578); Blue value is 206 (80.86% from 255 or 35.64% from 578); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8ACE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA8ACE is #157531. Grayscale: #AEAEAE. Windows color (decimal): -1406258 or 13535978. OLE color: 13535978.
HSL color Cylindrical-coordinate representation of color #EA8ACE: hue angle of 317.5º degrees, saturation: 0.7, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EA8ACE is Cyan = 0, Magento = 0.41, Yellow = 0.12 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 138 | 206 | - |
| CMYK | 0 | 0.41 | 0.12 | 0.08 |
| HSL | 317.5º | 0.7% | 0.73% | - |
| HSV(B) | 317.5º | 0.41% | 0.92% | - |
| XYZ | 54.16 | 40.13 | 63.28 | - |
| YUV | 174.46 | 145.8 | 170.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 138 | 206 | 0 | 0.41 | 0.12 | 0.08 | 317.5 | 0.7 | 0.73 |
| Hex | EA | 8A | CE | 0 | 29 | C | 8 | 13E | 46 | 49 |
| Octal | 352 | 212 | 316 | 0 | 51 | 14 | 10 | 476 | 106 | 111 |
| Binary | 11101010 | 10001010 | 11001110 | 0 | 101001 | 1100 | 1000 | 100111110 | 1000110 | 1001001 |
Color Harmonies of #EA8ACE
Complementary color
Monochromatic Colors of #EA8ACE
Black with #EA8ACE
Text Example
Text Example
White with #EA8ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA8ACE; }
p { color: rgb(234,138,206); }
H1.HeaderClassName
{
color: #EA8ACE;
}
.AnyTagClassName
{
color: #EA8ACE;
}
</style>
background-color css
<style>
a { background-color: #EA8ACE; }
a { background-color: rgb(234,138,206); }
div.DivClassName
{
background-color: #EA8ACE;
}
.BgClassName
{
background-color: #EA8ACE;
}
</style>
border-color css
<style>
span { border-color: #EA8ACE; }
span { border-color: rgb(234,138,206); }
td.TdClassName
{
border-color: #EA8ACE;
}
.TagClassName
{
border-color: #EA8ACE;
}
</style>