Shades of Violet #E57AE1
Tints of Violet #E57AE1
RGB
CMYK
RGB Variations
Color information
#E57AE1 (or 0xE57AE1) is known color: Violet. HEX triplet: E5, 7A and E1. RGB value is (229,122,225). Sum of RGB (Red+Green+Blue) = 229+122+225=576 (76% of max value = 765). Red value is 229 (89.84% from 255 or 39.76% from 576); Green value is 122 (48.05% from 255 or 21.18% from 576); Blue value is 225 (88.28% from 255 or 39.06% from 576); Max value from RGB is 229 - color contains mainly: red. Hex color #E57AE1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E57AE1 is #1A851E. Grayscale: #A5A5A5. Windows color (decimal): -1738015 or 14777061. OLE color: 14777061.
HSL color Cylindrical-coordinate representation of color #E57AE1: hue angle of 302.24º degrees, saturation: 0.67, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E57AE1 is Cyan = 0, Magento = 0.47, Yellow = 0.02 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 122 | 225 | - |
| CMYK | 0 | 0.47 | 0.02 | 0.10 |
| HSL | 302.24º | 0.67% | 0.69% | - |
| HSV(B) | 302.24º | 0.47% | 0.9% | - |
| XYZ | 52.86 | 36.01 | 75.4 | - |
| YUV | 165.74 | 161.45 | 173.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 122 | 225 | 0 | 0.47 | 0.02 | 0.10 | 302.24 | 0.67 | 0.69 |
| Hex | E5 | 7A | E1 | 0 | 2F | 2 | A | 12E | 43 | 45 |
| Octal | 345 | 172 | 341 | 0 | 57 | 2 | 12 | 456 | 103 | 105 |
| Binary | 11100101 | 1111010 | 11100001 | 0 | 101111 | 10 | 1010 | 100101110 | 1000011 | 1000101 |
Color Harmonies of #E57AE1
Complementary color
Monochromatic Colors of #E57AE1
Black with #E57AE1
Text Example
Text Example
White with #E57AE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E57AE1; }
p { color: rgb(229,122,225); }
H1.HeaderClassName
{
color: #E57AE1;
}
.AnyTagClassName
{
color: #E57AE1;
}
</style>
background-color css
<style>
a { background-color: #E57AE1; }
a { background-color: rgb(229,122,225); }
div.DivClassName
{
background-color: #E57AE1;
}
.BgClassName
{
background-color: #E57AE1;
}
</style>
border-color css
<style>
span { border-color: #E57AE1; }
span { border-color: rgb(229,122,225); }
td.TdClassName
{
border-color: #E57AE1;
}
.TagClassName
{
border-color: #E57AE1;
}
</style>