Shades of Tea Rose #E88ECB
Tints of Tea Rose #E88ECB
RGB
CMYK
RGB Variations
Color information
#E88ECB (or 0xE88ECB) is known color: Tea Rose. HEX triplet: E8, 8E and CB. RGB value is (232,142,203). Sum of RGB (Red+Green+Blue) = 232+142+203=577 (76% of max value = 765). Red value is 232 (91.02% from 255 or 40.21% from 577); Green value is 142 (55.86% from 255 or 24.61% from 577); Blue value is 203 (79.69% from 255 or 35.18% from 577); Max value from RGB is 232 - color contains mainly: red. Hex color #E88ECB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E88ECB is #177134. Grayscale: #AFAFAF. Windows color (decimal): -1536309 or 13340392. OLE color: 13340392.
HSL color Cylindrical-coordinate representation of color #E88ECB: hue angle of 319.33º 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 #E88ECB is Cyan = 0, Magento = 0.39, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 142 | 203 | - |
| CMYK | 0 | 0.39 | 0.12 | 0.09 |
| HSL | 319.33º | 0.66% | 0.73% | - |
| HSV(B) | 319.33º | 0.39% | 0.91% | - |
| XYZ | 53.73 | 40.81 | 61.55 | - |
| YUV | 175.86 | 143.32 | 168.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 142 | 203 | 0 | 0.39 | 0.12 | 0.09 | 319.33 | 0.66 | 0.73 |
| Hex | E8 | 8E | CB | 0 | 27 | C | 9 | 13F | 42 | 49 |
| Octal | 350 | 216 | 313 | 0 | 47 | 14 | 11 | 477 | 102 | 111 |
| Binary | 11101000 | 10001110 | 11001011 | 0 | 100111 | 1100 | 1001 | 100111111 | 1000010 | 1001001 |
Color Harmonies of #E88ECB
Complementary color
Monochromatic Colors of #E88ECB
Black with #E88ECB
Text Example
Text Example
White with #E88ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E88ECB; }
p { color: rgb(232,142,203); }
H1.HeaderClassName
{
color: #E88ECB;
}
.AnyTagClassName
{
color: #E88ECB;
}
</style>
background-color css
<style>
a { background-color: #E88ECB; }
a { background-color: rgb(232,142,203); }
div.DivClassName
{
background-color: #E88ECB;
}
.BgClassName
{
background-color: #E88ECB;
}
</style>
border-color css
<style>
span { border-color: #E88ECB; }
span { border-color: rgb(232,142,203); }
td.TdClassName
{
border-color: #E88ECB;
}
.TagClassName
{
border-color: #E88ECB;
}
</style>