Shades of Violet #E56CEC
Tints of Violet #E56CEC
RGB
CMYK
RGB Variations
Color information
#E56CEC (or 0xE56CEC) is known color: Violet. HEX triplet: E5, 6C and EC. RGB value is (229,108,236). Sum of RGB (Red+Green+Blue) = 229+108+236=573 (75% of max value = 765). Red value is 229 (89.84% from 255 or 39.97% from 573); Green value is 108 (42.58% from 255 or 18.85% from 573); Blue value is 236 (92.58% from 255 or 41.19% from 573); Max value from RGB is 236 - color contains mainly: blue. Hex color #E56CEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E56CEC is #1A9313. Grayscale: #9E9E9E. Windows color (decimal): -1741588 or 15494373. OLE color: 15494373.
HSL color Cylindrical-coordinate representation of color #E56CEC: hue angle of 296.72º degrees, saturation: 0.77, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E56CEC is Cyan = 0.03, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 229 | 108 | 236 | - |
| CMYK | 0.03 | 0.54 | 0 | 0.07 |
| HSL | 296.72º | 0.77% | 0.67% | - |
| HSV(B) | 296.72º | 0.54% | 0.93% | - |
| XYZ | 52.82 | 33.44 | 83.03 | - |
| YUV | 158.77 | 171.59 | 178.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 108 | 236 | 0.03 | 0.54 | 0 | 0.07 | 296.72 | 0.77 | 0.67 |
| Hex | E5 | 6C | EC | 3 | 36 | 0 | 7 | 129 | 4D | 43 |
| Octal | 345 | 154 | 354 | 3 | 66 | 0 | 7 | 451 | 115 | 103 |
| Binary | 11100101 | 1101100 | 11101100 | 11 | 110110 | 0 | 111 | 100101001 | 1001101 | 1000011 |
Color Harmonies of #E56CEC
Complementary color
Monochromatic Colors of #E56CEC
Black with #E56CEC
Text Example
Text Example
White with #E56CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E56CEC; }
p { color: rgb(229,108,236); }
H1.HeaderClassName
{
color: #E56CEC;
}
.AnyTagClassName
{
color: #E56CEC;
}
</style>
background-color css
<style>
a { background-color: #E56CEC; }
a { background-color: rgb(229,108,236); }
div.DivClassName
{
background-color: #E56CEC;
}
.BgClassName
{
background-color: #E56CEC;
}
</style>
border-color css
<style>
span { border-color: #E56CEC; }
span { border-color: rgb(229,108,236); }
td.TdClassName
{
border-color: #E56CEC;
}
.TagClassName
{
border-color: #E56CEC;
}
</style>