Shades of Violet #E87DF8
Tints of Violet #E87DF8
RGB
CMYK
RGB Variations
Color information
#E87DF8 (or 0xE87DF8) is known color: Violet. HEX triplet: E8, 7D and F8. RGB value is (232,125,248). Sum of RGB (Red+Green+Blue) = 232+125+248=605 (80% of max value = 765). Red value is 232 (91.02% from 255 or 38.35% from 605); Green value is 125 (49.22% from 255 or 20.66% from 605); Blue value is 248 (97.27% from 255 or 40.99% from 605); Max value from RGB is 248 - color contains mainly: blue. Hex color #E87DF8 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E87DF8 is #178207. Grayscale: #AAAAAA. Windows color (decimal): -1540616 or 16285160. OLE color: 16285160.
HSL color Cylindrical-coordinate representation of color #E87DF8: hue angle of 292.2º degrees, saturation: 0.9, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E87DF8 is Cyan = 0.06, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 232 | 125 | 248 | - |
| CMYK | 0.06 | 0.50 | 0 | 0.03 |
| HSL | 292.2º | 0.9% | 0.73% | - |
| HSV(B) | 292.2º | 0.5% | 0.97% | - |
| XYZ | 57.56 | 38.6 | 93.22 | - |
| YUV | 171.02 | 171.45 | 171.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 125 | 248 | 0.06 | 0.50 | 0 | 0.03 | 292.2 | 0.9 | 0.73 |
| Hex | E8 | 7D | F8 | 6 | 32 | 0 | 3 | 124 | 5A | 49 |
| Octal | 350 | 175 | 370 | 6 | 62 | 0 | 3 | 444 | 132 | 111 |
| Binary | 11101000 | 1111101 | 11111000 | 110 | 110010 | 0 | 11 | 100100100 | 1011010 | 1001001 |
Color Harmonies of #E87DF8
Complementary color
Monochromatic Colors of #E87DF8
Black with #E87DF8
Text Example
Text Example
White with #E87DF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E87DF8; }
p { color: rgb(232,125,248); }
H1.HeaderClassName
{
color: #E87DF8;
}
.AnyTagClassName
{
color: #E87DF8;
}
</style>
background-color css
<style>
a { background-color: #E87DF8; }
a { background-color: rgb(232,125,248); }
div.DivClassName
{
background-color: #E87DF8;
}
.BgClassName
{
background-color: #E87DF8;
}
</style>
border-color css
<style>
span { border-color: #E87DF8; }
span { border-color: rgb(232,125,248); }
td.TdClassName
{
border-color: #E87DF8;
}
.TagClassName
{
border-color: #E87DF8;
}
</style>