Shades of Violet #E871ED
Tints of Violet #E871ED
RGB
CMYK
RGB Variations
Color information
#E871ED (or 0xE871ED) is known color: Violet. HEX triplet: E8, 71 and ED. RGB value is (232,113,237). Sum of RGB (Red+Green+Blue) = 232+113+237=582 (77% of max value = 765). Red value is 232 (91.02% from 255 or 39.86% from 582); Green value is 113 (44.53% from 255 or 19.42% from 582); Blue value is 237 (92.97% from 255 or 40.72% from 582); Max value from RGB is 237 - color contains mainly: blue. Hex color #E871ED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E871ED is #178E12. Grayscale: #A2A2A2. Windows color (decimal): -1543699 or 15561192. OLE color: 15561192.
HSL color Cylindrical-coordinate representation of color #E871ED: hue angle of 297.58º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E871ED is Cyan = 0.02, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 232 | 113 | 237 | - |
| CMYK | 0.02 | 0.52 | 0 | 0.07 |
| HSL | 297.58º | 0.78% | 0.69% | - |
| HSV(B) | 297.58º | 0.52% | 0.93% | - |
| XYZ | 54.47 | 35.08 | 84.02 | - |
| YUV | 162.72 | 169.92 | 177.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 113 | 237 | 0.02 | 0.52 | 0 | 0.07 | 297.58 | 0.78 | 0.69 |
| Hex | E8 | 71 | ED | 2 | 34 | 0 | 7 | 12A | 4E | 45 |
| Octal | 350 | 161 | 355 | 2 | 64 | 0 | 7 | 452 | 116 | 105 |
| Binary | 11101000 | 1110001 | 11101101 | 10 | 110100 | 0 | 111 | 100101010 | 1001110 | 1000101 |
Color Harmonies of #E871ED
Complementary color
Monochromatic Colors of #E871ED
Black with #E871ED
Text Example
Text Example
White with #E871ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E871ED; }
p { color: rgb(232,113,237); }
H1.HeaderClassName
{
color: #E871ED;
}
.AnyTagClassName
{
color: #E871ED;
}
</style>
background-color css
<style>
a { background-color: #E871ED; }
a { background-color: rgb(232,113,237); }
div.DivClassName
{
background-color: #E871ED;
}
.BgClassName
{
background-color: #E871ED;
}
</style>
border-color css
<style>
span { border-color: #E871ED; }
span { border-color: rgb(232,113,237); }
td.TdClassName
{
border-color: #E871ED;
}
.TagClassName
{
border-color: #E871ED;
}
</style>