Shades of Tea Rose #EC7DC8
Tints of Tea Rose #EC7DC8
RGB
CMYK
RGB Variations
Color information
#EC7DC8 (or 0xEC7DC8) is known color: Tea Rose. HEX triplet: EC, 7D and C8. RGB value is (236,125,200). Sum of RGB (Red+Green+Blue) = 236+125+200=561 (74% of max value = 765). Red value is 236 (92.58% from 255 or 42.07% from 561); Green value is 125 (49.22% from 255 or 22.28% from 561); Blue value is 200 (78.52% from 255 or 35.65% from 561); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7DC8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC7DC8 is #138237. Grayscale: #A6A6A6. Windows color (decimal): -1278520 or 13139436. OLE color: 13139436.
HSL color Cylindrical-coordinate representation of color #EC7DC8: hue angle of 319.46º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #EC7DC8 is Cyan = 0, Magento = 0.47, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 125 | 200 | - |
| CMYK | 0 | 0.47 | 0.15 | 0.07 |
| HSL | 319.46º | 0.74% | 0.71% | - |
| HSV(B) | 319.46º | 0.47% | 0.93% | - |
| XYZ | 52.35 | 36.67 | 58.96 | - |
| YUV | 166.74 | 146.77 | 177.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 125 | 200 | 0 | 0.47 | 0.15 | 0.07 | 319.46 | 0.74 | 0.71 |
| Hex | EC | 7D | C8 | 0 | 2F | F | 7 | 13F | 4A | 47 |
| Octal | 354 | 175 | 310 | 0 | 57 | 17 | 7 | 477 | 112 | 107 |
| Binary | 11101100 | 1111101 | 11001000 | 0 | 101111 | 1111 | 111 | 100111111 | 1001010 | 1000111 |
Color Harmonies of #EC7DC8
Complementary color
Monochromatic Colors of #EC7DC8
Black with #EC7DC8
Text Example
Text Example
White with #EC7DC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC7DC8; }
p { color: rgb(236,125,200); }
H1.HeaderClassName
{
color: #EC7DC8;
}
.AnyTagClassName
{
color: #EC7DC8;
}
</style>
background-color css
<style>
a { background-color: #EC7DC8; }
a { background-color: rgb(236,125,200); }
div.DivClassName
{
background-color: #EC7DC8;
}
.BgClassName
{
background-color: #EC7DC8;
}
</style>
border-color css
<style>
span { border-color: #EC7DC8; }
span { border-color: rgb(236,125,200); }
td.TdClassName
{
border-color: #EC7DC8;
}
.TagClassName
{
border-color: #EC7DC8;
}
</style>