Shades of Tea Rose #EE8ED2
Tints of Tea Rose #EE8ED2
RGB
CMYK
RGB Variations
Color information
#EE8ED2 (or 0xEE8ED2) is known color: Tea Rose. HEX triplet: EE, 8E and D2. RGB value is (238,142,210). Sum of RGB (Red+Green+Blue) = 238+142+210=590 (78% of max value = 765). Red value is 238 (93.36% from 255 or 40.34% from 590); Green value is 142 (55.86% from 255 or 24.07% from 590); Blue value is 210 (82.42% from 255 or 35.59% from 590); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8ED2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EE8ED2 is #11712D. Grayscale: #B2B2B2. Windows color (decimal): -1143086 or 13799150. OLE color: 13799150.
HSL color Cylindrical-coordinate representation of color #EE8ED2: hue angle of 317.5º degrees, saturation: 0.74, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EE8ED2 is Cyan = 0, Magento = 0.40, Yellow = 0.12 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 142 | 210 | - |
| CMYK | 0 | 0.40 | 0.12 | 0.07 |
| HSL | 317.5º | 0.74% | 0.75% | - |
| HSV(B) | 317.5º | 0.4% | 0.93% | - |
| XYZ | 56.57 | 42.18 | 66.13 | - |
| YUV | 178.46 | 145.8 | 170.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 142 | 210 | 0 | 0.40 | 0.12 | 0.07 | 317.5 | 0.74 | 0.75 |
| Hex | EE | 8E | D2 | 0 | 28 | C | 7 | 13E | 4A | 4B |
| Octal | 356 | 216 | 322 | 0 | 50 | 14 | 7 | 476 | 112 | 113 |
| Binary | 11101110 | 10001110 | 11010010 | 0 | 101000 | 1100 | 111 | 100111110 | 1001010 | 1001011 |
Color Harmonies of #EE8ED2
Complementary color
Monochromatic Colors of #EE8ED2
Black with #EE8ED2
Text Example
Text Example
White with #EE8ED2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE8ED2; }
p { color: rgb(238,142,210); }
H1.HeaderClassName
{
color: #EE8ED2;
}
.AnyTagClassName
{
color: #EE8ED2;
}
</style>
background-color css
<style>
a { background-color: #EE8ED2; }
a { background-color: rgb(238,142,210); }
div.DivClassName
{
background-color: #EE8ED2;
}
.BgClassName
{
background-color: #EE8ED2;
}
</style>
border-color css
<style>
span { border-color: #EE8ED2; }
span { border-color: rgb(238,142,210); }
td.TdClassName
{
border-color: #EE8ED2;
}
.TagClassName
{
border-color: #EE8ED2;
}
</style>