Shades of Violet #E87CF5
Tints of Violet #E87CF5
RGB
CMYK
RGB Variations
Color information
#E87CF5 (or 0xE87CF5) is known color: Violet. HEX triplet: E8, 7C and F5. RGB value is (232,124,245). Sum of RGB (Red+Green+Blue) = 232+124+245=601 (79% of max value = 765). Red value is 232 (91.02% from 255 or 38.60% from 601); Green value is 124 (48.83% from 255 or 20.63% from 601); Blue value is 245 (96.09% from 255 or 40.77% from 601); Max value from RGB is 245 - color contains mainly: blue. Hex color #E87CF5 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E87CF5 is #17830A. Grayscale: #A9A9A9. Windows color (decimal): -1540875 or 16088296. OLE color: 16088296.
HSL color Cylindrical-coordinate representation of color #E87CF5: hue angle of 293.55º degrees, saturation: 0.86, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E87CF5 is Cyan = 0.05, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 232 | 124 | 245 | - |
| CMYK | 0.05 | 0.49 | 0 | 0.04 |
| HSL | 293.55º | 0.86% | 0.72% | - |
| HSV(B) | 293.55º | 0.49% | 0.96% | - |
| XYZ | 56.97 | 38.16 | 90.75 | - |
| YUV | 170.09 | 170.28 | 172.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 124 | 245 | 0.05 | 0.49 | 0 | 0.04 | 293.55 | 0.86 | 0.72 |
| Hex | E8 | 7C | F5 | 5 | 31 | 0 | 4 | 126 | 56 | 48 |
| Octal | 350 | 174 | 365 | 5 | 61 | 0 | 4 | 446 | 126 | 110 |
| Binary | 11101000 | 1111100 | 11110101 | 101 | 110001 | 0 | 100 | 100100110 | 1010110 | 1001000 |
Color Harmonies of #E87CF5
Complementary color
Monochromatic Colors of #E87CF5
Black with #E87CF5
Text Example
Text Example
White with #E87CF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E87CF5; }
p { color: rgb(232,124,245); }
H1.HeaderClassName
{
color: #E87CF5;
}
.AnyTagClassName
{
color: #E87CF5;
}
</style>
background-color css
<style>
a { background-color: #E87CF5; }
a { background-color: rgb(232,124,245); }
div.DivClassName
{
background-color: #E87CF5;
}
.BgClassName
{
background-color: #E87CF5;
}
</style>
border-color css
<style>
span { border-color: #E87CF5; }
span { border-color: rgb(232,124,245); }
td.TdClassName
{
border-color: #E87CF5;
}
.TagClassName
{
border-color: #E87CF5;
}
</style>