Shades of Violet #E87CF0
Tints of Violet #E87CF0
RGB
CMYK
RGB Variations
Color information
#E87CF0 (or 0xE87CF0) is known color: Violet. HEX triplet: E8, 7C and F0. RGB value is (232,124,240). Sum of RGB (Red+Green+Blue) = 232+124+240=596 (78% of max value = 765). Red value is 232 (91.02% from 255 or 38.93% from 596); Green value is 124 (48.83% from 255 or 20.81% from 596); Blue value is 240 (94.14% from 255 or 40.27% from 596); Max value from RGB is 240 - color contains mainly: blue. Hex color #E87CF0 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E87CF0 is #17830F. Grayscale: #A9A9A9. Windows color (decimal): -1540880 or 15760616. OLE color: 15760616.
HSL color Cylindrical-coordinate representation of color #E87CF0: hue angle of 295.86º degrees, saturation: 0.79, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E87CF0 is Cyan = 0.03, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 232 | 124 | 240 | - |
| CMYK | 0.03 | 0.48 | 0 | 0.06 |
| HSL | 295.86º | 0.79% | 0.71% | - |
| HSV(B) | 295.86º | 0.48% | 0.94% | - |
| XYZ | 56.21 | 37.86 | 86.78 | - |
| YUV | 169.52 | 167.78 | 172.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 124 | 240 | 0.03 | 0.48 | 0 | 0.06 | 295.86 | 0.79 | 0.71 |
| Hex | E8 | 7C | F0 | 3 | 30 | 0 | 6 | 128 | 4F | 47 |
| Octal | 350 | 174 | 360 | 3 | 60 | 0 | 6 | 450 | 117 | 107 |
| Binary | 11101000 | 1111100 | 11110000 | 11 | 110000 | 0 | 110 | 100101000 | 1001111 | 1000111 |
Color Harmonies of #E87CF0
Complementary color
Monochromatic Colors of #E87CF0
Black with #E87CF0
Text Example
Text Example
White with #E87CF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E87CF0; }
p { color: rgb(232,124,240); }
H1.HeaderClassName
{
color: #E87CF0;
}
.AnyTagClassName
{
color: #E87CF0;
}
</style>
background-color css
<style>
a { background-color: #E87CF0; }
a { background-color: rgb(232,124,240); }
div.DivClassName
{
background-color: #E87CF0;
}
.BgClassName
{
background-color: #E87CF0;
}
</style>
border-color css
<style>
span { border-color: #E87CF0; }
span { border-color: rgb(232,124,240); }
td.TdClassName
{
border-color: #E87CF0;
}
.TagClassName
{
border-color: #E87CF0;
}
</style>