Shades of Tea Rose #E88ECF
Tints of Tea Rose #E88ECF
RGB
CMYK
RGB Variations
Color information
#E88ECF (or 0xE88ECF) is known color: Tea Rose. HEX triplet: E8, 8E and CF. RGB value is (232,142,207). Sum of RGB (Red+Green+Blue) = 232+142+207=581 (76% of max value = 765). Red value is 232 (91.02% from 255 or 39.93% from 581); Green value is 142 (55.86% from 255 or 24.44% from 581); Blue value is 207 (81.25% from 255 or 35.63% from 581); Max value from RGB is 232 - color contains mainly: red. Hex color #E88ECF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E88ECF is #177130. Grayscale: #B0B0B0. Windows color (decimal): -1536305 or 13602536. OLE color: 13602536.
HSL color Cylindrical-coordinate representation of color #E88ECF: hue angle of 316.67º degrees, saturation: 0.66, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E88ECF is Cyan = 0, Magento = 0.39, Yellow = 0.11 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 142 | 207 | - |
| CMYK | 0 | 0.39 | 0.11 | 0.09 |
| HSL | 316.67º | 0.66% | 0.73% | - |
| HSV(B) | 316.67º | 0.39% | 0.91% | - |
| XYZ | 54.21 | 41.01 | 64.09 | - |
| YUV | 176.32 | 145.32 | 167.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 142 | 207 | 0 | 0.39 | 0.11 | 0.09 | 316.67 | 0.66 | 0.73 |
| Hex | E8 | 8E | CF | 0 | 27 | B | 9 | 13D | 42 | 49 |
| Octal | 350 | 216 | 317 | 0 | 47 | 13 | 11 | 475 | 102 | 111 |
| Binary | 11101000 | 10001110 | 11001111 | 0 | 100111 | 1011 | 1001 | 100111101 | 1000010 | 1001001 |
Color Harmonies of #E88ECF
Complementary color
Monochromatic Colors of #E88ECF
Black with #E88ECF
Text Example
Text Example
White with #E88ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E88ECF; }
p { color: rgb(232,142,207); }
H1.HeaderClassName
{
color: #E88ECF;
}
.AnyTagClassName
{
color: #E88ECF;
}
</style>
background-color css
<style>
a { background-color: #E88ECF; }
a { background-color: rgb(232,142,207); }
div.DivClassName
{
background-color: #E88ECF;
}
.BgClassName
{
background-color: #E88ECF;
}
</style>
border-color css
<style>
span { border-color: #E88ECF; }
span { border-color: rgb(232,142,207); }
td.TdClassName
{
border-color: #E88ECF;
}
.TagClassName
{
border-color: #E88ECF;
}
</style>