Shades of Violet #E570E8
Tints of Violet #E570E8
RGB
CMYK
RGB Variations
Color information
#E570E8 (or 0xE570E8) is known color: Violet. HEX triplet: E5, 70 and E8. RGB value is (229,112,232). Sum of RGB (Red+Green+Blue) = 229+112+232=573 (75% of max value = 765). Red value is 229 (89.84% from 255 or 39.97% from 573); Green value is 112 (44.14% from 255 or 19.55% from 573); Blue value is 232 (91.02% from 255 or 40.49% from 573); Max value from RGB is 232 - color contains mainly: blue. Hex color #E570E8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E570E8 is #1A8F17. Grayscale: #A0A0A0. Windows color (decimal): -1740568 or 15233253. OLE color: 15233253.
HSL color Cylindrical-coordinate representation of color #E570E8: hue angle of 298.5º degrees, saturation: 0.72, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E570E8 is Cyan = 0.01, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 229 | 112 | 232 | - |
| CMYK | 0.01 | 0.52 | 0 | 0.09 |
| HSL | 298.5º | 0.72% | 0.67% | - |
| HSV(B) | 298.5º | 0.52% | 0.91% | - |
| XYZ | 52.67 | 34.07 | 80.14 | - |
| YUV | 160.66 | 168.26 | 176.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 112 | 232 | 0.01 | 0.52 | 0 | 0.09 | 298.5 | 0.72 | 0.67 |
| Hex | E5 | 70 | E8 | 1 | 34 | 0 | 9 | 12A | 48 | 43 |
| Octal | 345 | 160 | 350 | 1 | 64 | 0 | 11 | 452 | 110 | 103 |
| Binary | 11100101 | 1110000 | 11101000 | 1 | 110100 | 0 | 1001 | 100101010 | 1001000 | 1000011 |
Color Harmonies of #E570E8
Complementary color
Monochromatic Colors of #E570E8
Black with #E570E8
Text Example
Text Example
White with #E570E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E570E8; }
p { color: rgb(229,112,232); }
H1.HeaderClassName
{
color: #E570E8;
}
.AnyTagClassName
{
color: #E570E8;
}
</style>
background-color css
<style>
a { background-color: #E570E8; }
a { background-color: rgb(229,112,232); }
div.DivClassName
{
background-color: #E570E8;
}
.BgClassName
{
background-color: #E570E8;
}
</style>
border-color css
<style>
span { border-color: #E570E8; }
span { border-color: rgb(229,112,232); }
td.TdClassName
{
border-color: #E570E8;
}
.TagClassName
{
border-color: #E570E8;
}
</style>