Shades of Violet #E87AF1
Tints of Violet #E87AF1
RGB
CMYK
RGB Variations
Color information
#E87AF1 (or 0xE87AF1) is known color: Violet. HEX triplet: E8, 7A and F1. RGB value is (232,122,241). Sum of RGB (Red+Green+Blue) = 232+122+241=595 (78% of max value = 765). Red value is 232 (91.02% from 255 or 38.99% from 595); Green value is 122 (48.05% from 255 or 20.50% from 595); Blue value is 241 (94.53% from 255 or 40.50% from 595); Max value from RGB is 241 - color contains mainly: blue. Hex color #E87AF1 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E87AF1 is #17850E. Grayscale: #A8A8A8. Windows color (decimal): -1541391 or 15825640. OLE color: 15825640.
HSL color Cylindrical-coordinate representation of color #E87AF1: hue angle of 295.46º degrees, saturation: 0.81, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E87AF1 is Cyan = 0.04, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 232 | 122 | 241 | - |
| CMYK | 0.04 | 0.49 | 0 | 0.05 |
| HSL | 295.46º | 0.81% | 0.71% | - |
| HSV(B) | 295.46º | 0.49% | 0.95% | - |
| XYZ | 56.12 | 37.43 | 87.49 | - |
| YUV | 168.46 | 168.94 | 173.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 122 | 241 | 0.04 | 0.49 | 0 | 0.05 | 295.46 | 0.81 | 0.71 |
| Hex | E8 | 7A | F1 | 4 | 31 | 0 | 5 | 127 | 51 | 47 |
| Octal | 350 | 172 | 361 | 4 | 61 | 0 | 5 | 447 | 121 | 107 |
| Binary | 11101000 | 1111010 | 11110001 | 100 | 110001 | 0 | 101 | 100100111 | 1010001 | 1000111 |
Color Harmonies of #E87AF1
Complementary color
Monochromatic Colors of #E87AF1
Black with #E87AF1
Text Example
Text Example
White with #E87AF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E87AF1; }
p { color: rgb(232,122,241); }
H1.HeaderClassName
{
color: #E87AF1;
}
.AnyTagClassName
{
color: #E87AF1;
}
</style>
background-color css
<style>
a { background-color: #E87AF1; }
a { background-color: rgb(232,122,241); }
div.DivClassName
{
background-color: #E87AF1;
}
.BgClassName
{
background-color: #E87AF1;
}
</style>
border-color css
<style>
span { border-color: #E87AF1; }
span { border-color: rgb(232,122,241); }
td.TdClassName
{
border-color: #E87AF1;
}
.TagClassName
{
border-color: #E87AF1;
}
</style>