Shades of Tea Rose #EC80C9
Tints of Tea Rose #EC80C9
RGB
CMYK
RGB Variations
Color information
#EC80C9 (or 0xEC80C9) is known color: Tea Rose. HEX triplet: EC, 80 and C9. RGB value is (236,128,201). Sum of RGB (Red+Green+Blue) = 236+128+201=565 (74% of max value = 765). Red value is 236 (92.58% from 255 or 41.77% from 565); Green value is 128 (50.39% from 255 or 22.65% from 565); Blue value is 201 (78.91% from 255 or 35.58% from 565); Max value from RGB is 236 - color contains mainly: red. Hex color #EC80C9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC80C9 is #137F36. Grayscale: #A8A8A8. Windows color (decimal): -1277751 or 13205740. OLE color: 13205740.
HSL color Cylindrical-coordinate representation of color #EC80C9: hue angle of 319.44º 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 #EC80C9 is Cyan = 0, Magento = 0.46, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 128 | 201 | - |
| CMYK | 0 | 0.46 | 0.15 | 0.07 |
| HSL | 319.44º | 0.74% | 0.71% | - |
| HSV(B) | 319.44º | 0.46% | 0.93% | - |
| XYZ | 52.85 | 37.49 | 59.71 | - |
| YUV | 168.61 | 146.28 | 176.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 128 | 201 | 0 | 0.46 | 0.15 | 0.07 | 319.44 | 0.74 | 0.71 |
| Hex | EC | 80 | C9 | 0 | 2E | F | 7 | 13F | 4A | 47 |
| Octal | 354 | 200 | 311 | 0 | 56 | 17 | 7 | 477 | 112 | 107 |
| Binary | 11101100 | 10000000 | 11001001 | 0 | 101110 | 1111 | 111 | 100111111 | 1001010 | 1000111 |
Color Harmonies of #EC80C9
Complementary color
Monochromatic Colors of #EC80C9
Black with #EC80C9
Text Example
Text Example
White with #EC80C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC80C9; }
p { color: rgb(236,128,201); }
H1.HeaderClassName
{
color: #EC80C9;
}
.AnyTagClassName
{
color: #EC80C9;
}
</style>
background-color css
<style>
a { background-color: #EC80C9; }
a { background-color: rgb(236,128,201); }
div.DivClassName
{
background-color: #EC80C9;
}
.BgClassName
{
background-color: #EC80C9;
}
</style>
border-color css
<style>
span { border-color: #EC80C9; }
span { border-color: rgb(236,128,201); }
td.TdClassName
{
border-color: #EC80C9;
}
.TagClassName
{
border-color: #EC80C9;
}
</style>