Shades of Tea Rose #EC7CCF
Tints of Tea Rose #EC7CCF
RGB
CMYK
RGB Variations
Color information
#EC7CCF (or 0xEC7CCF) is known color: Tea Rose. HEX triplet: EC, 7C and CF. RGB value is (236,124,207). Sum of RGB (Red+Green+Blue) = 236+124+207=567 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.62% from 567); Green value is 124 (48.83% from 255 or 21.87% from 567); Blue value is 207 (81.25% from 255 or 36.51% from 567); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7CCF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC7CCF is #138330. Grayscale: #A6A6A6. Windows color (decimal): -1278769 or 13597932. OLE color: 13597932.
HSL color Cylindrical-coordinate representation of color #EC7CCF: hue angle of 315.54º degrees, saturation: 0.75, 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 #EC7CCF is Cyan = 0, Magento = 0.47, Yellow = 0.12 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 124 | 207 | - |
| CMYK | 0 | 0.47 | 0.12 | 0.07 |
| HSL | 315.54º | 0.75% | 0.71% | - |
| HSV(B) | 315.54º | 0.47% | 0.93% | - |
| XYZ | 53.06 | 36.75 | 63.33 | - |
| YUV | 166.95 | 150.61 | 177.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 124 | 207 | 0 | 0.47 | 0.12 | 0.07 | 315.54 | 0.75 | 0.71 |
| Hex | EC | 7C | CF | 0 | 2F | C | 7 | 13C | 4B | 47 |
| Octal | 354 | 174 | 317 | 0 | 57 | 14 | 7 | 474 | 113 | 107 |
| Binary | 11101100 | 1111100 | 11001111 | 0 | 101111 | 1100 | 111 | 100111100 | 1001011 | 1000111 |
Color Harmonies of #EC7CCF
Complementary color
Monochromatic Colors of #EC7CCF
Black with #EC7CCF
Text Example
Text Example
White with #EC7CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC7CCF; }
p { color: rgb(236,124,207); }
H1.HeaderClassName
{
color: #EC7CCF;
}
.AnyTagClassName
{
color: #EC7CCF;
}
</style>
background-color css
<style>
a { background-color: #EC7CCF; }
a { background-color: rgb(236,124,207); }
div.DivClassName
{
background-color: #EC7CCF;
}
.BgClassName
{
background-color: #EC7CCF;
}
</style>
border-color css
<style>
span { border-color: #EC7CCF; }
span { border-color: rgb(236,124,207); }
td.TdClassName
{
border-color: #EC7CCF;
}
.TagClassName
{
border-color: #EC7CCF;
}
</style>