Shades of Violet #E57AEC
Tints of Violet #E57AEC
RGB
CMYK
RGB Variations
Color information
#E57AEC (or 0xE57AEC) is known color: Violet. HEX triplet: E5, 7A and EC. RGB value is (229,122,236). Sum of RGB (Red+Green+Blue) = 229+122+236=587 (77% of max value = 765). Red value is 229 (89.84% from 255 or 39.01% from 587); Green value is 122 (48.05% from 255 or 20.78% from 587); Blue value is 236 (92.58% from 255 or 40.20% from 587); Max value from RGB is 236 - color contains mainly: blue. Hex color #E57AEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E57AEC is #1A8513. Grayscale: #A6A6A6. Windows color (decimal): -1738004 or 15497957. OLE color: 15497957.
HSL color Cylindrical-coordinate representation of color #E57AEC: hue angle of 296.32º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E57AEC is Cyan = 0.03, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 229 | 122 | 236 | - |
| CMYK | 0.03 | 0.48 | 0 | 0.07 |
| HSL | 296.32º | 0.75% | 0.7% | - |
| HSV(B) | 296.32º | 0.48% | 0.93% | - |
| XYZ | 54.41 | 36.63 | 83.56 | - |
| YUV | 166.99 | 166.95 | 172.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 122 | 236 | 0.03 | 0.48 | 0 | 0.07 | 296.32 | 0.75 | 0.7 |
| Hex | E5 | 7A | EC | 3 | 30 | 0 | 7 | 128 | 4B | 46 |
| Octal | 345 | 172 | 354 | 3 | 60 | 0 | 7 | 450 | 113 | 106 |
| Binary | 11100101 | 1111010 | 11101100 | 11 | 110000 | 0 | 111 | 100101000 | 1001011 | 1000110 |
Color Harmonies of #E57AEC
Complementary color
Monochromatic Colors of #E57AEC
Black with #E57AEC
Text Example
Text Example
White with #E57AEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E57AEC; }
p { color: rgb(229,122,236); }
H1.HeaderClassName
{
color: #E57AEC;
}
.AnyTagClassName
{
color: #E57AEC;
}
</style>
background-color css
<style>
a { background-color: #E57AEC; }
a { background-color: rgb(229,122,236); }
div.DivClassName
{
background-color: #E57AEC;
}
.BgClassName
{
background-color: #E57AEC;
}
</style>
border-color css
<style>
span { border-color: #E57AEC; }
span { border-color: rgb(229,122,236); }
td.TdClassName
{
border-color: #E57AEC;
}
.TagClassName
{
border-color: #E57AEC;
}
</style>