Shades of Tea Rose #EC8ED0
Tints of Tea Rose #EC8ED0
RGB
CMYK
RGB Variations
Color information
#EC8ED0 (or 0xEC8ED0) is known color: Tea Rose. HEX triplet: EC, 8E and D0. RGB value is (236,142,208). Sum of RGB (Red+Green+Blue) = 236+142+208=586 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.27% from 586); Green value is 142 (55.86% from 255 or 24.23% from 586); Blue value is 208 (81.64% from 255 or 35.49% from 586); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8ED0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC8ED0 is #13712F. Grayscale: #B1B1B1. Windows color (decimal): -1274160 or 13668076. OLE color: 13668076.
HSL color Cylindrical-coordinate representation of color #EC8ED0: hue angle of 317.87º degrees, saturation: 0.71, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EC8ED0 is Cyan = 0, Magento = 0.40, Yellow = 0.12 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 142 | 208 | - |
| CMYK | 0 | 0.40 | 0.12 | 0.07 |
| HSL | 317.87º | 0.71% | 0.74% | - |
| HSV(B) | 317.87º | 0.4% | 0.93% | - |
| XYZ | 55.65 | 41.73 | 64.8 | - |
| YUV | 177.63 | 145.14 | 169.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 142 | 208 | 0 | 0.40 | 0.12 | 0.07 | 317.87 | 0.71 | 0.74 |
| Hex | EC | 8E | D0 | 0 | 28 | C | 7 | 13E | 47 | 4A |
| Octal | 354 | 216 | 320 | 0 | 50 | 14 | 7 | 476 | 107 | 112 |
| Binary | 11101100 | 10001110 | 11010000 | 0 | 101000 | 1100 | 111 | 100111110 | 1000111 | 1001010 |
Color Harmonies of #EC8ED0
Complementary color
Monochromatic Colors of #EC8ED0
Black with #EC8ED0
Text Example
Text Example
White with #EC8ED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8ED0; }
p { color: rgb(236,142,208); }
H1.HeaderClassName
{
color: #EC8ED0;
}
.AnyTagClassName
{
color: #EC8ED0;
}
</style>
background-color css
<style>
a { background-color: #EC8ED0; }
a { background-color: rgb(236,142,208); }
div.DivClassName
{
background-color: #EC8ED0;
}
.BgClassName
{
background-color: #EC8ED0;
}
</style>
border-color css
<style>
span { border-color: #EC8ED0; }
span { border-color: rgb(236,142,208); }
td.TdClassName
{
border-color: #EC8ED0;
}
.TagClassName
{
border-color: #EC8ED0;
}
</style>