Shades of Tea Rose #EC84CE
Tints of Tea Rose #EC84CE
RGB
CMYK
RGB Variations
Color information
#EC84CE (or 0xEC84CE) is known color: Tea Rose. HEX triplet: EC, 84 and CE. RGB value is (236,132,206). Sum of RGB (Red+Green+Blue) = 236+132+206=574 (76% of max value = 765). Red value is 236 (92.58% from 255 or 41.11% from 574); Green value is 132 (51.95% from 255 or 23.00% from 574); Blue value is 206 (80.86% from 255 or 35.89% from 574); Max value from RGB is 236 - color contains mainly: red. Hex color #EC84CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC84CE is #137B31. Grayscale: #ABABAB. Windows color (decimal): -1276722 or 13534444. OLE color: 13534444.
HSL color Cylindrical-coordinate representation of color #EC84CE: hue angle of 317.31º 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 #EC84CE is Cyan = 0, Magento = 0.44, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 132 | 206 | - |
| CMYK | 0 | 0.44 | 0.13 | 0.07 |
| HSL | 317.31º | 0.73% | 0.72% | - |
| HSV(B) | 317.31º | 0.44% | 0.93% | - |
| XYZ | 53.98 | 38.79 | 63.03 | - |
| YUV | 171.53 | 147.46 | 173.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 132 | 206 | 0 | 0.44 | 0.13 | 0.07 | 317.31 | 0.73 | 0.72 |
| Hex | EC | 84 | CE | 0 | 2C | D | 7 | 13D | 49 | 48 |
| Octal | 354 | 204 | 316 | 0 | 54 | 15 | 7 | 475 | 111 | 110 |
| Binary | 11101100 | 10000100 | 11001110 | 0 | 101100 | 1101 | 111 | 100111101 | 1001001 | 1001000 |
Color Harmonies of #EC84CE
Complementary color
Monochromatic Colors of #EC84CE
Black with #EC84CE
Text Example
Text Example
White with #EC84CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC84CE; }
p { color: rgb(236,132,206); }
H1.HeaderClassName
{
color: #EC84CE;
}
.AnyTagClassName
{
color: #EC84CE;
}
</style>
background-color css
<style>
a { background-color: #EC84CE; }
a { background-color: rgb(236,132,206); }
div.DivClassName
{
background-color: #EC84CE;
}
.BgClassName
{
background-color: #EC84CE;
}
</style>
border-color css
<style>
span { border-color: #EC84CE; }
span { border-color: rgb(236,132,206); }
td.TdClassName
{
border-color: #EC84CE;
}
.TagClassName
{
border-color: #EC84CE;
}
</style>