Shades of Tea Rose #E885C8
Tints of Tea Rose #E885C8
RGB
CMYK
RGB Variations
Color information
#E885C8 (or 0xE885C8) is known color: Tea Rose. HEX triplet: E8, 85 and C8. RGB value is (232,133,200). Sum of RGB (Red+Green+Blue) = 232+133+200=565 (74% of max value = 765). Red value is 232 (91.02% from 255 or 41.06% from 565); Green value is 133 (52.34% from 255 or 23.54% from 565); Blue value is 200 (78.52% from 255 or 35.40% from 565); Max value from RGB is 232 - color contains mainly: red. Hex color #E885C8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E885C8 is #177A37. Grayscale: #AAAAAA. Windows color (decimal): -1538616 or 13141480. OLE color: 13141480.
HSL color Cylindrical-coordinate representation of color #E885C8: hue angle of 319.39º degrees, saturation: 0.68, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E885C8 is Cyan = 0, Magento = 0.43, Yellow = 0.14 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 133 | 200 | - |
| CMYK | 0 | 0.43 | 0.14 | 0.09 |
| HSL | 319.39º | 0.68% | 0.72% | - |
| HSV(B) | 319.39º | 0.43% | 0.91% | - |
| XYZ | 52.09 | 38.1 | 59.25 | - |
| YUV | 170.24 | 144.8 | 172.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 133 | 200 | 0 | 0.43 | 0.14 | 0.09 | 319.39 | 0.68 | 0.72 |
| Hex | E8 | 85 | C8 | 0 | 2B | E | 9 | 13F | 44 | 48 |
| Octal | 350 | 205 | 310 | 0 | 53 | 16 | 11 | 477 | 104 | 110 |
| Binary | 11101000 | 10000101 | 11001000 | 0 | 101011 | 1110 | 1001 | 100111111 | 1000100 | 1001000 |
Color Harmonies of #E885C8
Complementary color
Monochromatic Colors of #E885C8
Black with #E885C8
Text Example
Text Example
White with #E885C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E885C8; }
p { color: rgb(232,133,200); }
H1.HeaderClassName
{
color: #E885C8;
}
.AnyTagClassName
{
color: #E885C8;
}
</style>
background-color css
<style>
a { background-color: #E885C8; }
a { background-color: rgb(232,133,200); }
div.DivClassName
{
background-color: #E885C8;
}
.BgClassName
{
background-color: #E885C8;
}
</style>
border-color css
<style>
span { border-color: #E885C8; }
span { border-color: rgb(232,133,200); }
td.TdClassName
{
border-color: #E885C8;
}
.TagClassName
{
border-color: #E885C8;
}
</style>