Shades of Violet #EC7CE4
Tints of Violet #EC7CE4
RGB
CMYK
RGB Variations
Color information
#EC7CE4 (or 0xEC7CE4) is known color: Violet. HEX triplet: EC, 7C and E4. RGB value is (236,124,228). Sum of RGB (Red+Green+Blue) = 236+124+228=588 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.14% from 588); Green value is 124 (48.83% from 255 or 21.09% from 588); Blue value is 228 (89.45% from 255 or 38.78% from 588); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7CE4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC7CE4 is #13831B. Grayscale: #A9A9A9. Windows color (decimal): -1278748 or 14974188. OLE color: 14974188.
HSL color Cylindrical-coordinate representation of color #EC7CE4: hue angle of 304.29º 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 #EC7CE4 is Cyan = 0, Magento = 0.47, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 124 | 228 | - |
| CMYK | 0 | 0.47 | 0.03 | 0.07 |
| HSL | 304.29º | 0.75% | 0.71% | - |
| HSV(B) | 304.29º | 0.47% | 0.93% | - |
| XYZ | 55.8 | 37.85 | 77.76 | - |
| YUV | 169.34 | 161.11 | 175.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 124 | 228 | 0 | 0.47 | 0.03 | 0.07 | 304.29 | 0.75 | 0.71 |
| Hex | EC | 7C | E4 | 0 | 2F | 3 | 7 | 130 | 4B | 47 |
| Octal | 354 | 174 | 344 | 0 | 57 | 3 | 7 | 460 | 113 | 107 |
| Binary | 11101100 | 1111100 | 11100100 | 0 | 101111 | 11 | 111 | 100110000 | 1001011 | 1000111 |
Color Harmonies of #EC7CE4
Complementary color
Monochromatic Colors of #EC7CE4
Black with #EC7CE4
Text Example
Text Example
White with #EC7CE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC7CE4; }
p { color: rgb(236,124,228); }
H1.HeaderClassName
{
color: #EC7CE4;
}
.AnyTagClassName
{
color: #EC7CE4;
}
</style>
background-color css
<style>
a { background-color: #EC7CE4; }
a { background-color: rgb(236,124,228); }
div.DivClassName
{
background-color: #EC7CE4;
}
.BgClassName
{
background-color: #EC7CE4;
}
</style>
border-color css
<style>
span { border-color: #EC7CE4; }
span { border-color: rgb(236,124,228); }
td.TdClassName
{
border-color: #EC7CE4;
}
.TagClassName
{
border-color: #EC7CE4;
}
</style>