Shades of Violet #E56FED
Tints of Violet #E56FED
RGB
CMYK
RGB Variations
Color information
#E56FED (or 0xE56FED) is known color: Violet. HEX triplet: E5, 6F and ED. RGB value is (229,111,237). Sum of RGB (Red+Green+Blue) = 229+111+237=577 (76% of max value = 765). Red value is 229 (89.84% from 255 or 39.69% from 577); Green value is 111 (43.75% from 255 or 19.24% from 577); Blue value is 237 (92.97% from 255 or 41.07% from 577); Max value from RGB is 237 - color contains mainly: blue. Hex color #E56FED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E56FED is #1A9012. Grayscale: #A0A0A0. Windows color (decimal): -1740819 or 15560677. OLE color: 15560677.
HSL color Cylindrical-coordinate representation of color #E56FED: hue angle of 296.19º degrees, saturation: 0.78, 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 #E56FED is Cyan = 0.03, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 229 | 111 | 237 | - |
| CMYK | 0.03 | 0.53 | 0 | 0.07 |
| HSL | 296.19º | 0.78% | 0.68% | - |
| HSV(B) | 296.19º | 0.53% | 0.93% | - |
| XYZ | 53.28 | 34.14 | 83.9 | - |
| YUV | 160.65 | 171.09 | 176.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 111 | 237 | 0.03 | 0.53 | 0 | 0.07 | 296.19 | 0.78 | 0.68 |
| Hex | E5 | 6F | ED | 3 | 35 | 0 | 7 | 128 | 4E | 44 |
| Octal | 345 | 157 | 355 | 3 | 65 | 0 | 7 | 450 | 116 | 104 |
| Binary | 11100101 | 1101111 | 11101101 | 11 | 110101 | 0 | 111 | 100101000 | 1001110 | 1000100 |
Color Harmonies of #E56FED
Complementary color
Monochromatic Colors of #E56FED
Black with #E56FED
Text Example
Text Example
White with #E56FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E56FED; }
p { color: rgb(229,111,237); }
H1.HeaderClassName
{
color: #E56FED;
}
.AnyTagClassName
{
color: #E56FED;
}
</style>
background-color css
<style>
a { background-color: #E56FED; }
a { background-color: rgb(229,111,237); }
div.DivClassName
{
background-color: #E56FED;
}
.BgClassName
{
background-color: #E56FED;
}
</style>
border-color css
<style>
span { border-color: #E56FED; }
span { border-color: rgb(229,111,237); }
td.TdClassName
{
border-color: #E56FED;
}
.TagClassName
{
border-color: #E56FED;
}
</style>