Shades of Tea Rose #E884CA
Tints of Tea Rose #E884CA
RGB
CMYK
RGB Variations
Color information
#E884CA (or 0xE884CA) is known color: Tea Rose. HEX triplet: E8, 84 and CA. RGB value is (232,132,202). Sum of RGB (Red+Green+Blue) = 232+132+202=566 (74% of max value = 765). Red value is 232 (91.02% from 255 or 40.99% from 566); Green value is 132 (51.95% from 255 or 23.32% from 566); Blue value is 202 (79.30% from 255 or 35.69% from 566); Max value from RGB is 232 - color contains mainly: red. Hex color #E884CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E884CA is #177B35. Grayscale: #A9A9A9. Windows color (decimal): -1538870 or 13272296. OLE color: 13272296.
HSL color Cylindrical-coordinate representation of color #E884CA: hue angle of 318º degrees, saturation: 0.68, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E884CA is Cyan = 0, Magento = 0.43, Yellow = 0.13 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 132 | 202 | - |
| CMYK | 0 | 0.43 | 0.13 | 0.09 |
| HSL | 318º | 0.68% | 0.71% | - |
| HSV(B) | 318º | 0.43% | 0.91% | - |
| XYZ | 52.19 | 37.92 | 60.45 | - |
| YUV | 169.88 | 146.13 | 172.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 132 | 202 | 0 | 0.43 | 0.13 | 0.09 | 318 | 0.68 | 0.71 |
| Hex | E8 | 84 | CA | 0 | 2B | D | 9 | 13E | 44 | 47 |
| Octal | 350 | 204 | 312 | 0 | 53 | 15 | 11 | 476 | 104 | 107 |
| Binary | 11101000 | 10000100 | 11001010 | 0 | 101011 | 1101 | 1001 | 100111110 | 1000100 | 1000111 |
Color Harmonies of #E884CA
Complementary color
Monochromatic Colors of #E884CA
Black with #E884CA
Text Example
Text Example
White with #E884CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E884CA; }
p { color: rgb(232,132,202); }
H1.HeaderClassName
{
color: #E884CA;
}
.AnyTagClassName
{
color: #E884CA;
}
</style>
background-color css
<style>
a { background-color: #E884CA; }
a { background-color: rgb(232,132,202); }
div.DivClassName
{
background-color: #E884CA;
}
.BgClassName
{
background-color: #E884CA;
}
</style>
border-color css
<style>
span { border-color: #E884CA; }
span { border-color: rgb(232,132,202); }
td.TdClassName
{
border-color: #E884CA;
}
.TagClassName
{
border-color: #E884CA;
}
</style>