Shades of Violet #E56FEB
Tints of Violet #E56FEB
RGB
CMYK
RGB Variations
Color information
#E56FEB (or 0xE56FEB) is known color: Violet. HEX triplet: E5, 6F and EB. RGB value is (229,111,235). Sum of RGB (Red+Green+Blue) = 229+111+235=575 (76% of max value = 765). Red value is 229 (89.84% from 255 or 39.83% from 575); Green value is 111 (43.75% from 255 or 19.30% from 575); Blue value is 235 (92.19% from 255 or 40.87% from 575); Max value from RGB is 235 - color contains mainly: blue. Hex color #E56FEB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E56FEB is #1A9014. Grayscale: #A0A0A0. Windows color (decimal): -1740821 or 15429605. OLE color: 15429605.
HSL color Cylindrical-coordinate representation of color #E56FEB: hue angle of 297.1º degrees, saturation: 0.76, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E56FEB is Cyan = 0.03, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 229 | 111 | 235 | - |
| CMYK | 0.03 | 0.53 | 0 | 0.08 |
| HSL | 297.1º | 0.76% | 0.68% | - |
| HSV(B) | 297.1º | 0.53% | 0.92% | - |
| XYZ | 52.99 | 34.03 | 82.37 | - |
| YUV | 160.42 | 170.09 | 176.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 111 | 235 | 0.03 | 0.53 | 0 | 0.08 | 297.1 | 0.76 | 0.68 |
| Hex | E5 | 6F | EB | 3 | 35 | 0 | 8 | 129 | 4C | 44 |
| Octal | 345 | 157 | 353 | 3 | 65 | 0 | 10 | 451 | 114 | 104 |
| Binary | 11100101 | 1101111 | 11101011 | 11 | 110101 | 0 | 1000 | 100101001 | 1001100 | 1000100 |
Color Harmonies of #E56FEB
Complementary color
Monochromatic Colors of #E56FEB
Black with #E56FEB
Text Example
Text Example
White with #E56FEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E56FEB; }
p { color: rgb(229,111,235); }
H1.HeaderClassName
{
color: #E56FEB;
}
.AnyTagClassName
{
color: #E56FEB;
}
</style>
background-color css
<style>
a { background-color: #E56FEB; }
a { background-color: rgb(229,111,235); }
div.DivClassName
{
background-color: #E56FEB;
}
.BgClassName
{
background-color: #E56FEB;
}
</style>
border-color css
<style>
span { border-color: #E56FEB; }
span { border-color: rgb(229,111,235); }
td.TdClassName
{
border-color: #E56FEB;
}
.TagClassName
{
border-color: #E56FEB;
}
</style>