Shades of Tea Rose #EC7CC5
Tints of Tea Rose #EC7CC5
RGB
CMYK
RGB Variations
Color information
#EC7CC5 (or 0xEC7CC5) is known color: Tea Rose. HEX triplet: EC, 7C and C5. RGB value is (236,124,197). Sum of RGB (Red+Green+Blue) = 236+124+197=557 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.37% from 557); Green value is 124 (48.83% from 255 or 22.26% from 557); Blue value is 197 (77.34% from 255 or 35.37% from 557); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7CC5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC7CC5 is #13833A. Grayscale: #A5A5A5. Windows color (decimal): -1278779 or 12942572. OLE color: 12942572.
HSL color Cylindrical-coordinate representation of color #EC7CC5: hue angle of 320.89º 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 #EC7CC5 is Cyan = 0, Magento = 0.47, Yellow = 0.17 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 124 | 197 | - |
| CMYK | 0 | 0.47 | 0.17 | 0.07 |
| HSL | 320.89º | 0.75% | 0.71% | - |
| HSV(B) | 320.89º | 0.47% | 0.93% | - |
| XYZ | 51.88 | 36.28 | 57.09 | - |
| YUV | 165.81 | 145.61 | 178.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 124 | 197 | 0 | 0.47 | 0.17 | 0.07 | 320.89 | 0.75 | 0.71 |
| Hex | EC | 7C | C5 | 0 | 2F | 11 | 7 | 141 | 4B | 47 |
| Octal | 354 | 174 | 305 | 0 | 57 | 21 | 7 | 501 | 113 | 107 |
| Binary | 11101100 | 1111100 | 11000101 | 0 | 101111 | 10001 | 111 | 101000001 | 1001011 | 1000111 |
Color Harmonies of #EC7CC5
Complementary color
Monochromatic Colors of #EC7CC5
Black with #EC7CC5
Text Example
Text Example
White with #EC7CC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC7CC5; }
p { color: rgb(236,124,197); }
H1.HeaderClassName
{
color: #EC7CC5;
}
.AnyTagClassName
{
color: #EC7CC5;
}
</style>
background-color css
<style>
a { background-color: #EC7CC5; }
a { background-color: rgb(236,124,197); }
div.DivClassName
{
background-color: #EC7CC5;
}
.BgClassName
{
background-color: #EC7CC5;
}
</style>
border-color css
<style>
span { border-color: #EC7CC5; }
span { border-color: rgb(236,124,197); }
td.TdClassName
{
border-color: #EC7CC5;
}
.TagClassName
{
border-color: #EC7CC5;
}
</style>