Shades of Heliotrope #E26EF2
Tints of Heliotrope #E26EF2
RGB
CMYK
RGB Variations
Color information
#E26EF2 (or 0xE26EF2) is known color: Heliotrope. HEX triplet: E2, 6E and F2. RGB value is (226,110,242). Sum of RGB (Red+Green+Blue) = 226+110+242=578 (76% of max value = 765). Red value is 226 (88.67% from 255 or 39.10% from 578); Green value is 110 (43.36% from 255 or 19.03% from 578); Blue value is 242 (94.92% from 255 or 41.87% from 578); Max value from RGB is 242 - color contains mainly: blue. Hex color #E26EF2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E26EF2 is #1D910D. Grayscale: #9F9F9F. Windows color (decimal): -1937678 or 15888098. OLE color: 15888098.
HSL color Cylindrical-coordinate representation of color #E26EF2: hue angle of 292.73º degrees, saturation: 0.84, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E26EF2 is Cyan = 0.07, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 226 | 110 | 242 | - |
| CMYK | 0.07 | 0.55 | 0 | 0.05 |
| HSL | 292.73º | 0.84% | 0.69% | - |
| HSV(B) | 292.73º | 0.55% | 0.95% | - |
| XYZ | 52.97 | 33.73 | 87.72 | - |
| YUV | 159.73 | 174.43 | 175.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 110 | 242 | 0.07 | 0.55 | 0 | 0.05 | 292.73 | 0.84 | 0.69 |
| Hex | E2 | 6E | F2 | 7 | 37 | 0 | 5 | 125 | 54 | 45 |
| Octal | 342 | 156 | 362 | 7 | 67 | 0 | 5 | 445 | 124 | 105 |
| Binary | 11100010 | 1101110 | 11110010 | 111 | 110111 | 0 | 101 | 100100101 | 1010100 | 1000101 |
Color Harmonies of #E26EF2
Complementary color
Monochromatic Colors of #E26EF2
Black with #E26EF2
Text Example
Text Example
White with #E26EF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E26EF2; }
p { color: rgb(226,110,242); }
H1.HeaderClassName
{
color: #E26EF2;
}
.AnyTagClassName
{
color: #E26EF2;
}
</style>
background-color css
<style>
a { background-color: #E26EF2; }
a { background-color: rgb(226,110,242); }
div.DivClassName
{
background-color: #E26EF2;
}
.BgClassName
{
background-color: #E26EF2;
}
</style>
border-color css
<style>
span { border-color: #E26EF2; }
span { border-color: rgb(226,110,242); }
td.TdClassName
{
border-color: #E26EF2;
}
.TagClassName
{
border-color: #E26EF2;
}
</style>