Shades of Violet #E56FEC
Tints of Violet #E56FEC
RGB
CMYK
RGB Variations
Color information
#E56FEC (or 0xE56FEC) is known color: Violet. HEX triplet: E5, 6F and EC. RGB value is (229,111,236). Sum of RGB (Red+Green+Blue) = 229+111+236=576 (76% of max value = 765). Red value is 229 (89.84% from 255 or 39.76% from 576); Green value is 111 (43.75% from 255 or 19.27% from 576); Blue value is 236 (92.58% from 255 or 40.97% from 576); Max value from RGB is 236 - color contains mainly: blue. Hex color #E56FEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E56FEC is #1A9013. Grayscale: #A0A0A0. Windows color (decimal): -1740820 or 15495141. OLE color: 15495141.
HSL color Cylindrical-coordinate representation of color #E56FEC: hue angle of 296.64º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E56FEC is Cyan = 0.03, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 229 | 111 | 236 | - |
| CMYK | 0.03 | 0.53 | 0 | 0.07 |
| HSL | 296.64º | 0.77% | 0.68% | - |
| HSV(B) | 296.64º | 0.53% | 0.93% | - |
| XYZ | 53.14 | 34.08 | 83.13 | - |
| YUV | 160.53 | 170.59 | 176.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 111 | 236 | 0.03 | 0.53 | 0 | 0.07 | 296.64 | 0.77 | 0.68 |
| Hex | E5 | 6F | EC | 3 | 35 | 0 | 7 | 129 | 4D | 44 |
| Octal | 345 | 157 | 354 | 3 | 65 | 0 | 7 | 451 | 115 | 104 |
| Binary | 11100101 | 1101111 | 11101100 | 11 | 110101 | 0 | 111 | 100101001 | 1001101 | 1000100 |
Color Harmonies of #E56FEC
Complementary color
Monochromatic Colors of #E56FEC
Black with #E56FEC
Text Example
Text Example
White with #E56FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E56FEC; }
p { color: rgb(229,111,236); }
H1.HeaderClassName
{
color: #E56FEC;
}
.AnyTagClassName
{
color: #E56FEC;
}
</style>
background-color css
<style>
a { background-color: #E56FEC; }
a { background-color: rgb(229,111,236); }
div.DivClassName
{
background-color: #E56FEC;
}
.BgClassName
{
background-color: #E56FEC;
}
</style>
border-color css
<style>
span { border-color: #E56FEC; }
span { border-color: rgb(229,111,236); }
td.TdClassName
{
border-color: #E56FEC;
}
.TagClassName
{
border-color: #E56FEC;
}
</style>