Shades of Tea Rose #EC80D0
Tints of Tea Rose #EC80D0
RGB
CMYK
RGB Variations
Color information
#EC80D0 (or 0xEC80D0) is known color: Tea Rose. HEX triplet: EC, 80 and D0. RGB value is (236,128,208). Sum of RGB (Red+Green+Blue) = 236+128+208=572 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.26% from 572); Green value is 128 (50.39% from 255 or 22.38% from 572); Blue value is 208 (81.64% from 255 or 36.36% from 572); Max value from RGB is 236 - color contains mainly: red. Hex color #EC80D0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC80D0 is #137F2F. Grayscale: #A9A9A9. Windows color (decimal): -1277744 or 13664492. OLE color: 13664492.
HSL color Cylindrical-coordinate representation of color #EC80D0: hue angle of 315.56º 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 #EC80D0 is Cyan = 0, Magento = 0.46, Yellow = 0.12 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 128 | 208 | - |
| CMYK | 0 | 0.46 | 0.12 | 0.07 |
| HSL | 315.56º | 0.74% | 0.71% | - |
| HSV(B) | 315.56º | 0.46% | 0.93% | - |
| XYZ | 53.7 | 37.83 | 64.15 | - |
| YUV | 169.41 | 149.78 | 175.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 128 | 208 | 0 | 0.46 | 0.12 | 0.07 | 315.56 | 0.74 | 0.71 |
| Hex | EC | 80 | D0 | 0 | 2E | C | 7 | 13C | 4A | 47 |
| Octal | 354 | 200 | 320 | 0 | 56 | 14 | 7 | 474 | 112 | 107 |
| Binary | 11101100 | 10000000 | 11010000 | 0 | 101110 | 1100 | 111 | 100111100 | 1001010 | 1000111 |
Color Harmonies of #EC80D0
Complementary color
Monochromatic Colors of #EC80D0
Black with #EC80D0
Text Example
Text Example
White with #EC80D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC80D0; }
p { color: rgb(236,128,208); }
H1.HeaderClassName
{
color: #EC80D0;
}
.AnyTagClassName
{
color: #EC80D0;
}
</style>
background-color css
<style>
a { background-color: #EC80D0; }
a { background-color: rgb(236,128,208); }
div.DivClassName
{
background-color: #EC80D0;
}
.BgClassName
{
background-color: #EC80D0;
}
</style>
border-color css
<style>
span { border-color: #EC80D0; }
span { border-color: rgb(236,128,208); }
td.TdClassName
{
border-color: #EC80D0;
}
.TagClassName
{
border-color: #EC80D0;
}
</style>