Shades of Violet #E57FE2
Tints of Violet #E57FE2
RGB
CMYK
RGB Variations
Color information
#E57FE2 (or 0xE57FE2) is known color: Violet. HEX triplet: E5, 7F and E2. RGB value is (229,127,226). Sum of RGB (Red+Green+Blue) = 229+127+226=582 (77% of max value = 765). Red value is 229 (89.84% from 255 or 39.35% from 582); Green value is 127 (50% from 255 or 21.82% from 582); Blue value is 226 (88.67% from 255 or 38.83% from 582); Max value from RGB is 229 - color contains mainly: red. Hex color #E57FE2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E57FE2 is #1A801D. Grayscale: #A8A8A8. Windows color (decimal): -1736734 or 14843877. OLE color: 14843877.
HSL color Cylindrical-coordinate representation of color #E57FE2: hue angle of 301.76º degrees, saturation: 0.66, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E57FE2 is Cyan = 0, Magento = 0.45, Yellow = 0.01 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 127 | 226 | - |
| CMYK | 0 | 0.45 | 0.01 | 0.10 |
| HSL | 301.76º | 0.66% | 0.7% | - |
| HSV(B) | 301.76º | 0.45% | 0.9% | - |
| XYZ | 53.63 | 37.33 | 76.33 | - |
| YUV | 168.78 | 160.29 | 170.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 127 | 226 | 0 | 0.45 | 0.01 | 0.10 | 301.76 | 0.66 | 0.7 |
| Hex | E5 | 7F | E2 | 0 | 2D | 1 | A | 12E | 42 | 46 |
| Octal | 345 | 177 | 342 | 0 | 55 | 1 | 12 | 456 | 102 | 106 |
| Binary | 11100101 | 1111111 | 11100010 | 0 | 101101 | 1 | 1010 | 100101110 | 1000010 | 1000110 |
Color Harmonies of #E57FE2
Complementary color
Monochromatic Colors of #E57FE2
Black with #E57FE2
Text Example
Text Example
White with #E57FE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E57FE2; }
p { color: rgb(229,127,226); }
H1.HeaderClassName
{
color: #E57FE2;
}
.AnyTagClassName
{
color: #E57FE2;
}
</style>
background-color css
<style>
a { background-color: #E57FE2; }
a { background-color: rgb(229,127,226); }
div.DivClassName
{
background-color: #E57FE2;
}
.BgClassName
{
background-color: #E57FE2;
}
</style>
border-color css
<style>
span { border-color: #E57FE2; }
span { border-color: rgb(229,127,226); }
td.TdClassName
{
border-color: #E57FE2;
}
.TagClassName
{
border-color: #E57FE2;
}
</style>