Shades of Heliotrope #E26EFC
Tints of Heliotrope #E26EFC
RGB
CMYK
RGB Variations
Color information
#E26EFC (or 0xE26EFC) is known color: Heliotrope. HEX triplet: E2, 6E and FC. RGB value is (226,110,252). Sum of RGB (Red+Green+Blue) = 226+110+252=588 (77% of max value = 765). Red value is 226 (88.67% from 255 or 38.44% from 588); Green value is 110 (43.36% from 255 or 18.71% from 588); Blue value is 252 (98.83% from 255 or 42.86% from 588); Max value from RGB is 252 - color contains mainly: blue. Hex color #E26EFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E26EFC is #1D9103. Grayscale: #A0A0A0. Windows color (decimal): -1937668 or 16543458. OLE color: 16543458.
HSL color Cylindrical-coordinate representation of color #E26EFC: hue angle of 289.01º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E26EFC is Cyan = 0.10, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 226 | 110 | 252 | - |
| CMYK | 0.10 | 0.56 | 0 | 0.01 |
| HSL | 289.01º | 0.96% | 0.71% | - |
| HSV(B) | 289.01º | 0.56% | 0.99% | - |
| XYZ | 54.51 | 34.35 | 95.85 | - |
| YUV | 160.87 | 179.43 | 174.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 110 | 252 | 0.10 | 0.56 | 0 | 0.01 | 289.01 | 0.96 | 0.71 |
| Hex | E2 | 6E | FC | A | 38 | 0 | 1 | 121 | 60 | 47 |
| Octal | 342 | 156 | 374 | 12 | 70 | 0 | 1 | 441 | 140 | 107 |
| Binary | 11100010 | 1101110 | 11111100 | 1010 | 111000 | 0 | 1 | 100100001 | 1100000 | 1000111 |
Color Harmonies of #E26EFC
Complementary color
Monochromatic Colors of #E26EFC
Black with #E26EFC
Text Example
Text Example
White with #E26EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E26EFC; }
p { color: rgb(226,110,252); }
H1.HeaderClassName
{
color: #E26EFC;
}
.AnyTagClassName
{
color: #E26EFC;
}
</style>
background-color css
<style>
a { background-color: #E26EFC; }
a { background-color: rgb(226,110,252); }
div.DivClassName
{
background-color: #E26EFC;
}
.BgClassName
{
background-color: #E26EFC;
}
</style>
border-color css
<style>
span { border-color: #E26EFC; }
span { border-color: rgb(226,110,252); }
td.TdClassName
{
border-color: #E26EFC;
}
.TagClassName
{
border-color: #E26EFC;
}
</style>