Shades of Tea Rose #EC80CB
Tints of Tea Rose #EC80CB
RGB
CMYK
RGB Variations
Color information
#EC80CB (or 0xEC80CB) is known color: Tea Rose. HEX triplet: EC, 80 and CB. RGB value is (236,128,203). Sum of RGB (Red+Green+Blue) = 236+128+203=567 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.62% from 567); Green value is 128 (50.39% from 255 or 22.57% from 567); Blue value is 203 (79.69% from 255 or 35.80% from 567); Max value from RGB is 236 - color contains mainly: red. Hex color #EC80CB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC80CB is #137F34. Grayscale: #A8A8A8. Windows color (decimal): -1277749 or 13336812. OLE color: 13336812.
HSL color Cylindrical-coordinate representation of color #EC80CB: hue angle of 318.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 #EC80CB is Cyan = 0, Magento = 0.46, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 128 | 203 | - |
| CMYK | 0 | 0.46 | 0.14 | 0.07 |
| HSL | 318.33º | 0.74% | 0.71% | - |
| HSV(B) | 318.33º | 0.46% | 0.93% | - |
| XYZ | 53.09 | 37.58 | 60.96 | - |
| YUV | 168.84 | 147.28 | 175.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 128 | 203 | 0 | 0.46 | 0.14 | 0.07 | 318.33 | 0.74 | 0.71 |
| Hex | EC | 80 | CB | 0 | 2E | E | 7 | 13E | 4A | 47 |
| Octal | 354 | 200 | 313 | 0 | 56 | 16 | 7 | 476 | 112 | 107 |
| Binary | 11101100 | 10000000 | 11001011 | 0 | 101110 | 1110 | 111 | 100111110 | 1001010 | 1000111 |
Color Harmonies of #EC80CB
Complementary color
Monochromatic Colors of #EC80CB
Black with #EC80CB
Text Example
Text Example
White with #EC80CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC80CB; }
p { color: rgb(236,128,203); }
H1.HeaderClassName
{
color: #EC80CB;
}
.AnyTagClassName
{
color: #EC80CB;
}
</style>
background-color css
<style>
a { background-color: #EC80CB; }
a { background-color: rgb(236,128,203); }
div.DivClassName
{
background-color: #EC80CB;
}
.BgClassName
{
background-color: #EC80CB;
}
</style>
border-color css
<style>
span { border-color: #EC80CB; }
span { border-color: rgb(236,128,203); }
td.TdClassName
{
border-color: #EC80CB;
}
.TagClassName
{
border-color: #EC80CB;
}
</style>