Shades of Violet #E57CEF
Tints of Violet #E57CEF
RGB
CMYK
RGB Variations
Color information
#E57CEF (or 0xE57CEF) is known color: Violet. HEX triplet: E5, 7C and EF. RGB value is (229,124,239). Sum of RGB (Red+Green+Blue) = 229+124+239=592 (78% of max value = 765). Red value is 229 (89.84% from 255 or 38.68% from 592); Green value is 124 (48.83% from 255 or 20.95% from 592); Blue value is 239 (93.75% from 255 or 40.37% from 592); Max value from RGB is 239 - color contains mainly: blue. Hex color #E57CEF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E57CEF is #1A8310. Grayscale: #A8A8A8. Windows color (decimal): -1737489 or 15695077. OLE color: 15695077.
HSL color Cylindrical-coordinate representation of color #E57CEF: hue angle of 294.78º degrees, saturation: 0.78, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E57CEF is Cyan = 0.04, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 229 | 124 | 239 | - |
| CMYK | 0.04 | 0.48 | 0 | 0.06 |
| HSL | 294.78º | 0.78% | 0.71% | - |
| HSV(B) | 294.78º | 0.48% | 0.94% | - |
| XYZ | 55.1 | 37.31 | 85.96 | - |
| YUV | 168.51 | 167.79 | 171.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 124 | 239 | 0.04 | 0.48 | 0 | 0.06 | 294.78 | 0.78 | 0.71 |
| Hex | E5 | 7C | EF | 4 | 30 | 0 | 6 | 127 | 4E | 47 |
| Octal | 345 | 174 | 357 | 4 | 60 | 0 | 6 | 447 | 116 | 107 |
| Binary | 11100101 | 1111100 | 11101111 | 100 | 110000 | 0 | 110 | 100100111 | 1001110 | 1000111 |
Color Harmonies of #E57CEF
Complementary color
Monochromatic Colors of #E57CEF
Black with #E57CEF
Text Example
Text Example
White with #E57CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E57CEF; }
p { color: rgb(229,124,239); }
H1.HeaderClassName
{
color: #E57CEF;
}
.AnyTagClassName
{
color: #E57CEF;
}
</style>
background-color css
<style>
a { background-color: #E57CEF; }
a { background-color: rgb(229,124,239); }
div.DivClassName
{
background-color: #E57CEF;
}
.BgClassName
{
background-color: #E57CEF;
}
</style>
border-color css
<style>
span { border-color: #E57CEF; }
span { border-color: rgb(229,124,239); }
td.TdClassName
{
border-color: #E57CEF;
}
.TagClassName
{
border-color: #E57CEF;
}
</style>