Shades of Tea Rose #EC84CA
Tints of Tea Rose #EC84CA
RGB
CMYK
RGB Variations
Color information
#EC84CA (or 0xEC84CA) is known color: Tea Rose. HEX triplet: EC, 84 and CA. RGB value is (236,132,202). Sum of RGB (Red+Green+Blue) = 236+132+202=570 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.40% from 570); Green value is 132 (51.95% from 255 or 23.16% from 570); Blue value is 202 (79.30% from 255 or 35.44% from 570); Max value from RGB is 236 - color contains mainly: red. Hex color #EC84CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC84CA is #137B35. Grayscale: #AAAAAA. Windows color (decimal): -1276726 or 13272300. OLE color: 13272300.
HSL color Cylindrical-coordinate representation of color #EC84CA: hue angle of 319.62º 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 #EC84CA is Cyan = 0, Magento = 0.44, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 132 | 202 | - |
| CMYK | 0 | 0.44 | 0.14 | 0.07 |
| HSL | 319.62º | 0.73% | 0.72% | - |
| HSV(B) | 319.62º | 0.44% | 0.93% | - |
| XYZ | 53.5 | 38.6 | 60.51 | - |
| YUV | 171.08 | 145.46 | 174.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 132 | 202 | 0 | 0.44 | 0.14 | 0.07 | 319.62 | 0.73 | 0.72 |
| Hex | EC | 84 | CA | 0 | 2C | E | 7 | 140 | 49 | 48 |
| Octal | 354 | 204 | 312 | 0 | 54 | 16 | 7 | 500 | 111 | 110 |
| Binary | 11101100 | 10000100 | 11001010 | 0 | 101100 | 1110 | 111 | 101000000 | 1001001 | 1001000 |
Color Harmonies of #EC84CA
Complementary color
Monochromatic Colors of #EC84CA
Black with #EC84CA
Text Example
Text Example
White with #EC84CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC84CA; }
p { color: rgb(236,132,202); }
H1.HeaderClassName
{
color: #EC84CA;
}
.AnyTagClassName
{
color: #EC84CA;
}
</style>
background-color css
<style>
a { background-color: #EC84CA; }
a { background-color: rgb(236,132,202); }
div.DivClassName
{
background-color: #EC84CA;
}
.BgClassName
{
background-color: #EC84CA;
}
</style>
border-color css
<style>
span { border-color: #EC84CA; }
span { border-color: rgb(236,132,202); }
td.TdClassName
{
border-color: #EC84CA;
}
.TagClassName
{
border-color: #EC84CA;
}
</style>