Shades of Violet #E57EF0
Tints of Violet #E57EF0
RGB
CMYK
RGB Variations
Color information
#E57EF0 (or 0xE57EF0) is known color: Violet. HEX triplet: E5, 7E and F0. RGB value is (229,126,240). Sum of RGB (Red+Green+Blue) = 229+126+240=595 (78% of max value = 765). Red value is 229 (89.84% from 255 or 38.49% from 595); Green value is 126 (49.61% from 255 or 21.18% from 595); Blue value is 240 (94.14% from 255 or 40.34% from 595); Max value from RGB is 240 - color contains mainly: blue. Hex color #E57EF0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E57EF0 is #1A810F. Grayscale: #A9A9A9. Windows color (decimal): -1736976 or 15761125. OLE color: 15761125.
HSL color Cylindrical-coordinate representation of color #E57EF0: hue angle of 294.21º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E57EF0 is Cyan = 0.05, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 229 | 126 | 240 | - |
| CMYK | 0.05 | 0.48 | 0 | 0.06 |
| HSL | 294.21º | 0.79% | 0.72% | - |
| HSV(B) | 294.21º | 0.48% | 0.94% | - |
| XYZ | 55.5 | 37.87 | 86.82 | - |
| YUV | 169.79 | 167.62 | 170.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 126 | 240 | 0.05 | 0.48 | 0 | 0.06 | 294.21 | 0.79 | 0.72 |
| Hex | E5 | 7E | F0 | 5 | 30 | 0 | 6 | 126 | 4F | 48 |
| Octal | 345 | 176 | 360 | 5 | 60 | 0 | 6 | 446 | 117 | 110 |
| Binary | 11100101 | 1111110 | 11110000 | 101 | 110000 | 0 | 110 | 100100110 | 1001111 | 1001000 |
Color Harmonies of #E57EF0
Complementary color
Monochromatic Colors of #E57EF0
Black with #E57EF0
Text Example
Text Example
White with #E57EF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E57EF0; }
p { color: rgb(229,126,240); }
H1.HeaderClassName
{
color: #E57EF0;
}
.AnyTagClassName
{
color: #E57EF0;
}
</style>
background-color css
<style>
a { background-color: #E57EF0; }
a { background-color: rgb(229,126,240); }
div.DivClassName
{
background-color: #E57EF0;
}
.BgClassName
{
background-color: #E57EF0;
}
</style>
border-color css
<style>
span { border-color: #E57EF0; }
span { border-color: rgb(229,126,240); }
td.TdClassName
{
border-color: #E57EF0;
}
.TagClassName
{
border-color: #E57EF0;
}
</style>