Shades of Heliotrope #E26EEF
Tints of Heliotrope #E26EEF
RGB
CMYK
RGB Variations
Color information
#E26EEF (or 0xE26EEF) is known color: Heliotrope. HEX triplet: E2, 6E and EF. RGB value is (226,110,239). Sum of RGB (Red+Green+Blue) = 226+110+239=575 (76% of max value = 765). Red value is 226 (88.67% from 255 or 39.30% from 575); Green value is 110 (43.36% from 255 or 19.13% from 575); Blue value is 239 (93.75% from 255 or 41.57% from 575); Max value from RGB is 239 - color contains mainly: blue. Hex color #E26EEF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E26EEF is #1D9110. Grayscale: #9E9E9E. Windows color (decimal): -1937681 or 15691490. OLE color: 15691490.
HSL color Cylindrical-coordinate representation of color #E26EEF: hue angle of 293.95º degrees, saturation: 0.8, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E26EEF is Cyan = 0.05, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 226 | 110 | 239 | - |
| CMYK | 0.05 | 0.54 | 0 | 0.06 |
| HSL | 293.95º | 0.8% | 0.68% | - |
| HSV(B) | 293.95º | 0.54% | 0.94% | - |
| XYZ | 52.52 | 33.55 | 85.37 | - |
| YUV | 159.39 | 172.93 | 175.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 110 | 239 | 0.05 | 0.54 | 0 | 0.06 | 293.95 | 0.8 | 0.68 |
| Hex | E2 | 6E | EF | 5 | 36 | 0 | 6 | 126 | 50 | 44 |
| Octal | 342 | 156 | 357 | 5 | 66 | 0 | 6 | 446 | 120 | 104 |
| Binary | 11100010 | 1101110 | 11101111 | 101 | 110110 | 0 | 110 | 100100110 | 1010000 | 1000100 |
Color Harmonies of #E26EEF
Complementary color
Monochromatic Colors of #E26EEF
Black with #E26EEF
Text Example
Text Example
White with #E26EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E26EEF; }
p { color: rgb(226,110,239); }
H1.HeaderClassName
{
color: #E26EEF;
}
.AnyTagClassName
{
color: #E26EEF;
}
</style>
background-color css
<style>
a { background-color: #E26EEF; }
a { background-color: rgb(226,110,239); }
div.DivClassName
{
background-color: #E26EEF;
}
.BgClassName
{
background-color: #E26EEF;
}
</style>
border-color css
<style>
span { border-color: #E26EEF; }
span { border-color: rgb(226,110,239); }
td.TdClassName
{
border-color: #E26EEF;
}
.TagClassName
{
border-color: #E26EEF;
}
</style>