Shades of Violet #E57EEF
Tints of Violet #E57EEF
RGB
CMYK
RGB Variations
Color information
#E57EEF (or 0xE57EEF) is known color: Violet. HEX triplet: E5, 7E and EF. RGB value is (229,126,239). Sum of RGB (Red+Green+Blue) = 229+126+239=594 (78% of max value = 765). Red value is 229 (89.84% from 255 or 38.55% from 594); Green value is 126 (49.61% from 255 or 21.21% from 594); Blue value is 239 (93.75% from 255 or 40.24% from 594); Max value from RGB is 239 - color contains mainly: blue. Hex color #E57EEF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E57EEF is #1A8110. Grayscale: #A9A9A9. Windows color (decimal): -1736977 or 15695589. OLE color: 15695589.
HSL color Cylindrical-coordinate representation of color #E57EEF: hue angle of 294.69º degrees, saturation: 0.78, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E57EEF is Cyan = 0.04, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 229 | 126 | 239 | - |
| CMYK | 0.04 | 0.47 | 0 | 0.06 |
| HSL | 294.69º | 0.78% | 0.72% | - |
| HSV(B) | 294.69º | 0.47% | 0.94% | - |
| XYZ | 55.35 | 37.81 | 86.04 | - |
| YUV | 169.68 | 167.12 | 170.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 126 | 239 | 0.04 | 0.47 | 0 | 0.06 | 294.69 | 0.78 | 0.72 |
| Hex | E5 | 7E | EF | 4 | 2F | 0 | 6 | 127 | 4E | 48 |
| Octal | 345 | 176 | 357 | 4 | 57 | 0 | 6 | 447 | 116 | 110 |
| Binary | 11100101 | 1111110 | 11101111 | 100 | 101111 | 0 | 110 | 100100111 | 1001110 | 1001000 |
Color Harmonies of #E57EEF
Complementary color
Monochromatic Colors of #E57EEF
Black with #E57EEF
Text Example
Text Example
White with #E57EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E57EEF; }
p { color: rgb(229,126,239); }
H1.HeaderClassName
{
color: #E57EEF;
}
.AnyTagClassName
{
color: #E57EEF;
}
</style>
background-color css
<style>
a { background-color: #E57EEF; }
a { background-color: rgb(229,126,239); }
div.DivClassName
{
background-color: #E57EEF;
}
.BgClassName
{
background-color: #E57EEF;
}
</style>
border-color css
<style>
span { border-color: #E57EEF; }
span { border-color: rgb(229,126,239); }
td.TdClassName
{
border-color: #E57EEF;
}
.TagClassName
{
border-color: #E57EEF;
}
</style>