Shades of Violet #E871F0
Tints of Violet #E871F0
RGB
CMYK
RGB Variations
Color information
#E871F0 (or 0xE871F0) is known color: Violet. HEX triplet: E8, 71 and F0. RGB value is (232,113,240). Sum of RGB (Red+Green+Blue) = 232+113+240=585 (77% of max value = 765). Red value is 232 (91.02% from 255 or 39.66% from 585); Green value is 113 (44.53% from 255 or 19.32% from 585); Blue value is 240 (94.14% from 255 or 41.03% from 585); Max value from RGB is 240 - color contains mainly: blue. Hex color #E871F0 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E871F0 is #178E0F. Grayscale: #A2A2A2. Windows color (decimal): -1543696 or 15757800. OLE color: 15757800.
HSL color Cylindrical-coordinate representation of color #E871F0: hue angle of 296.22º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E871F0 is Cyan = 0.03, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 232 | 113 | 240 | - |
| CMYK | 0.03 | 0.53 | 0 | 0.06 |
| HSL | 296.22º | 0.81% | 0.69% | - |
| HSV(B) | 296.22º | 0.53% | 0.94% | - |
| XYZ | 54.91 | 35.26 | 86.35 | - |
| YUV | 163.06 | 171.42 | 177.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 113 | 240 | 0.03 | 0.53 | 0 | 0.06 | 296.22 | 0.81 | 0.69 |
| Hex | E8 | 71 | F0 | 3 | 35 | 0 | 6 | 128 | 51 | 45 |
| Octal | 350 | 161 | 360 | 3 | 65 | 0 | 6 | 450 | 121 | 105 |
| Binary | 11101000 | 1110001 | 11110000 | 11 | 110101 | 0 | 110 | 100101000 | 1010001 | 1000101 |
Color Harmonies of #E871F0
Complementary color
Monochromatic Colors of #E871F0
Black with #E871F0
Text Example
Text Example
White with #E871F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E871F0; }
p { color: rgb(232,113,240); }
H1.HeaderClassName
{
color: #E871F0;
}
.AnyTagClassName
{
color: #E871F0;
}
</style>
background-color css
<style>
a { background-color: #E871F0; }
a { background-color: rgb(232,113,240); }
div.DivClassName
{
background-color: #E871F0;
}
.BgClassName
{
background-color: #E871F0;
}
</style>
border-color css
<style>
span { border-color: #E871F0; }
span { border-color: rgb(232,113,240); }
td.TdClassName
{
border-color: #E871F0;
}
.TagClassName
{
border-color: #E871F0;
}
</style>