Shades of Tea Rose #EC8ECC
Tints of Tea Rose #EC8ECC
RGB
CMYK
RGB Variations
Color information
#EC8ECC (or 0xEC8ECC) is known color: Tea Rose. HEX triplet: EC, 8E and CC. RGB value is (236,142,204). Sum of RGB (Red+Green+Blue) = 236+142+204=582 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.55% from 582); Green value is 142 (55.86% from 255 or 24.40% from 582); Blue value is 204 (80.08% from 255 or 35.05% from 582); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8ECC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC8ECC is #137133. Grayscale: #B1B1B1. Windows color (decimal): -1274164 or 13405932. OLE color: 13405932.
HSL color Cylindrical-coordinate representation of color #EC8ECC: hue angle of 320.43º 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 #EC8ECC is Cyan = 0, Magento = 0.40, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 142 | 204 | - |
| CMYK | 0 | 0.40 | 0.14 | 0.07 |
| HSL | 320.43º | 0.71% | 0.74% | - |
| HSV(B) | 320.43º | 0.4% | 0.93% | - |
| XYZ | 55.16 | 41.54 | 62.24 | - |
| YUV | 177.17 | 143.14 | 169.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 142 | 204 | 0 | 0.40 | 0.14 | 0.07 | 320.43 | 0.71 | 0.74 |
| Hex | EC | 8E | CC | 0 | 28 | E | 7 | 140 | 47 | 4A |
| Octal | 354 | 216 | 314 | 0 | 50 | 16 | 7 | 500 | 107 | 112 |
| Binary | 11101100 | 10001110 | 11001100 | 0 | 101000 | 1110 | 111 | 101000000 | 1000111 | 1001010 |
Color Harmonies of #EC8ECC
Complementary color
Monochromatic Colors of #EC8ECC
Black with #EC8ECC
Text Example
Text Example
White with #EC8ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8ECC; }
p { color: rgb(236,142,204); }
H1.HeaderClassName
{
color: #EC8ECC;
}
.AnyTagClassName
{
color: #EC8ECC;
}
</style>
background-color css
<style>
a { background-color: #EC8ECC; }
a { background-color: rgb(236,142,204); }
div.DivClassName
{
background-color: #EC8ECC;
}
.BgClassName
{
background-color: #EC8ECC;
}
</style>
border-color css
<style>
span { border-color: #EC8ECC; }
span { border-color: rgb(236,142,204); }
td.TdClassName
{
border-color: #EC8ECC;
}
.TagClassName
{
border-color: #EC8ECC;
}
</style>