Shades of Heliotrope #E26DF7
Tints of Heliotrope #E26DF7
RGB
CMYK
RGB Variations
Color information
#E26DF7 (or 0xE26DF7) is known color: Heliotrope. HEX triplet: E2, 6D and F7. RGB value is (226,109,247). Sum of RGB (Red+Green+Blue) = 226+109+247=582 (77% of max value = 765). Red value is 226 (88.67% from 255 or 38.83% from 582); Green value is 109 (42.97% from 255 or 18.73% from 582); Blue value is 247 (96.88% from 255 or 42.44% from 582); Max value from RGB is 247 - color contains mainly: blue. Hex color #E26DF7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E26DF7 is #1D9208. Grayscale: #9F9F9F. Windows color (decimal): -1937929 or 16215522. OLE color: 16215522.
HSL color Cylindrical-coordinate representation of color #E26DF7: hue angle of 290.87º degrees, saturation: 0.9, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E26DF7 is Cyan = 0.09, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 226 | 109 | 247 | - |
| CMYK | 0.09 | 0.56 | 0 | 0.03 |
| HSL | 290.87º | 0.9% | 0.7% | - |
| HSV(B) | 290.87º | 0.56% | 0.97% | - |
| XYZ | 53.62 | 33.82 | 91.7 | - |
| YUV | 159.72 | 177.26 | 175.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 109 | 247 | 0.09 | 0.56 | 0 | 0.03 | 290.87 | 0.9 | 0.7 |
| Hex | E2 | 6D | F7 | 9 | 38 | 0 | 3 | 123 | 5A | 46 |
| Octal | 342 | 155 | 367 | 11 | 70 | 0 | 3 | 443 | 132 | 106 |
| Binary | 11100010 | 1101101 | 11110111 | 1001 | 111000 | 0 | 11 | 100100011 | 1011010 | 1000110 |
Color Harmonies of #E26DF7
Complementary color
Monochromatic Colors of #E26DF7
Black with #E26DF7
Text Example
Text Example
White with #E26DF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E26DF7; }
p { color: rgb(226,109,247); }
H1.HeaderClassName
{
color: #E26DF7;
}
.AnyTagClassName
{
color: #E26DF7;
}
</style>
background-color css
<style>
a { background-color: #E26DF7; }
a { background-color: rgb(226,109,247); }
div.DivClassName
{
background-color: #E26DF7;
}
.BgClassName
{
background-color: #E26DF7;
}
</style>
border-color css
<style>
span { border-color: #E26DF7; }
span { border-color: rgb(226,109,247); }
td.TdClassName
{
border-color: #E26DF7;
}
.TagClassName
{
border-color: #E26DF7;
}
</style>