Shades of Tea Rose #E884C8
Tints of Tea Rose #E884C8
RGB
CMYK
RGB Variations
Color information
#E884C8 (or 0xE884C8) is known color: Tea Rose. HEX triplet: E8, 84 and C8. RGB value is (232,132,200). Sum of RGB (Red+Green+Blue) = 232+132+200=564 (74% of max value = 765). Red value is 232 (91.02% from 255 or 41.13% from 564); Green value is 132 (51.95% from 255 or 23.40% from 564); Blue value is 200 (78.52% from 255 or 35.46% from 564); Max value from RGB is 232 - color contains mainly: red. Hex color #E884C8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E884C8 is #177B37. Grayscale: #A9A9A9. Windows color (decimal): -1538872 or 13141224. OLE color: 13141224.
HSL color Cylindrical-coordinate representation of color #E884C8: hue angle of 319.2º 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 #E884C8 is Cyan = 0, Magento = 0.43, Yellow = 0.14 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 132 | 200 | - |
| CMYK | 0 | 0.43 | 0.14 | 0.09 |
| HSL | 319.2º | 0.68% | 0.71% | - |
| HSV(B) | 319.2º | 0.43% | 0.91% | - |
| XYZ | 51.96 | 37.83 | 59.21 | - |
| YUV | 169.65 | 145.13 | 172.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 132 | 200 | 0 | 0.43 | 0.14 | 0.09 | 319.2 | 0.68 | 0.71 |
| Hex | E8 | 84 | C8 | 0 | 2B | E | 9 | 13F | 44 | 47 |
| Octal | 350 | 204 | 310 | 0 | 53 | 16 | 11 | 477 | 104 | 107 |
| Binary | 11101000 | 10000100 | 11001000 | 0 | 101011 | 1110 | 1001 | 100111111 | 1000100 | 1000111 |
Color Harmonies of #E884C8
Complementary color
Monochromatic Colors of #E884C8
Black with #E884C8
Text Example
Text Example
White with #E884C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E884C8; }
p { color: rgb(232,132,200); }
H1.HeaderClassName
{
color: #E884C8;
}
.AnyTagClassName
{
color: #E884C8;
}
</style>
background-color css
<style>
a { background-color: #E884C8; }
a { background-color: rgb(232,132,200); }
div.DivClassName
{
background-color: #E884C8;
}
.BgClassName
{
background-color: #E884C8;
}
</style>
border-color css
<style>
span { border-color: #E884C8; }
span { border-color: rgb(232,132,200); }
td.TdClassName
{
border-color: #E884C8;
}
.TagClassName
{
border-color: #E884C8;
}
</style>