Shades of Violet #E57FEF
Tints of Violet #E57FEF
RGB
CMYK
RGB Variations
Color information
#E57FEF (or 0xE57FEF) is known color: Violet. HEX triplet: E5, 7F and EF. RGB value is (229,127,239). Sum of RGB (Red+Green+Blue) = 229+127+239=595 (78% of max value = 765). Red value is 229 (89.84% from 255 or 38.49% from 595); Green value is 127 (50% from 255 or 21.34% from 595); Blue value is 239 (93.75% from 255 or 40.17% from 595); Max value from RGB is 239 - color contains mainly: blue. Hex color #E57FEF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E57FEF is #1A8010. Grayscale: #A9A9A9. Windows color (decimal): -1736721 or 15695845. OLE color: 15695845.
HSL color Cylindrical-coordinate representation of color #E57FEF: hue angle of 294.64º 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 #E57FEF is Cyan = 0.04, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 229 | 127 | 239 | - |
| CMYK | 0.04 | 0.47 | 0 | 0.06 |
| HSL | 294.64º | 0.78% | 0.72% | - |
| HSV(B) | 294.64º | 0.47% | 0.94% | - |
| XYZ | 55.48 | 38.07 | 86.09 | - |
| YUV | 170.27 | 166.79 | 169.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 127 | 239 | 0.04 | 0.47 | 0 | 0.06 | 294.64 | 0.78 | 0.72 |
| Hex | E5 | 7F | EF | 4 | 2F | 0 | 6 | 127 | 4E | 48 |
| Octal | 345 | 177 | 357 | 4 | 57 | 0 | 6 | 447 | 116 | 110 |
| Binary | 11100101 | 1111111 | 11101111 | 100 | 101111 | 0 | 110 | 100100111 | 1001110 | 1001000 |
Color Harmonies of #E57FEF
Complementary color
Monochromatic Colors of #E57FEF
Black with #E57FEF
Text Example
Text Example
White with #E57FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E57FEF; }
p { color: rgb(229,127,239); }
H1.HeaderClassName
{
color: #E57FEF;
}
.AnyTagClassName
{
color: #E57FEF;
}
</style>
background-color css
<style>
a { background-color: #E57FEF; }
a { background-color: rgb(229,127,239); }
div.DivClassName
{
background-color: #E57FEF;
}
.BgClassName
{
background-color: #E57FEF;
}
</style>
border-color css
<style>
span { border-color: #E57FEF; }
span { border-color: rgb(229,127,239); }
td.TdClassName
{
border-color: #E57FEF;
}
.TagClassName
{
border-color: #E57FEF;
}
</style>