Shades of Tea Rose #EC84CF
Tints of Tea Rose #EC84CF
RGB
CMYK
RGB Variations
Color information
#EC84CF (or 0xEC84CF) is known color: Tea Rose. HEX triplet: EC, 84 and CF. RGB value is (236,132,207). Sum of RGB (Red+Green+Blue) = 236+132+207=575 (76% of max value = 765). Red value is 236 (92.58% from 255 or 41.04% from 575); Green value is 132 (51.95% from 255 or 22.96% from 575); Blue value is 207 (81.25% from 255 or 36% from 575); Max value from RGB is 236 - color contains mainly: red. Hex color #EC84CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC84CF is #137B30. Grayscale: #ABABAB. Windows color (decimal): -1276721 or 13599980. OLE color: 13599980.
HSL color Cylindrical-coordinate representation of color #EC84CF: hue angle of 316.73º 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 #EC84CF is Cyan = 0, Magento = 0.44, Yellow = 0.12 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 132 | 207 | - |
| CMYK | 0 | 0.44 | 0.12 | 0.07 |
| HSL | 316.73º | 0.73% | 0.72% | - |
| HSV(B) | 316.73º | 0.44% | 0.93% | - |
| XYZ | 54.11 | 38.84 | 63.68 | - |
| YUV | 171.65 | 147.96 | 173.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 132 | 207 | 0 | 0.44 | 0.12 | 0.07 | 316.73 | 0.73 | 0.72 |
| Hex | EC | 84 | CF | 0 | 2C | C | 7 | 13D | 49 | 48 |
| Octal | 354 | 204 | 317 | 0 | 54 | 14 | 7 | 475 | 111 | 110 |
| Binary | 11101100 | 10000100 | 11001111 | 0 | 101100 | 1100 | 111 | 100111101 | 1001001 | 1001000 |
Color Harmonies of #EC84CF
Complementary color
Monochromatic Colors of #EC84CF
Black with #EC84CF
Text Example
Text Example
White with #EC84CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC84CF; }
p { color: rgb(236,132,207); }
H1.HeaderClassName
{
color: #EC84CF;
}
.AnyTagClassName
{
color: #EC84CF;
}
</style>
background-color css
<style>
a { background-color: #EC84CF; }
a { background-color: rgb(236,132,207); }
div.DivClassName
{
background-color: #EC84CF;
}
.BgClassName
{
background-color: #EC84CF;
}
</style>
border-color css
<style>
span { border-color: #EC84CF; }
span { border-color: rgb(236,132,207); }
td.TdClassName
{
border-color: #EC84CF;
}
.TagClassName
{
border-color: #EC84CF;
}
</style>