Shades of Heliotrope #E26AF0
Tints of Heliotrope #E26AF0
RGB
CMYK
RGB Variations
Color information
#E26AF0 (or 0xE26AF0) is known color: Heliotrope. HEX triplet: E2, 6A and F0. RGB value is (226,106,240). Sum of RGB (Red+Green+Blue) = 226+106+240=572 (75% of max value = 765). Red value is 226 (88.67% from 255 or 39.51% from 572); Green value is 106 (41.80% from 255 or 18.53% from 572); Blue value is 240 (94.14% from 255 or 41.96% from 572); Max value from RGB is 240 - color contains mainly: blue. Hex color #E26AF0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E26AF0 is #1D950F. Grayscale: #9C9C9C. Windows color (decimal): -1938704 or 15756002. OLE color: 15756002.
HSL color Cylindrical-coordinate representation of color #E26AF0: hue angle of 293.73º degrees, saturation: 0.82, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E26AF0 is Cyan = 0.06, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 226 | 106 | 240 | - |
| CMYK | 0.06 | 0.56 | 0 | 0.06 |
| HSL | 293.73º | 0.82% | 0.68% | - |
| HSV(B) | 293.73º | 0.56% | 0.94% | - |
| XYZ | 52.25 | 32.77 | 86.01 | - |
| YUV | 157.16 | 174.76 | 177.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 106 | 240 | 0.06 | 0.56 | 0 | 0.06 | 293.73 | 0.82 | 0.68 |
| Hex | E2 | 6A | F0 | 6 | 38 | 0 | 6 | 126 | 52 | 44 |
| Octal | 342 | 152 | 360 | 6 | 70 | 0 | 6 | 446 | 122 | 104 |
| Binary | 11100010 | 1101010 | 11110000 | 110 | 111000 | 0 | 110 | 100100110 | 1010010 | 1000100 |
Color Harmonies of #E26AF0
Complementary color
Monochromatic Colors of #E26AF0
Black with #E26AF0
Text Example
Text Example
White with #E26AF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E26AF0; }
p { color: rgb(226,106,240); }
H1.HeaderClassName
{
color: #E26AF0;
}
.AnyTagClassName
{
color: #E26AF0;
}
</style>
background-color css
<style>
a { background-color: #E26AF0; }
a { background-color: rgb(226,106,240); }
div.DivClassName
{
background-color: #E26AF0;
}
.BgClassName
{
background-color: #E26AF0;
}
</style>
border-color css
<style>
span { border-color: #E26AF0; }
span { border-color: rgb(226,106,240); }
td.TdClassName
{
border-color: #E26AF0;
}
.TagClassName
{
border-color: #E26AF0;
}
</style>