Shades of Violet #E57AED
Tints of Violet #E57AED
RGB
CMYK
RGB Variations
Color information
#E57AED (or 0xE57AED) is known color: Violet. HEX triplet: E5, 7A and ED. RGB value is (229,122,237). Sum of RGB (Red+Green+Blue) = 229+122+237=588 (77% of max value = 765). Red value is 229 (89.84% from 255 or 38.95% from 588); Green value is 122 (48.05% from 255 or 20.75% from 588); Blue value is 237 (92.97% from 255 or 40.31% from 588); Max value from RGB is 237 - color contains mainly: blue. Hex color #E57AED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E57AED is #1A8512. Grayscale: #A6A6A6. Windows color (decimal): -1738003 or 15563493. OLE color: 15563493.
HSL color Cylindrical-coordinate representation of color #E57AED: hue angle of 295.83º degrees, saturation: 0.76, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E57AED is Cyan = 0.03, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 229 | 122 | 237 | - |
| CMYK | 0.03 | 0.49 | 0 | 0.07 |
| HSL | 295.83º | 0.76% | 0.7% | - |
| HSV(B) | 295.83º | 0.49% | 0.93% | - |
| XYZ | 54.56 | 36.69 | 84.33 | - |
| YUV | 167.1 | 167.45 | 172.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 122 | 237 | 0.03 | 0.49 | 0 | 0.07 | 295.83 | 0.76 | 0.7 |
| Hex | E5 | 7A | ED | 3 | 31 | 0 | 7 | 128 | 4C | 46 |
| Octal | 345 | 172 | 355 | 3 | 61 | 0 | 7 | 450 | 114 | 106 |
| Binary | 11100101 | 1111010 | 11101101 | 11 | 110001 | 0 | 111 | 100101000 | 1001100 | 1000110 |
Color Harmonies of #E57AED
Complementary color
Monochromatic Colors of #E57AED
Black with #E57AED
Text Example
Text Example
White with #E57AED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E57AED; }
p { color: rgb(229,122,237); }
H1.HeaderClassName
{
color: #E57AED;
}
.AnyTagClassName
{
color: #E57AED;
}
</style>
background-color css
<style>
a { background-color: #E57AED; }
a { background-color: rgb(229,122,237); }
div.DivClassName
{
background-color: #E57AED;
}
.BgClassName
{
background-color: #E57AED;
}
</style>
border-color css
<style>
span { border-color: #E57AED; }
span { border-color: rgb(229,122,237); }
td.TdClassName
{
border-color: #E57AED;
}
.TagClassName
{
border-color: #E57AED;
}
</style>