Shades of Heliotrope #E26DF0
Tints of Heliotrope #E26DF0
RGB
CMYK
RGB Variations
Color information
#E26DF0 (or 0xE26DF0) is known color: Heliotrope. HEX triplet: E2, 6D and F0. RGB value is (226,109,240). Sum of RGB (Red+Green+Blue) = 226+109+240=575 (76% of max value = 765). Red value is 226 (88.67% from 255 or 39.30% from 575); Green value is 109 (42.97% from 255 or 18.96% from 575); Blue value is 240 (94.14% from 255 or 41.74% from 575); Max value from RGB is 240 - color contains mainly: blue. Hex color #E26DF0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E26DF0 is #1D920F. Grayscale: #9E9E9E. Windows color (decimal): -1937936 or 15756770. OLE color: 15756770.
HSL color Cylindrical-coordinate representation of color #E26DF0: hue angle of 293.59º degrees, saturation: 0.81, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E26DF0 is Cyan = 0.06, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 226 | 109 | 240 | - |
| CMYK | 0.06 | 0.55 | 0 | 0.06 |
| HSL | 293.59º | 0.81% | 0.68% | - |
| HSV(B) | 293.59º | 0.55% | 0.94% | - |
| XYZ | 52.56 | 33.4 | 86.11 | - |
| YUV | 158.92 | 173.76 | 175.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 109 | 240 | 0.06 | 0.55 | 0 | 0.06 | 293.59 | 0.81 | 0.68 |
| Hex | E2 | 6D | F0 | 6 | 37 | 0 | 6 | 126 | 51 | 44 |
| Octal | 342 | 155 | 360 | 6 | 67 | 0 | 6 | 446 | 121 | 104 |
| Binary | 11100010 | 1101101 | 11110000 | 110 | 110111 | 0 | 110 | 100100110 | 1010001 | 1000100 |
Color Harmonies of #E26DF0
Complementary color
Monochromatic Colors of #E26DF0
Black with #E26DF0
Text Example
Text Example
White with #E26DF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E26DF0; }
p { color: rgb(226,109,240); }
H1.HeaderClassName
{
color: #E26DF0;
}
.AnyTagClassName
{
color: #E26DF0;
}
</style>
background-color css
<style>
a { background-color: #E26DF0; }
a { background-color: rgb(226,109,240); }
div.DivClassName
{
background-color: #E26DF0;
}
.BgClassName
{
background-color: #E26DF0;
}
</style>
border-color css
<style>
span { border-color: #E26DF0; }
span { border-color: rgb(226,109,240); }
td.TdClassName
{
border-color: #E26DF0;
}
.TagClassName
{
border-color: #E26DF0;
}
</style>