Shades of Tea Rose #EC84C0
Tints of Tea Rose #EC84C0
RGB
CMYK
RGB Variations
Color information
#EC84C0 (or 0xEC84C0) is known color: Tea Rose. HEX triplet: EC, 84 and C0. RGB value is (236,132,192). Sum of RGB (Red+Green+Blue) = 236+132+192=560 (74% of max value = 765). Red value is 236 (92.58% from 255 or 42.14% from 560); Green value is 132 (51.95% from 255 or 23.57% from 560); Blue value is 192 (75.39% from 255 or 34.29% from 560); Max value from RGB is 236 - color contains mainly: red. Hex color #EC84C0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC84C0 is #137B3F. Grayscale: #A9A9A9. Windows color (decimal): -1276736 or 12616940. OLE color: 12616940.
HSL color Cylindrical-coordinate representation of color #EC84C0: hue angle of 325.38º degrees, saturation: 0.73, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EC84C0 is Cyan = 0, Magento = 0.44, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 132 | 192 | - |
| CMYK | 0 | 0.44 | 0.19 | 0.07 |
| HSL | 325.38º | 0.73% | 0.72% | - |
| HSV(B) | 325.38º | 0.44% | 0.93% | - |
| XYZ | 52.36 | 38.14 | 54.47 | - |
| YUV | 169.94 | 140.46 | 175.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 132 | 192 | 0 | 0.44 | 0.19 | 0.07 | 325.38 | 0.73 | 0.72 |
| Hex | EC | 84 | C0 | 0 | 2C | 13 | 7 | 145 | 49 | 48 |
| Octal | 354 | 204 | 300 | 0 | 54 | 23 | 7 | 505 | 111 | 110 |
| Binary | 11101100 | 10000100 | 11000000 | 0 | 101100 | 10011 | 111 | 101000101 | 1001001 | 1001000 |
Color Harmonies of #EC84C0
Complementary color
Monochromatic Colors of #EC84C0
Black with #EC84C0
Text Example
Text Example
White with #EC84C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC84C0; }
p { color: rgb(236,132,192); }
H1.HeaderClassName
{
color: #EC84C0;
}
.AnyTagClassName
{
color: #EC84C0;
}
</style>
background-color css
<style>
a { background-color: #EC84C0; }
a { background-color: rgb(236,132,192); }
div.DivClassName
{
background-color: #EC84C0;
}
.BgClassName
{
background-color: #EC84C0;
}
</style>
border-color css
<style>
span { border-color: #EC84C0; }
span { border-color: rgb(236,132,192); }
td.TdClassName
{
border-color: #EC84C0;
}
.TagClassName
{
border-color: #EC84C0;
}
</style>