Shades of Tea Rose #EC80C2
Tints of Tea Rose #EC80C2
RGB
CMYK
RGB Variations
Color information
#EC80C2 (or 0xEC80C2) is known color: Tea Rose. HEX triplet: EC, 80 and C2. RGB value is (236,128,194). Sum of RGB (Red+Green+Blue) = 236+128+194=558 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.29% from 558); Green value is 128 (50.39% from 255 or 22.94% from 558); Blue value is 194 (76.17% from 255 or 34.77% from 558); Max value from RGB is 236 - color contains mainly: red. Hex color #EC80C2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC80C2 is #137F3D. Grayscale: #A7A7A7. Windows color (decimal): -1277758 or 12746988. OLE color: 12746988.
HSL color Cylindrical-coordinate representation of color #EC80C2: hue angle of 323.33º 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 #EC80C2 is Cyan = 0, Magento = 0.46, Yellow = 0.18 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 128 | 194 | - |
| CMYK | 0 | 0.46 | 0.18 | 0.07 |
| HSL | 323.33º | 0.74% | 0.71% | - |
| HSV(B) | 323.33º | 0.46% | 0.93% | - |
| XYZ | 52.05 | 37.17 | 55.47 | - |
| YUV | 167.82 | 142.78 | 176.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 128 | 194 | 0 | 0.46 | 0.18 | 0.07 | 323.33 | 0.74 | 0.71 |
| Hex | EC | 80 | C2 | 0 | 2E | 12 | 7 | 143 | 4A | 47 |
| Octal | 354 | 200 | 302 | 0 | 56 | 22 | 7 | 503 | 112 | 107 |
| Binary | 11101100 | 10000000 | 11000010 | 0 | 101110 | 10010 | 111 | 101000011 | 1001010 | 1000111 |
Color Harmonies of #EC80C2
Complementary color
Monochromatic Colors of #EC80C2
Black with #EC80C2
Text Example
Text Example
White with #EC80C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC80C2; }
p { color: rgb(236,128,194); }
H1.HeaderClassName
{
color: #EC80C2;
}
.AnyTagClassName
{
color: #EC80C2;
}
</style>
background-color css
<style>
a { background-color: #EC80C2; }
a { background-color: rgb(236,128,194); }
div.DivClassName
{
background-color: #EC80C2;
}
.BgClassName
{
background-color: #EC80C2;
}
</style>
border-color css
<style>
span { border-color: #EC80C2; }
span { border-color: rgb(236,128,194); }
td.TdClassName
{
border-color: #EC80C2;
}
.TagClassName
{
border-color: #EC80C2;
}
</style>