Shades of Heliotrope #E086F6
Tints of Heliotrope #E086F6
RGB
CMYK
RGB Variations
Color information
#E086F6 (or 0xE086F6) is known color: Heliotrope. HEX triplet: E0, 86 and F6. RGB value is (224,134,246). Sum of RGB (Red+Green+Blue) = 224+134+246=604 (80% of max value = 765). Red value is 224 (87.89% from 255 or 37.09% from 604); Green value is 134 (52.73% from 255 or 22.19% from 604); Blue value is 246 (96.48% from 255 or 40.73% from 604); Max value from RGB is 246 - color contains mainly: blue. Hex color #E086F6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E086F6 is #1F7909. Grayscale: #ADADAD. Windows color (decimal): -2062602 or 16156384. OLE color: 16156384.
HSL color Cylindrical-coordinate representation of color #E086F6: hue angle of 288.21º degrees, saturation: 0.86, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E086F6 is Cyan = 0.09, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 224 | 134 | 246 | - |
| CMYK | 0.09 | 0.46 | 0 | 0.04 |
| HSL | 288.21º | 0.86% | 0.75% | - |
| HSV(B) | 288.21º | 0.46% | 0.96% | - |
| XYZ | 55.9 | 39.55 | 91.88 | - |
| YUV | 173.68 | 168.82 | 163.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 134 | 246 | 0.09 | 0.46 | 0 | 0.04 | 288.21 | 0.86 | 0.75 |
| Hex | E0 | 86 | F6 | 9 | 2E | 0 | 4 | 120 | 56 | 4B |
| Octal | 340 | 206 | 366 | 11 | 56 | 0 | 4 | 440 | 126 | 113 |
| Binary | 11100000 | 10000110 | 11110110 | 1001 | 101110 | 0 | 100 | 100100000 | 1010110 | 1001011 |
Color Harmonies of #E086F6
Complementary color
Monochromatic Colors of #E086F6
Black with #E086F6
Text Example
Text Example
White with #E086F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E086F6; }
p { color: rgb(224,134,246); }
H1.HeaderClassName
{
color: #E086F6;
}
.AnyTagClassName
{
color: #E086F6;
}
</style>
background-color css
<style>
a { background-color: #E086F6; }
a { background-color: rgb(224,134,246); }
div.DivClassName
{
background-color: #E086F6;
}
.BgClassName
{
background-color: #E086F6;
}
</style>
border-color css
<style>
span { border-color: #E086F6; }
span { border-color: rgb(224,134,246); }
td.TdClassName
{
border-color: #E086F6;
}
.TagClassName
{
border-color: #E086F6;
}
</style>