Shades of Tea Rose #EC80CF
Tints of Tea Rose #EC80CF
RGB
CMYK
RGB Variations
Color information
#EC80CF (or 0xEC80CF) is known color: Tea Rose. HEX triplet: EC, 80 and CF. RGB value is (236,128,207). Sum of RGB (Red+Green+Blue) = 236+128+207=571 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.33% from 571); Green value is 128 (50.39% from 255 or 22.42% from 571); Blue value is 207 (81.25% from 255 or 36.25% from 571); Max value from RGB is 236 - color contains mainly: red. Hex color #EC80CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC80CF is #137F30. Grayscale: #A9A9A9. Windows color (decimal): -1277745 or 13598956. OLE color: 13598956.
HSL color Cylindrical-coordinate representation of color #EC80CF: hue angle of 316.11º 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 #EC80CF is Cyan = 0, Magento = 0.46, Yellow = 0.12 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 128 | 207 | - |
| CMYK | 0 | 0.46 | 0.12 | 0.07 |
| HSL | 316.11º | 0.74% | 0.71% | - |
| HSV(B) | 316.11º | 0.46% | 0.93% | - |
| XYZ | 53.57 | 37.78 | 63.5 | - |
| YUV | 169.3 | 149.28 | 175.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 128 | 207 | 0 | 0.46 | 0.12 | 0.07 | 316.11 | 0.74 | 0.71 |
| Hex | EC | 80 | CF | 0 | 2E | C | 7 | 13C | 4A | 47 |
| Octal | 354 | 200 | 317 | 0 | 56 | 14 | 7 | 474 | 112 | 107 |
| Binary | 11101100 | 10000000 | 11001111 | 0 | 101110 | 1100 | 111 | 100111100 | 1001010 | 1000111 |
Color Harmonies of #EC80CF
Complementary color
Monochromatic Colors of #EC80CF
Black with #EC80CF
Text Example
Text Example
White with #EC80CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC80CF; }
p { color: rgb(236,128,207); }
H1.HeaderClassName
{
color: #EC80CF;
}
.AnyTagClassName
{
color: #EC80CF;
}
</style>
background-color css
<style>
a { background-color: #EC80CF; }
a { background-color: rgb(236,128,207); }
div.DivClassName
{
background-color: #EC80CF;
}
.BgClassName
{
background-color: #EC80CF;
}
</style>
border-color css
<style>
span { border-color: #EC80CF; }
span { border-color: rgb(236,128,207); }
td.TdClassName
{
border-color: #EC80CF;
}
.TagClassName
{
border-color: #EC80CF;
}
</style>