Shades of Heliotrope #E26DF6
Tints of Heliotrope #E26DF6
RGB
CMYK
RGB Variations
Color information
#E26DF6 (or 0xE26DF6) is known color: Heliotrope. HEX triplet: E2, 6D and F6. RGB value is (226,109,246). Sum of RGB (Red+Green+Blue) = 226+109+246=581 (76% of max value = 765). Red value is 226 (88.67% from 255 or 38.90% from 581); Green value is 109 (42.97% from 255 or 18.76% from 581); Blue value is 246 (96.48% from 255 or 42.34% from 581); Max value from RGB is 246 - color contains mainly: blue. Hex color #E26DF6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E26DF6 is #1D9209. Grayscale: #9F9F9F. Windows color (decimal): -1937930 or 16149986. OLE color: 16149986.
HSL color Cylindrical-coordinate representation of color #E26DF6: hue angle of 291.24º degrees, saturation: 0.88, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E26DF6 is Cyan = 0.08, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 226 | 109 | 246 | - |
| CMYK | 0.08 | 0.56 | 0 | 0.04 |
| HSL | 291.24º | 0.88% | 0.7% | - |
| HSV(B) | 291.24º | 0.56% | 0.96% | - |
| XYZ | 53.47 | 33.76 | 90.89 | - |
| YUV | 159.6 | 176.76 | 175.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 109 | 246 | 0.08 | 0.56 | 0 | 0.04 | 291.24 | 0.88 | 0.7 |
| Hex | E2 | 6D | F6 | 8 | 38 | 0 | 4 | 123 | 58 | 46 |
| Octal | 342 | 155 | 366 | 10 | 70 | 0 | 4 | 443 | 130 | 106 |
| Binary | 11100010 | 1101101 | 11110110 | 1000 | 111000 | 0 | 100 | 100100011 | 1011000 | 1000110 |
Color Harmonies of #E26DF6
Complementary color
Monochromatic Colors of #E26DF6
Black with #E26DF6
Text Example
Text Example
White with #E26DF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E26DF6; }
p { color: rgb(226,109,246); }
H1.HeaderClassName
{
color: #E26DF6;
}
.AnyTagClassName
{
color: #E26DF6;
}
</style>
background-color css
<style>
a { background-color: #E26DF6; }
a { background-color: rgb(226,109,246); }
div.DivClassName
{
background-color: #E26DF6;
}
.BgClassName
{
background-color: #E26DF6;
}
</style>
border-color css
<style>
span { border-color: #E26DF6; }
span { border-color: rgb(226,109,246); }
td.TdClassName
{
border-color: #E26DF6;
}
.TagClassName
{
border-color: #E26DF6;
}
</style>