Shades of Violet #E57EEA
Tints of Violet #E57EEA
RGB
CMYK
RGB Variations
Color information
#E57EEA (or 0xE57EEA) is known color: Violet. HEX triplet: E5, 7E and EA. RGB value is (229,126,234). Sum of RGB (Red+Green+Blue) = 229+126+234=589 (78% of max value = 765). Red value is 229 (89.84% from 255 or 38.88% from 589); Green value is 126 (49.61% from 255 or 21.39% from 589); Blue value is 234 (91.80% from 255 or 39.73% from 589); Max value from RGB is 234 - color contains mainly: blue. Hex color #E57EEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E57EEA is #1A8115. Grayscale: #A8A8A8. Windows color (decimal): -1736982 or 15367909. OLE color: 15367909.
HSL color Cylindrical-coordinate representation of color #E57EEA: hue angle of 297.22º degrees, saturation: 0.72, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E57EEA is Cyan = 0.02, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 229 | 126 | 234 | - |
| CMYK | 0.02 | 0.46 | 0 | 0.08 |
| HSL | 297.22º | 0.72% | 0.71% | - |
| HSV(B) | 297.22º | 0.46% | 0.92% | - |
| XYZ | 54.63 | 37.52 | 82.2 | - |
| YUV | 169.11 | 164.62 | 170.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 126 | 234 | 0.02 | 0.46 | 0 | 0.08 | 297.22 | 0.72 | 0.71 |
| Hex | E5 | 7E | EA | 2 | 2E | 0 | 8 | 129 | 48 | 47 |
| Octal | 345 | 176 | 352 | 2 | 56 | 0 | 10 | 451 | 110 | 107 |
| Binary | 11100101 | 1111110 | 11101010 | 10 | 101110 | 0 | 1000 | 100101001 | 1001000 | 1000111 |
Color Harmonies of #E57EEA
Complementary color
Monochromatic Colors of #E57EEA
Black with #E57EEA
Text Example
Text Example
White with #E57EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E57EEA; }
p { color: rgb(229,126,234); }
H1.HeaderClassName
{
color: #E57EEA;
}
.AnyTagClassName
{
color: #E57EEA;
}
</style>
background-color css
<style>
a { background-color: #E57EEA; }
a { background-color: rgb(229,126,234); }
div.DivClassName
{
background-color: #E57EEA;
}
.BgClassName
{
background-color: #E57EEA;
}
</style>
border-color css
<style>
span { border-color: #E57EEA; }
span { border-color: rgb(229,126,234); }
td.TdClassName
{
border-color: #E57EEA;
}
.TagClassName
{
border-color: #E57EEA;
}
</style>