Shades of Tea Rose #EC80C3
Tints of Tea Rose #EC80C3
RGB
CMYK
RGB Variations
Color information
#EC80C3 (or 0xEC80C3) is known color: Tea Rose. HEX triplet: EC, 80 and C3. RGB value is (236,128,195). Sum of RGB (Red+Green+Blue) = 236+128+195=559 (74% of max value = 765). Red value is 236 (92.58% from 255 or 42.22% from 559); Green value is 128 (50.39% from 255 or 22.90% from 559); Blue value is 195 (76.56% from 255 or 34.88% from 559); Max value from RGB is 236 - color contains mainly: red. Hex color #EC80C3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC80C3 is #137F3C. Grayscale: #A7A7A7. Windows color (decimal): -1277757 or 12812524. OLE color: 12812524.
HSL color Cylindrical-coordinate representation of color #EC80C3: hue angle of 322.78º 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 #EC80C3 is Cyan = 0, Magento = 0.46, Yellow = 0.17 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 128 | 195 | - |
| CMYK | 0 | 0.46 | 0.17 | 0.07 |
| HSL | 322.78º | 0.74% | 0.71% | - |
| HSV(B) | 322.78º | 0.46% | 0.93% | - |
| XYZ | 52.16 | 37.21 | 56.06 | - |
| YUV | 167.93 | 143.28 | 176.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 128 | 195 | 0 | 0.46 | 0.17 | 0.07 | 322.78 | 0.74 | 0.71 |
| Hex | EC | 80 | C3 | 0 | 2E | 11 | 7 | 143 | 4A | 47 |
| Octal | 354 | 200 | 303 | 0 | 56 | 21 | 7 | 503 | 112 | 107 |
| Binary | 11101100 | 10000000 | 11000011 | 0 | 101110 | 10001 | 111 | 101000011 | 1001010 | 1000111 |
Color Harmonies of #EC80C3
Complementary color
Monochromatic Colors of #EC80C3
Black with #EC80C3
Text Example
Text Example
White with #EC80C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC80C3; }
p { color: rgb(236,128,195); }
H1.HeaderClassName
{
color: #EC80C3;
}
.AnyTagClassName
{
color: #EC80C3;
}
</style>
background-color css
<style>
a { background-color: #EC80C3; }
a { background-color: rgb(236,128,195); }
div.DivClassName
{
background-color: #EC80C3;
}
.BgClassName
{
background-color: #EC80C3;
}
</style>
border-color css
<style>
span { border-color: #EC80C3; }
span { border-color: rgb(236,128,195); }
td.TdClassName
{
border-color: #EC80C3;
}
.TagClassName
{
border-color: #EC80C3;
}
</style>