Shades of Tea Rose #EC7EC4
Tints of Tea Rose #EC7EC4
RGB
CMYK
RGB Variations
Color information
#EC7EC4 (or 0xEC7EC4) is known color: Tea Rose. HEX triplet: EC, 7E and C4. RGB value is (236,126,196). Sum of RGB (Red+Green+Blue) = 236+126+196=558 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.29% from 558); Green value is 126 (49.61% from 255 or 22.58% from 558); Blue value is 196 (76.95% from 255 or 35.13% from 558); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7EC4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC7EC4 is #13813B. Grayscale: #A6A6A6. Windows color (decimal): -1278268 or 12877548. OLE color: 12877548.
HSL color Cylindrical-coordinate representation of color #EC7EC4: hue angle of 321.82º 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 #EC7EC4 is Cyan = 0, Magento = 0.47, Yellow = 0.17 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 126 | 196 | - |
| CMYK | 0 | 0.47 | 0.17 | 0.07 |
| HSL | 321.82º | 0.74% | 0.71% | - |
| HSV(B) | 321.82º | 0.47% | 0.93% | - |
| XYZ | 52.02 | 36.74 | 56.57 | - |
| YUV | 166.87 | 144.44 | 177.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 126 | 196 | 0 | 0.47 | 0.17 | 0.07 | 321.82 | 0.74 | 0.71 |
| Hex | EC | 7E | C4 | 0 | 2F | 11 | 7 | 142 | 4A | 47 |
| Octal | 354 | 176 | 304 | 0 | 57 | 21 | 7 | 502 | 112 | 107 |
| Binary | 11101100 | 1111110 | 11000100 | 0 | 101111 | 10001 | 111 | 101000010 | 1001010 | 1000111 |
Color Harmonies of #EC7EC4
Complementary color
Monochromatic Colors of #EC7EC4
Black with #EC7EC4
Text Example
Text Example
White with #EC7EC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC7EC4; }
p { color: rgb(236,126,196); }
H1.HeaderClassName
{
color: #EC7EC4;
}
.AnyTagClassName
{
color: #EC7EC4;
}
</style>
background-color css
<style>
a { background-color: #EC7EC4; }
a { background-color: rgb(236,126,196); }
div.DivClassName
{
background-color: #EC7EC4;
}
.BgClassName
{
background-color: #EC7EC4;
}
</style>
border-color css
<style>
span { border-color: #EC7EC4; }
span { border-color: rgb(236,126,196); }
td.TdClassName
{
border-color: #EC7EC4;
}
.TagClassName
{
border-color: #EC7EC4;
}
</style>