Shades of Heliotrope #E26EEE
Tints of Heliotrope #E26EEE
RGB
CMYK
RGB Variations
Color information
#E26EEE (or 0xE26EEE) is known color: Heliotrope. HEX triplet: E2, 6E and EE. RGB value is (226,110,238). Sum of RGB (Red+Green+Blue) = 226+110+238=574 (76% of max value = 765). Red value is 226 (88.67% from 255 or 39.37% from 574); Green value is 110 (43.36% from 255 or 19.16% from 574); Blue value is 238 (93.36% from 255 or 41.46% from 574); Max value from RGB is 238 - color contains mainly: blue. Hex color #E26EEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E26EEE is #1D9111. Grayscale: #9E9E9E. Windows color (decimal): -1937682 or 15625954. OLE color: 15625954.
HSL color Cylindrical-coordinate representation of color #E26EEE: hue angle of 294.38º degrees, saturation: 0.79, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E26EEE is Cyan = 0.05, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 226 | 110 | 238 | - |
| CMYK | 0.05 | 0.54 | 0 | 0.07 |
| HSL | 294.38º | 0.79% | 0.68% | - |
| HSV(B) | 294.38º | 0.54% | 0.93% | - |
| XYZ | 52.37 | 33.49 | 84.59 | - |
| YUV | 159.28 | 172.43 | 175.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 110 | 238 | 0.05 | 0.54 | 0 | 0.07 | 294.38 | 0.79 | 0.68 |
| Hex | E2 | 6E | EE | 5 | 36 | 0 | 7 | 126 | 4F | 44 |
| Octal | 342 | 156 | 356 | 5 | 66 | 0 | 7 | 446 | 117 | 104 |
| Binary | 11100010 | 1101110 | 11101110 | 101 | 110110 | 0 | 111 | 100100110 | 1001111 | 1000100 |
Color Harmonies of #E26EEE
Complementary color
Monochromatic Colors of #E26EEE
Black with #E26EEE
Text Example
Text Example
White with #E26EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E26EEE; }
p { color: rgb(226,110,238); }
H1.HeaderClassName
{
color: #E26EEE;
}
.AnyTagClassName
{
color: #E26EEE;
}
</style>
background-color css
<style>
a { background-color: #E26EEE; }
a { background-color: rgb(226,110,238); }
div.DivClassName
{
background-color: #E26EEE;
}
.BgClassName
{
background-color: #E26EEE;
}
</style>
border-color css
<style>
span { border-color: #E26EEE; }
span { border-color: rgb(226,110,238); }
td.TdClassName
{
border-color: #E26EEE;
}
.TagClassName
{
border-color: #E26EEE;
}
</style>