Shades of Tea Rose #EE8ECB
Tints of Tea Rose #EE8ECB
RGB
CMYK
RGB Variations
Color information
#EE8ECB (or 0xEE8ECB) is known color: Tea Rose. HEX triplet: EE, 8E and CB. RGB value is (238,142,203). Sum of RGB (Red+Green+Blue) = 238+142+203=583 (77% of max value = 765). Red value is 238 (93.36% from 255 or 40.82% from 583); Green value is 142 (55.86% from 255 or 24.36% from 583); Blue value is 203 (79.69% from 255 or 34.82% from 583); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8ECB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EE8ECB is #117134. Grayscale: #B1B1B1. Windows color (decimal): -1143093 or 13340398. OLE color: 13340398.
HSL color Cylindrical-coordinate representation of color #EE8ECB: hue angle of 321.88º 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 #EE8ECB is Cyan = 0, Magento = 0.40, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 142 | 203 | - |
| CMYK | 0 | 0.40 | 0.15 | 0.07 |
| HSL | 321.88º | 0.74% | 0.75% | - |
| HSV(B) | 321.88º | 0.4% | 0.93% | - |
| XYZ | 55.71 | 41.83 | 61.64 | - |
| YUV | 177.66 | 142.3 | 171.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 142 | 203 | 0 | 0.40 | 0.15 | 0.07 | 321.88 | 0.74 | 0.75 |
| Hex | EE | 8E | CB | 0 | 28 | F | 7 | 142 | 4A | 4B |
| Octal | 356 | 216 | 313 | 0 | 50 | 17 | 7 | 502 | 112 | 113 |
| Binary | 11101110 | 10001110 | 11001011 | 0 | 101000 | 1111 | 111 | 101000010 | 1001010 | 1001011 |
Color Harmonies of #EE8ECB
Complementary color
Monochromatic Colors of #EE8ECB
Black with #EE8ECB
Text Example
Text Example
White with #EE8ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE8ECB; }
p { color: rgb(238,142,203); }
H1.HeaderClassName
{
color: #EE8ECB;
}
.AnyTagClassName
{
color: #EE8ECB;
}
</style>
background-color css
<style>
a { background-color: #EE8ECB; }
a { background-color: rgb(238,142,203); }
div.DivClassName
{
background-color: #EE8ECB;
}
.BgClassName
{
background-color: #EE8ECB;
}
</style>
border-color css
<style>
span { border-color: #EE8ECB; }
span { border-color: rgb(238,142,203); }
td.TdClassName
{
border-color: #EE8ECB;
}
.TagClassName
{
border-color: #EE8ECB;
}
</style>