Shades of Violet #E56CEB
Tints of Violet #E56CEB
RGB
CMYK
RGB Variations
Color information
#E56CEB (or 0xE56CEB) is known color: Violet. HEX triplet: E5, 6C and EB. RGB value is (229,108,235). Sum of RGB (Red+Green+Blue) = 229+108+235=572 (75% of max value = 765). Red value is 229 (89.84% from 255 or 40.03% from 572); Green value is 108 (42.58% from 255 or 18.88% from 572); Blue value is 235 (92.19% from 255 or 41.08% from 572); Max value from RGB is 235 - color contains mainly: blue. Hex color #E56CEB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E56CEB is #1A9314. Grayscale: #9E9E9E. Windows color (decimal): -1741589 or 15428837. OLE color: 15428837.
HSL color Cylindrical-coordinate representation of color #E56CEB: hue angle of 297.17º degrees, saturation: 0.76, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E56CEB is Cyan = 0.03, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 229 | 108 | 235 | - |
| CMYK | 0.03 | 0.54 | 0 | 0.08 |
| HSL | 297.17º | 0.76% | 0.67% | - |
| HSV(B) | 297.17º | 0.54% | 0.92% | - |
| XYZ | 52.67 | 33.38 | 82.26 | - |
| YUV | 158.66 | 171.09 | 178.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 108 | 235 | 0.03 | 0.54 | 0 | 0.08 | 297.17 | 0.76 | 0.67 |
| Hex | E5 | 6C | EB | 3 | 36 | 0 | 8 | 129 | 4C | 43 |
| Octal | 345 | 154 | 353 | 3 | 66 | 0 | 10 | 451 | 114 | 103 |
| Binary | 11100101 | 1101100 | 11101011 | 11 | 110110 | 0 | 1000 | 100101001 | 1001100 | 1000011 |
Color Harmonies of #E56CEB
Complementary color
Monochromatic Colors of #E56CEB
Black with #E56CEB
Text Example
Text Example
White with #E56CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E56CEB; }
p { color: rgb(229,108,235); }
H1.HeaderClassName
{
color: #E56CEB;
}
.AnyTagClassName
{
color: #E56CEB;
}
</style>
background-color css
<style>
a { background-color: #E56CEB; }
a { background-color: rgb(229,108,235); }
div.DivClassName
{
background-color: #E56CEB;
}
.BgClassName
{
background-color: #E56CEB;
}
</style>
border-color css
<style>
span { border-color: #E56CEB; }
span { border-color: rgb(229,108,235); }
td.TdClassName
{
border-color: #E56CEB;
}
.TagClassName
{
border-color: #E56CEB;
}
</style>