Shades of Violet #E57FEC
Tints of Violet #E57FEC
RGB
CMYK
RGB Variations
Color information
#E57FEC (or 0xE57FEC) is known color: Violet. HEX triplet: E5, 7F and EC. RGB value is (229,127,236). Sum of RGB (Red+Green+Blue) = 229+127+236=592 (78% of max value = 765). Red value is 229 (89.84% from 255 or 38.68% from 592); Green value is 127 (50% from 255 or 21.45% from 592); Blue value is 236 (92.58% from 255 or 39.86% from 592); Max value from RGB is 236 - color contains mainly: blue. Hex color #E57FEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E57FEC is #1A8013. Grayscale: #A9A9A9. Windows color (decimal): -1736724 or 15499237. OLE color: 15499237.
HSL color Cylindrical-coordinate representation of color #E57FEC: hue angle of 296.15º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E57FEC is Cyan = 0.03, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 229 | 127 | 236 | - |
| CMYK | 0.03 | 0.46 | 0 | 0.07 |
| HSL | 296.15º | 0.74% | 0.71% | - |
| HSV(B) | 296.15º | 0.46% | 0.93% | - |
| XYZ | 55.04 | 37.89 | 83.77 | - |
| YUV | 169.92 | 165.29 | 170.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 127 | 236 | 0.03 | 0.46 | 0 | 0.07 | 296.15 | 0.74 | 0.71 |
| Hex | E5 | 7F | EC | 3 | 2E | 0 | 7 | 128 | 4A | 47 |
| Octal | 345 | 177 | 354 | 3 | 56 | 0 | 7 | 450 | 112 | 107 |
| Binary | 11100101 | 1111111 | 11101100 | 11 | 101110 | 0 | 111 | 100101000 | 1001010 | 1000111 |
Color Harmonies of #E57FEC
Complementary color
Monochromatic Colors of #E57FEC
Black with #E57FEC
Text Example
Text Example
White with #E57FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E57FEC; }
p { color: rgb(229,127,236); }
H1.HeaderClassName
{
color: #E57FEC;
}
.AnyTagClassName
{
color: #E57FEC;
}
</style>
background-color css
<style>
a { background-color: #E57FEC; }
a { background-color: rgb(229,127,236); }
div.DivClassName
{
background-color: #E57FEC;
}
.BgClassName
{
background-color: #E57FEC;
}
</style>
border-color css
<style>
span { border-color: #E57FEC; }
span { border-color: rgb(229,127,236); }
td.TdClassName
{
border-color: #E57FEC;
}
.TagClassName
{
border-color: #E57FEC;
}
</style>