Shades of Heliotrope #E26EF6
Tints of Heliotrope #E26EF6
RGB
CMYK
RGB Variations
Color information
#E26EF6 (or 0xE26EF6) is known color: Heliotrope. HEX triplet: E2, 6E and F6. RGB value is (226,110,246). Sum of RGB (Red+Green+Blue) = 226+110+246=582 (77% of max value = 765). Red value is 226 (88.67% from 255 or 38.83% from 582); Green value is 110 (43.36% from 255 or 18.90% from 582); Blue value is 246 (96.48% from 255 or 42.27% from 582); Max value from RGB is 246 - color contains mainly: blue. Hex color #E26EF6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E26EF6 is #1D9109. Grayscale: #9F9F9F. Windows color (decimal): -1937674 or 16150242. OLE color: 16150242.
HSL color Cylindrical-coordinate representation of color #E26EF6: hue angle of 291.18º degrees, saturation: 0.88, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E26EF6 is Cyan = 0.08, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 226 | 110 | 246 | - |
| CMYK | 0.08 | 0.55 | 0 | 0.04 |
| HSL | 291.18º | 0.88% | 0.7% | - |
| HSV(B) | 291.18º | 0.55% | 0.96% | - |
| XYZ | 53.57 | 33.97 | 90.92 | - |
| YUV | 160.19 | 176.43 | 174.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 110 | 246 | 0.08 | 0.55 | 0 | 0.04 | 291.18 | 0.88 | 0.7 |
| Hex | E2 | 6E | F6 | 8 | 37 | 0 | 4 | 123 | 58 | 46 |
| Octal | 342 | 156 | 366 | 10 | 67 | 0 | 4 | 443 | 130 | 106 |
| Binary | 11100010 | 1101110 | 11110110 | 1000 | 110111 | 0 | 100 | 100100011 | 1011000 | 1000110 |
Color Harmonies of #E26EF6
Complementary color
Monochromatic Colors of #E26EF6
Black with #E26EF6
Text Example
Text Example
White with #E26EF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E26EF6; }
p { color: rgb(226,110,246); }
H1.HeaderClassName
{
color: #E26EF6;
}
.AnyTagClassName
{
color: #E26EF6;
}
</style>
background-color css
<style>
a { background-color: #E26EF6; }
a { background-color: rgb(226,110,246); }
div.DivClassName
{
background-color: #E26EF6;
}
.BgClassName
{
background-color: #E26EF6;
}
</style>
border-color css
<style>
span { border-color: #E26EF6; }
span { border-color: rgb(226,110,246); }
td.TdClassName
{
border-color: #E26EF6;
}
.TagClassName
{
border-color: #E26EF6;
}
</style>