Shades of Violet #E57AF0
Tints of Violet #E57AF0
RGB
CMYK
RGB Variations
Color information
#E57AF0 (or 0xE57AF0) is known color: Violet. HEX triplet: E5, 7A and F0. RGB value is (229,122,240). Sum of RGB (Red+Green+Blue) = 229+122+240=591 (78% of max value = 765). Red value is 229 (89.84% from 255 or 38.75% from 591); Green value is 122 (48.05% from 255 or 20.64% from 591); Blue value is 240 (94.14% from 255 or 40.61% from 591); Max value from RGB is 240 - color contains mainly: blue. Hex color #E57AF0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E57AF0 is #1A850F. Grayscale: #A7A7A7. Windows color (decimal): -1738000 or 15760101. OLE color: 15760101.
HSL color Cylindrical-coordinate representation of color #E57AF0: hue angle of 294.41º degrees, saturation: 0.8, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E57AF0 is Cyan = 0.05, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 229 | 122 | 240 | - |
| CMYK | 0.05 | 0.49 | 0 | 0.06 |
| HSL | 294.41º | 0.8% | 0.71% | - |
| HSV(B) | 294.41º | 0.49% | 0.94% | - |
| XYZ | 55 | 36.87 | 86.66 | - |
| YUV | 167.45 | 168.95 | 171.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 122 | 240 | 0.05 | 0.49 | 0 | 0.06 | 294.41 | 0.8 | 0.71 |
| Hex | E5 | 7A | F0 | 5 | 31 | 0 | 6 | 126 | 50 | 47 |
| Octal | 345 | 172 | 360 | 5 | 61 | 0 | 6 | 446 | 120 | 107 |
| Binary | 11100101 | 1111010 | 11110000 | 101 | 110001 | 0 | 110 | 100100110 | 1010000 | 1000111 |
Color Harmonies of #E57AF0
Complementary color
Monochromatic Colors of #E57AF0
Black with #E57AF0
Text Example
Text Example
White with #E57AF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E57AF0; }
p { color: rgb(229,122,240); }
H1.HeaderClassName
{
color: #E57AF0;
}
.AnyTagClassName
{
color: #E57AF0;
}
</style>
background-color css
<style>
a { background-color: #E57AF0; }
a { background-color: rgb(229,122,240); }
div.DivClassName
{
background-color: #E57AF0;
}
.BgClassName
{
background-color: #E57AF0;
}
</style>
border-color css
<style>
span { border-color: #E57AF0; }
span { border-color: rgb(229,122,240); }
td.TdClassName
{
border-color: #E57AF0;
}
.TagClassName
{
border-color: #E57AF0;
}
</style>