Shades of Tea Rose #EC80CA
Tints of Tea Rose #EC80CA
RGB
CMYK
RGB Variations
Color information
#EC80CA (or 0xEC80CA) is known color: Tea Rose. HEX triplet: EC, 80 and CA. RGB value is (236,128,202). Sum of RGB (Red+Green+Blue) = 236+128+202=566 (74% of max value = 765). Red value is 236 (92.58% from 255 or 41.70% from 566); Green value is 128 (50.39% from 255 or 22.61% from 566); Blue value is 202 (79.30% from 255 or 35.69% from 566); Max value from RGB is 236 - color contains mainly: red. Hex color #EC80CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC80CA is #137F35. Grayscale: #A8A8A8. Windows color (decimal): -1277750 or 13271276. OLE color: 13271276.
HSL color Cylindrical-coordinate representation of color #EC80CA: hue angle of 318.89º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #EC80CA is Cyan = 0, Magento = 0.46, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 128 | 202 | - |
| CMYK | 0 | 0.46 | 0.14 | 0.07 |
| HSL | 318.89º | 0.74% | 0.71% | - |
| HSV(B) | 318.89º | 0.46% | 0.93% | - |
| XYZ | 52.97 | 37.54 | 60.33 | - |
| YUV | 168.73 | 146.78 | 175.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 128 | 202 | 0 | 0.46 | 0.14 | 0.07 | 318.89 | 0.74 | 0.71 |
| Hex | EC | 80 | CA | 0 | 2E | E | 7 | 13F | 4A | 47 |
| Octal | 354 | 200 | 312 | 0 | 56 | 16 | 7 | 477 | 112 | 107 |
| Binary | 11101100 | 10000000 | 11001010 | 0 | 101110 | 1110 | 111 | 100111111 | 1001010 | 1000111 |
Color Harmonies of #EC80CA
Complementary color
Monochromatic Colors of #EC80CA
Black with #EC80CA
Text Example
Text Example
White with #EC80CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC80CA; }
p { color: rgb(236,128,202); }
H1.HeaderClassName
{
color: #EC80CA;
}
.AnyTagClassName
{
color: #EC80CA;
}
</style>
background-color css
<style>
a { background-color: #EC80CA; }
a { background-color: rgb(236,128,202); }
div.DivClassName
{
background-color: #EC80CA;
}
.BgClassName
{
background-color: #EC80CA;
}
</style>
border-color css
<style>
span { border-color: #EC80CA; }
span { border-color: rgb(236,128,202); }
td.TdClassName
{
border-color: #EC80CA;
}
.TagClassName
{
border-color: #EC80CA;
}
</style>