Shades of Tea Rose #EC7DD0
Tints of Tea Rose #EC7DD0
RGB
CMYK
RGB Variations
Color information
#EC7DD0 (or 0xEC7DD0) is known color: Tea Rose. HEX triplet: EC, 7D and D0. RGB value is (236,125,208). Sum of RGB (Red+Green+Blue) = 236+125+208=569 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.48% from 569); Green value is 125 (49.22% from 255 or 21.97% from 569); Blue value is 208 (81.64% from 255 or 36.56% from 569); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7DD0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC7DD0 is #13822F. Grayscale: #A7A7A7. Windows color (decimal): -1278512 or 13663724. OLE color: 13663724.
HSL color Cylindrical-coordinate representation of color #EC7DD0: hue angle of 315.14º 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 #EC7DD0 is Cyan = 0, Magento = 0.47, Yellow = 0.12 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 125 | 208 | - |
| CMYK | 0 | 0.47 | 0.12 | 0.07 |
| HSL | 315.14º | 0.74% | 0.71% | - |
| HSV(B) | 315.14º | 0.47% | 0.93% | - |
| XYZ | 53.31 | 37.05 | 64.02 | - |
| YUV | 167.65 | 150.77 | 176.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 125 | 208 | 0 | 0.47 | 0.12 | 0.07 | 315.14 | 0.74 | 0.71 |
| Hex | EC | 7D | D0 | 0 | 2F | C | 7 | 13B | 4A | 47 |
| Octal | 354 | 175 | 320 | 0 | 57 | 14 | 7 | 473 | 112 | 107 |
| Binary | 11101100 | 1111101 | 11010000 | 0 | 101111 | 1100 | 111 | 100111011 | 1001010 | 1000111 |
Color Harmonies of #EC7DD0
Complementary color
Monochromatic Colors of #EC7DD0
Black with #EC7DD0
Text Example
Text Example
White with #EC7DD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC7DD0; }
p { color: rgb(236,125,208); }
H1.HeaderClassName
{
color: #EC7DD0;
}
.AnyTagClassName
{
color: #EC7DD0;
}
</style>
background-color css
<style>
a { background-color: #EC7DD0; }
a { background-color: rgb(236,125,208); }
div.DivClassName
{
background-color: #EC7DD0;
}
.BgClassName
{
background-color: #EC7DD0;
}
</style>
border-color css
<style>
span { border-color: #EC7DD0; }
span { border-color: rgb(236,125,208); }
td.TdClassName
{
border-color: #EC7DD0;
}
.TagClassName
{
border-color: #EC7DD0;
}
</style>