Shades of Tea Rose #E885C0
Tints of Tea Rose #E885C0
RGB
CMYK
RGB Variations
Color information
#E885C0 (or 0xE885C0) is known color: Tea Rose. HEX triplet: E8, 85 and C0. RGB value is (232,133,192). Sum of RGB (Red+Green+Blue) = 232+133+192=557 (73% of max value = 765). Red value is 232 (91.02% from 255 or 41.65% from 557); Green value is 133 (52.34% from 255 or 23.88% from 557); Blue value is 192 (75.39% from 255 or 34.47% from 557); Max value from RGB is 232 - color contains mainly: red. Hex color #E885C0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E885C0 is #177A3F. Grayscale: #A9A9A9. Windows color (decimal): -1538624 or 12617192. OLE color: 12617192.
HSL color Cylindrical-coordinate representation of color #E885C0: hue angle of 324.24º 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 #E885C0 is Cyan = 0, Magento = 0.43, Yellow = 0.17 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 133 | 192 | - |
| CMYK | 0 | 0.43 | 0.17 | 0.09 |
| HSL | 324.24º | 0.68% | 0.72% | - |
| HSV(B) | 324.24º | 0.43% | 0.91% | - |
| XYZ | 51.18 | 37.74 | 54.46 | - |
| YUV | 169.33 | 140.8 | 172.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 133 | 192 | 0 | 0.43 | 0.17 | 0.09 | 324.24 | 0.68 | 0.72 |
| Hex | E8 | 85 | C0 | 0 | 2B | 11 | 9 | 144 | 44 | 48 |
| Octal | 350 | 205 | 300 | 0 | 53 | 21 | 11 | 504 | 104 | 110 |
| Binary | 11101000 | 10000101 | 11000000 | 0 | 101011 | 10001 | 1001 | 101000100 | 1000100 | 1001000 |
Color Harmonies of #E885C0
Complementary color
Monochromatic Colors of #E885C0
Black with #E885C0
Text Example
Text Example
White with #E885C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E885C0; }
p { color: rgb(232,133,192); }
H1.HeaderClassName
{
color: #E885C0;
}
.AnyTagClassName
{
color: #E885C0;
}
</style>
background-color css
<style>
a { background-color: #E885C0; }
a { background-color: rgb(232,133,192); }
div.DivClassName
{
background-color: #E885C0;
}
.BgClassName
{
background-color: #E885C0;
}
</style>
border-color css
<style>
span { border-color: #E885C0; }
span { border-color: rgb(232,133,192); }
td.TdClassName
{
border-color: #E885C0;
}
.TagClassName
{
border-color: #E885C0;
}
</style>