Shades of Tea Rose #EC80CE
Tints of Tea Rose #EC80CE
RGB
CMYK
RGB Variations
Color information
#EC80CE (or 0xEC80CE) is known color: Tea Rose. HEX triplet: EC, 80 and CE. RGB value is (236,128,206). Sum of RGB (Red+Green+Blue) = 236+128+206=570 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.40% from 570); Green value is 128 (50.39% from 255 or 22.46% from 570); Blue value is 206 (80.86% from 255 or 36.14% from 570); Max value from RGB is 236 - color contains mainly: red. Hex color #EC80CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC80CE is #137F31. Grayscale: #A8A8A8. Windows color (decimal): -1277746 or 13533420. OLE color: 13533420.
HSL color Cylindrical-coordinate representation of color #EC80CE: hue angle of 316.67º 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 #EC80CE is Cyan = 0, Magento = 0.46, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 128 | 206 | - |
| CMYK | 0 | 0.46 | 0.13 | 0.07 |
| HSL | 316.67º | 0.74% | 0.71% | - |
| HSV(B) | 316.67º | 0.46% | 0.93% | - |
| XYZ | 53.45 | 37.73 | 62.86 | - |
| YUV | 169.18 | 148.78 | 175.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 128 | 206 | 0 | 0.46 | 0.13 | 0.07 | 316.67 | 0.74 | 0.71 |
| Hex | EC | 80 | CE | 0 | 2E | D | 7 | 13D | 4A | 47 |
| Octal | 354 | 200 | 316 | 0 | 56 | 15 | 7 | 475 | 112 | 107 |
| Binary | 11101100 | 10000000 | 11001110 | 0 | 101110 | 1101 | 111 | 100111101 | 1001010 | 1000111 |
Color Harmonies of #EC80CE
Complementary color
Monochromatic Colors of #EC80CE
Black with #EC80CE
Text Example
Text Example
White with #EC80CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC80CE; }
p { color: rgb(236,128,206); }
H1.HeaderClassName
{
color: #EC80CE;
}
.AnyTagClassName
{
color: #EC80CE;
}
</style>
background-color css
<style>
a { background-color: #EC80CE; }
a { background-color: rgb(236,128,206); }
div.DivClassName
{
background-color: #EC80CE;
}
.BgClassName
{
background-color: #EC80CE;
}
</style>
border-color css
<style>
span { border-color: #EC80CE; }
span { border-color: rgb(236,128,206); }
td.TdClassName
{
border-color: #EC80CE;
}
.TagClassName
{
border-color: #EC80CE;
}
</style>