Shades of Violet #EC7CE8
Tints of Violet #EC7CE8
RGB
CMYK
RGB Variations
Color information
#EC7CE8 (or 0xEC7CE8) is known color: Violet. HEX triplet: EC, 7C and E8. RGB value is (236,124,232). Sum of RGB (Red+Green+Blue) = 236+124+232=592 (78% of max value = 765). Red value is 236 (92.58% from 255 or 39.86% from 592); Green value is 124 (48.83% from 255 or 20.95% from 592); Blue value is 232 (91.02% from 255 or 39.19% from 592); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7CE8 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC7CE8 is #138317. Grayscale: #A9A9A9. Windows color (decimal): -1278744 or 15236332. OLE color: 15236332.
HSL color Cylindrical-coordinate representation of color #EC7CE8: hue angle of 302.14º 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 #EC7CE8 is Cyan = 0, Magento = 0.47, Yellow = 0.02 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 124 | 232 | - |
| CMYK | 0 | 0.47 | 0.02 | 0.07 |
| HSL | 302.14º | 0.75% | 0.71% | - |
| HSV(B) | 302.14º | 0.47% | 0.93% | - |
| XYZ | 56.37 | 38.07 | 80.72 | - |
| YUV | 169.8 | 163.11 | 175.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 124 | 232 | 0 | 0.47 | 0.02 | 0.07 | 302.14 | 0.75 | 0.71 |
| Hex | EC | 7C | E8 | 0 | 2F | 2 | 7 | 12E | 4B | 47 |
| Octal | 354 | 174 | 350 | 0 | 57 | 2 | 7 | 456 | 113 | 107 |
| Binary | 11101100 | 1111100 | 11101000 | 0 | 101111 | 10 | 111 | 100101110 | 1001011 | 1000111 |
Color Harmonies of #EC7CE8
Complementary color
Monochromatic Colors of #EC7CE8
Black with #EC7CE8
Text Example
Text Example
White with #EC7CE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC7CE8; }
p { color: rgb(236,124,232); }
H1.HeaderClassName
{
color: #EC7CE8;
}
.AnyTagClassName
{
color: #EC7CE8;
}
</style>
background-color css
<style>
a { background-color: #EC7CE8; }
a { background-color: rgb(236,124,232); }
div.DivClassName
{
background-color: #EC7CE8;
}
.BgClassName
{
background-color: #EC7CE8;
}
</style>
border-color css
<style>
span { border-color: #EC7CE8; }
span { border-color: rgb(236,124,232); }
td.TdClassName
{
border-color: #EC7CE8;
}
.TagClassName
{
border-color: #EC7CE8;
}
</style>