Shades of Tea Rose #E088CA
Tints of Tea Rose #E088CA
RGB
CMYK
RGB Variations
Color information
#E088CA (or 0xE088CA) is known color: Tea Rose. HEX triplet: E0, 88 and CA. RGB value is (224,136,202). Sum of RGB (Red+Green+Blue) = 224+136+202=562 (74% of max value = 765). Red value is 224 (87.89% from 255 or 39.86% from 562); Green value is 136 (53.52% from 255 or 24.20% from 562); Blue value is 202 (79.30% from 255 or 35.94% from 562); Max value from RGB is 224 - color contains mainly: red. Hex color #E088CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E088CA is #1F7735. Grayscale: #A9A9A9. Windows color (decimal): -2062134 or 13273312. OLE color: 13273312.
HSL color Cylindrical-coordinate representation of color #E088CA: hue angle of 315º degrees, saturation: 0.59, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E088CA is Cyan = 0, Magento = 0.39, Yellow = 0.10 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 136 | 202 | - |
| CMYK | 0 | 0.39 | 0.10 | 0.12 |
| HSL | 315º | 0.59% | 0.71% | - |
| HSV(B) | 315º | 0.39% | 0.88% | - |
| XYZ | 50.21 | 37.72 | 60.51 | - |
| YUV | 169.84 | 146.15 | 166.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 136 | 202 | 0 | 0.39 | 0.10 | 0.12 | 315 | 0.59 | 0.71 |
| Hex | E0 | 88 | CA | 0 | 27 | A | C | 13B | 3B | 47 |
| Octal | 340 | 210 | 312 | 0 | 47 | 12 | 14 | 473 | 73 | 107 |
| Binary | 11100000 | 10001000 | 11001010 | 0 | 100111 | 1010 | 1100 | 100111011 | 111011 | 1000111 |
Color Harmonies of #E088CA
Complementary color
Monochromatic Colors of #E088CA
Black with #E088CA
Text Example
Text Example
White with #E088CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E088CA; }
p { color: rgb(224,136,202); }
H1.HeaderClassName
{
color: #E088CA;
}
.AnyTagClassName
{
color: #E088CA;
}
</style>
background-color css
<style>
a { background-color: #E088CA; }
a { background-color: rgb(224,136,202); }
div.DivClassName
{
background-color: #E088CA;
}
.BgClassName
{
background-color: #E088CA;
}
</style>
border-color css
<style>
span { border-color: #E088CA; }
span { border-color: rgb(224,136,202); }
td.TdClassName
{
border-color: #E088CA;
}
.TagClassName
{
border-color: #E088CA;
}
</style>