Shades of Tea Rose #EC84C7
Tints of Tea Rose #EC84C7
RGB
CMYK
RGB Variations
Color information
#EC84C7 (or 0xEC84C7) is known color: Tea Rose. HEX triplet: EC, 84 and C7. RGB value is (236,132,199). Sum of RGB (Red+Green+Blue) = 236+132+199=567 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.62% from 567); Green value is 132 (51.95% from 255 or 23.28% from 567); Blue value is 199 (78.12% from 255 or 35.10% from 567); Max value from RGB is 236 - color contains mainly: red. Hex color #EC84C7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC84C7 is #137B38. Grayscale: #AAAAAA. Windows color (decimal): -1276729 or 13075692. OLE color: 13075692.
HSL color Cylindrical-coordinate representation of color #EC84C7: hue angle of 321.35º 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 #EC84C7 is Cyan = 0, Magento = 0.44, Yellow = 0.16 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 132 | 199 | - |
| CMYK | 0 | 0.44 | 0.16 | 0.07 |
| HSL | 321.35º | 0.73% | 0.72% | - |
| HSV(B) | 321.35º | 0.44% | 0.93% | - |
| XYZ | 53.15 | 38.46 | 58.65 | - |
| YUV | 170.73 | 143.96 | 174.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 132 | 199 | 0 | 0.44 | 0.16 | 0.07 | 321.35 | 0.73 | 0.72 |
| Hex | EC | 84 | C7 | 0 | 2C | 10 | 7 | 141 | 49 | 48 |
| Octal | 354 | 204 | 307 | 0 | 54 | 20 | 7 | 501 | 111 | 110 |
| Binary | 11101100 | 10000100 | 11000111 | 0 | 101100 | 10000 | 111 | 101000001 | 1001001 | 1001000 |
Color Harmonies of #EC84C7
Complementary color
Monochromatic Colors of #EC84C7
Black with #EC84C7
Text Example
Text Example
White with #EC84C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC84C7; }
p { color: rgb(236,132,199); }
H1.HeaderClassName
{
color: #EC84C7;
}
.AnyTagClassName
{
color: #EC84C7;
}
</style>
background-color css
<style>
a { background-color: #EC84C7; }
a { background-color: rgb(236,132,199); }
div.DivClassName
{
background-color: #EC84C7;
}
.BgClassName
{
background-color: #EC84C7;
}
</style>
border-color css
<style>
span { border-color: #EC84C7; }
span { border-color: rgb(236,132,199); }
td.TdClassName
{
border-color: #EC84C7;
}
.TagClassName
{
border-color: #EC84C7;
}
</style>