Shades of Tea Rose #E88CCA
Tints of Tea Rose #E88CCA
RGB
CMYK
RGB Variations
Color information
#E88CCA (or 0xE88CCA) is known color: Tea Rose. HEX triplet: E8, 8C and CA. RGB value is (232,140,202). Sum of RGB (Red+Green+Blue) = 232+140+202=574 (76% of max value = 765). Red value is 232 (91.02% from 255 or 40.42% from 574); Green value is 140 (55.08% from 255 or 24.39% from 574); Blue value is 202 (79.30% from 255 or 35.19% from 574); Max value from RGB is 232 - color contains mainly: red. Hex color #E88CCA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E88CCA is #177335. Grayscale: #AEAEAE. Windows color (decimal): -1536822 or 13274344. OLE color: 13274344.
HSL color Cylindrical-coordinate representation of color #E88CCA: hue angle of 319.57º degrees, saturation: 0.67, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E88CCA is Cyan = 0, Magento = 0.40, Yellow = 0.13 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 140 | 202 | - |
| CMYK | 0 | 0.40 | 0.13 | 0.09 |
| HSL | 319.57º | 0.67% | 0.73% | - |
| HSV(B) | 319.57º | 0.4% | 0.91% | - |
| XYZ | 53.32 | 40.18 | 60.82 | - |
| YUV | 174.58 | 143.48 | 168.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 140 | 202 | 0 | 0.40 | 0.13 | 0.09 | 319.57 | 0.67 | 0.73 |
| Hex | E8 | 8C | CA | 0 | 28 | D | 9 | 140 | 43 | 49 |
| Octal | 350 | 214 | 312 | 0 | 50 | 15 | 11 | 500 | 103 | 111 |
| Binary | 11101000 | 10001100 | 11001010 | 0 | 101000 | 1101 | 1001 | 101000000 | 1000011 | 1001001 |
Color Harmonies of #E88CCA
Complementary color
Monochromatic Colors of #E88CCA
Black with #E88CCA
Text Example
Text Example
White with #E88CCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E88CCA; }
p { color: rgb(232,140,202); }
H1.HeaderClassName
{
color: #E88CCA;
}
.AnyTagClassName
{
color: #E88CCA;
}
</style>
background-color css
<style>
a { background-color: #E88CCA; }
a { background-color: rgb(232,140,202); }
div.DivClassName
{
background-color: #E88CCA;
}
.BgClassName
{
background-color: #E88CCA;
}
</style>
border-color css
<style>
span { border-color: #E88CCA; }
span { border-color: rgb(232,140,202); }
td.TdClassName
{
border-color: #E88CCA;
}
.TagClassName
{
border-color: #E88CCA;
}
</style>