Shades of Heliotrope #E26DF4
Tints of Heliotrope #E26DF4
RGB
CMYK
RGB Variations
Color information
#E26DF4 (or 0xE26DF4) is known color: Heliotrope. HEX triplet: E2, 6D and F4. RGB value is (226,109,244). Sum of RGB (Red+Green+Blue) = 226+109+244=579 (76% of max value = 765). Red value is 226 (88.67% from 255 or 39.03% from 579); Green value is 109 (42.97% from 255 or 18.83% from 579); Blue value is 244 (95.70% from 255 or 42.14% from 579); Max value from RGB is 244 - color contains mainly: blue. Hex color #E26DF4 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E26DF4 is #1D920B. Grayscale: #9E9E9E. Windows color (decimal): -1937932 or 16018914. OLE color: 16018914.
HSL color Cylindrical-coordinate representation of color #E26DF4: hue angle of 292º degrees, saturation: 0.86, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E26DF4 is Cyan = 0.07, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 226 | 109 | 244 | - |
| CMYK | 0.07 | 0.55 | 0 | 0.04 |
| HSL | 292º | 0.86% | 0.69% | - |
| HSV(B) | 292º | 0.55% | 0.96% | - |
| XYZ | 53.16 | 33.64 | 89.28 | - |
| YUV | 159.37 | 175.76 | 175.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 109 | 244 | 0.07 | 0.55 | 0 | 0.04 | 292 | 0.86 | 0.69 |
| Hex | E2 | 6D | F4 | 7 | 37 | 0 | 4 | 124 | 56 | 45 |
| Octal | 342 | 155 | 364 | 7 | 67 | 0 | 4 | 444 | 126 | 105 |
| Binary | 11100010 | 1101101 | 11110100 | 111 | 110111 | 0 | 100 | 100100100 | 1010110 | 1000101 |
Color Harmonies of #E26DF4
Complementary color
Monochromatic Colors of #E26DF4
Black with #E26DF4
Text Example
Text Example
White with #E26DF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E26DF4; }
p { color: rgb(226,109,244); }
H1.HeaderClassName
{
color: #E26DF4;
}
.AnyTagClassName
{
color: #E26DF4;
}
</style>
background-color css
<style>
a { background-color: #E26DF4; }
a { background-color: rgb(226,109,244); }
div.DivClassName
{
background-color: #E26DF4;
}
.BgClassName
{
background-color: #E26DF4;
}
</style>
border-color css
<style>
span { border-color: #E26DF4; }
span { border-color: rgb(226,109,244); }
td.TdClassName
{
border-color: #E26DF4;
}
.TagClassName
{
border-color: #E26DF4;
}
</style>