Shades of Violet #E56FEA
Tints of Violet #E56FEA
RGB
CMYK
RGB Variations
Color information
#E56FEA (or 0xE56FEA) is known color: Violet. HEX triplet: E5, 6F and EA. RGB value is (229,111,234). Sum of RGB (Red+Green+Blue) = 229+111+234=574 (76% of max value = 765). Red value is 229 (89.84% from 255 or 39.90% from 574); Green value is 111 (43.75% from 255 or 19.34% from 574); Blue value is 234 (91.80% from 255 or 40.77% from 574); Max value from RGB is 234 - color contains mainly: blue. Hex color #E56FEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E56FEA is #1A9015. Grayscale: #9F9F9F. Windows color (decimal): -1740822 or 15364069. OLE color: 15364069.
HSL color Cylindrical-coordinate representation of color #E56FEA: hue angle of 297.56º degrees, saturation: 0.75, 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 #E56FEA is Cyan = 0.02, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 229 | 111 | 234 | - |
| CMYK | 0.02 | 0.53 | 0 | 0.08 |
| HSL | 297.56º | 0.75% | 0.68% | - |
| HSV(B) | 297.56º | 0.53% | 0.92% | - |
| XYZ | 52.85 | 33.97 | 81.61 | - |
| YUV | 160.3 | 169.59 | 177 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 111 | 234 | 0.02 | 0.53 | 0 | 0.08 | 297.56 | 0.75 | 0.68 |
| Hex | E5 | 6F | EA | 2 | 35 | 0 | 8 | 12A | 4B | 44 |
| Octal | 345 | 157 | 352 | 2 | 65 | 0 | 10 | 452 | 113 | 104 |
| Binary | 11100101 | 1101111 | 11101010 | 10 | 110101 | 0 | 1000 | 100101010 | 1001011 | 1000100 |
Color Harmonies of #E56FEA
Complementary color
Monochromatic Colors of #E56FEA
Black with #E56FEA
Text Example
Text Example
White with #E56FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E56FEA; }
p { color: rgb(229,111,234); }
H1.HeaderClassName
{
color: #E56FEA;
}
.AnyTagClassName
{
color: #E56FEA;
}
</style>
background-color css
<style>
a { background-color: #E56FEA; }
a { background-color: rgb(229,111,234); }
div.DivClassName
{
background-color: #E56FEA;
}
.BgClassName
{
background-color: #E56FEA;
}
</style>
border-color css
<style>
span { border-color: #E56FEA; }
span { border-color: rgb(229,111,234); }
td.TdClassName
{
border-color: #E56FEA;
}
.TagClassName
{
border-color: #E56FEA;
}
</style>