Shades of Violet #E87AF2
Tints of Violet #E87AF2
RGB
CMYK
RGB Variations
Color information
#E87AF2 (or 0xE87AF2) is known color: Violet. HEX triplet: E8, 7A and F2. RGB value is (232,122,242). Sum of RGB (Red+Green+Blue) = 232+122+242=596 (78% of max value = 765). Red value is 232 (91.02% from 255 or 38.93% from 596); Green value is 122 (48.05% from 255 or 20.47% from 596); Blue value is 242 (94.92% from 255 or 40.60% from 596); Max value from RGB is 242 - color contains mainly: blue. Hex color #E87AF2 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E87AF2 is #17850D. Grayscale: #A8A8A8. Windows color (decimal): -1541390 or 15891176. OLE color: 15891176.
HSL color Cylindrical-coordinate representation of color #E87AF2: hue angle of 295º degrees, saturation: 0.82, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E87AF2 is Cyan = 0.04, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 232 | 122 | 242 | - |
| CMYK | 0.04 | 0.50 | 0 | 0.05 |
| HSL | 295º | 0.82% | 0.71% | - |
| HSV(B) | 295º | 0.5% | 0.95% | - |
| XYZ | 56.27 | 37.49 | 88.27 | - |
| YUV | 168.57 | 169.44 | 173.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 122 | 242 | 0.04 | 0.50 | 0 | 0.05 | 295 | 0.82 | 0.71 |
| Hex | E8 | 7A | F2 | 4 | 32 | 0 | 5 | 127 | 52 | 47 |
| Octal | 350 | 172 | 362 | 4 | 62 | 0 | 5 | 447 | 122 | 107 |
| Binary | 11101000 | 1111010 | 11110010 | 100 | 110010 | 0 | 101 | 100100111 | 1010010 | 1000111 |
Color Harmonies of #E87AF2
Complementary color
Monochromatic Colors of #E87AF2
Black with #E87AF2
Text Example
Text Example
White with #E87AF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E87AF2; }
p { color: rgb(232,122,242); }
H1.HeaderClassName
{
color: #E87AF2;
}
.AnyTagClassName
{
color: #E87AF2;
}
</style>
background-color css
<style>
a { background-color: #E87AF2; }
a { background-color: rgb(232,122,242); }
div.DivClassName
{
background-color: #E87AF2;
}
.BgClassName
{
background-color: #E87AF2;
}
</style>
border-color css
<style>
span { border-color: #E87AF2; }
span { border-color: rgb(232,122,242); }
td.TdClassName
{
border-color: #E87AF2;
}
.TagClassName
{
border-color: #E87AF2;
}
</style>