Shades of Violet #E57FE6
Tints of Violet #E57FE6
RGB
CMYK
RGB Variations
Color information
#E57FE6 (or 0xE57FE6) is known color: Violet. HEX triplet: E5, 7F and E6. RGB value is (229,127,230). Sum of RGB (Red+Green+Blue) = 229+127+230=586 (77% of max value = 765). Red value is 229 (89.84% from 255 or 39.08% from 586); Green value is 127 (50% from 255 or 21.67% from 586); Blue value is 230 (90.23% from 255 or 39.25% from 586); Max value from RGB is 230 - color contains mainly: blue. Hex color #E57FE6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E57FE6 is #1A8019. Grayscale: #A8A8A8. Windows color (decimal): -1736730 or 15106021. OLE color: 15106021.
HSL color Cylindrical-coordinate representation of color #E57FE6: hue angle of 299.42º degrees, saturation: 0.67, 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 #E57FE6 is Cyan = 0.00, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 127 | 230 | - |
| CMYK | 0.00 | 0.45 | 0 | 0.10 |
| HSL | 299.42º | 0.67% | 0.7% | - |
| HSV(B) | 299.42º | 0.45% | 0.9% | - |
| XYZ | 54.19 | 37.55 | 79.25 | - |
| YUV | 169.24 | 162.29 | 170.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 127 | 230 | 0.00 | 0.45 | 0 | 0.10 | 299.42 | 0.67 | 0.7 |
| Hex | E5 | 7F | E6 | 0 | 2D | 0 | A | 12B | 43 | 46 |
| Octal | 345 | 177 | 346 | 0 | 55 | 0 | 12 | 453 | 103 | 106 |
| Binary | 11100101 | 1111111 | 11100110 | 0 | 101101 | 0 | 1010 | 100101011 | 1000011 | 1000110 |
Color Harmonies of #E57FE6
Complementary color
Monochromatic Colors of #E57FE6
Black with #E57FE6
Text Example
Text Example
White with #E57FE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E57FE6; }
p { color: rgb(229,127,230); }
H1.HeaderClassName
{
color: #E57FE6;
}
.AnyTagClassName
{
color: #E57FE6;
}
</style>
background-color css
<style>
a { background-color: #E57FE6; }
a { background-color: rgb(229,127,230); }
div.DivClassName
{
background-color: #E57FE6;
}
.BgClassName
{
background-color: #E57FE6;
}
</style>
border-color css
<style>
span { border-color: #E57FE6; }
span { border-color: rgb(229,127,230); }
td.TdClassName
{
border-color: #E57FE6;
}
.TagClassName
{
border-color: #E57FE6;
}
</style>