Shades of Heliotrope #E86DF1
Tints of Heliotrope #E86DF1
RGB
CMYK
RGB Variations
Color information
#E86DF1 (or 0xE86DF1) is known color: Heliotrope. HEX triplet: E8, 6D and F1. RGB value is (232,109,241). Sum of RGB (Red+Green+Blue) = 232+109+241=582 (77% of max value = 765). Red value is 232 (91.02% from 255 or 39.86% from 582); Green value is 109 (42.97% from 255 or 18.73% from 582); Blue value is 241 (94.53% from 255 or 41.41% from 582); Max value from RGB is 241 - color contains mainly: blue. Hex color #E86DF1 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E86DF1 is #17920E. Grayscale: #A0A0A0. Windows color (decimal): -1544719 or 15822312. OLE color: 15822312.
HSL color Cylindrical-coordinate representation of color #E86DF1: hue angle of 295.91º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E86DF1 is Cyan = 0.04, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 232 | 109 | 241 | - |
| CMYK | 0.04 | 0.55 | 0 | 0.05 |
| HSL | 295.91º | 0.83% | 0.69% | - |
| HSV(B) | 295.91º | 0.55% | 0.95% | - |
| XYZ | 54.62 | 34.44 | 86.99 | - |
| YUV | 160.83 | 173.25 | 178.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 109 | 241 | 0.04 | 0.55 | 0 | 0.05 | 295.91 | 0.83 | 0.69 |
| Hex | E8 | 6D | F1 | 4 | 37 | 0 | 5 | 128 | 52 | 45 |
| Octal | 350 | 155 | 361 | 4 | 67 | 0 | 5 | 450 | 122 | 105 |
| Binary | 11101000 | 1101101 | 11110001 | 100 | 110111 | 0 | 101 | 100101000 | 1010010 | 1000101 |
Color Harmonies of #E86DF1
Complementary color
Monochromatic Colors of #E86DF1
Black with #E86DF1
Text Example
Text Example
White with #E86DF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E86DF1; }
p { color: rgb(232,109,241); }
H1.HeaderClassName
{
color: #E86DF1;
}
.AnyTagClassName
{
color: #E86DF1;
}
</style>
background-color css
<style>
a { background-color: #E86DF1; }
a { background-color: rgb(232,109,241); }
div.DivClassName
{
background-color: #E86DF1;
}
.BgClassName
{
background-color: #E86DF1;
}
</style>
border-color css
<style>
span { border-color: #E86DF1; }
span { border-color: rgb(232,109,241); }
td.TdClassName
{
border-color: #E86DF1;
}
.TagClassName
{
border-color: #E86DF1;
}
</style>