Shades of Violet #E870ED
Tints of Violet #E870ED
RGB
CMYK
RGB Variations
Color information
#E870ED (or 0xE870ED) is known color: Violet. HEX triplet: E8, 70 and ED. RGB value is (232,112,237). Sum of RGB (Red+Green+Blue) = 232+112+237=581 (76% of max value = 765). Red value is 232 (91.02% from 255 or 39.93% from 581); Green value is 112 (44.14% from 255 or 19.28% from 581); Blue value is 237 (92.97% from 255 or 40.79% from 581); Max value from RGB is 237 - color contains mainly: blue. Hex color #E870ED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E870ED is #178F12. Grayscale: #A1A1A1. Windows color (decimal): -1543955 or 15560936. OLE color: 15560936.
HSL color Cylindrical-coordinate representation of color #E870ED: hue angle of 297.6º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E870ED is Cyan = 0.02, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 232 | 112 | 237 | - |
| CMYK | 0.02 | 0.53 | 0 | 0.07 |
| HSL | 297.6º | 0.78% | 0.68% | - |
| HSV(B) | 297.6º | 0.53% | 0.93% | - |
| XYZ | 54.36 | 34.86 | 83.98 | - |
| YUV | 162.13 | 170.26 | 177.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 112 | 237 | 0.02 | 0.53 | 0 | 0.07 | 297.6 | 0.78 | 0.68 |
| Hex | E8 | 70 | ED | 2 | 35 | 0 | 7 | 12A | 4E | 44 |
| Octal | 350 | 160 | 355 | 2 | 65 | 0 | 7 | 452 | 116 | 104 |
| Binary | 11101000 | 1110000 | 11101101 | 10 | 110101 | 0 | 111 | 100101010 | 1001110 | 1000100 |
Color Harmonies of #E870ED
Complementary color
Monochromatic Colors of #E870ED
Black with #E870ED
Text Example
Text Example
White with #E870ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E870ED; }
p { color: rgb(232,112,237); }
H1.HeaderClassName
{
color: #E870ED;
}
.AnyTagClassName
{
color: #E870ED;
}
</style>
background-color css
<style>
a { background-color: #E870ED; }
a { background-color: rgb(232,112,237); }
div.DivClassName
{
background-color: #E870ED;
}
.BgClassName
{
background-color: #E870ED;
}
</style>
border-color css
<style>
span { border-color: #E870ED; }
span { border-color: rgb(232,112,237); }
td.TdClassName
{
border-color: #E870ED;
}
.TagClassName
{
border-color: #E870ED;
}
</style>