Shades of Heliotrope #E26CF6
Tints of Heliotrope #E26CF6
RGB
CMYK
RGB Variations
Color information
#E26CF6 (or 0xE26CF6) is known color: Heliotrope. HEX triplet: E2, 6C and F6. RGB value is (226,108,246). Sum of RGB (Red+Green+Blue) = 226+108+246=580 (76% of max value = 765). Red value is 226 (88.67% from 255 or 38.97% from 580); Green value is 108 (42.58% from 255 or 18.62% from 580); Blue value is 246 (96.48% from 255 or 42.41% from 580); Max value from RGB is 246 - color contains mainly: blue. Hex color #E26CF6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E26CF6 is #1D9309. Grayscale: #9E9E9E. Windows color (decimal): -1938186 or 16149730. OLE color: 16149730.
HSL color Cylindrical-coordinate representation of color #E26CF6: hue angle of 291.3º degrees, saturation: 0.88, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E26CF6 is Cyan = 0.08, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 226 | 108 | 246 | - |
| CMYK | 0.08 | 0.56 | 0 | 0.04 |
| HSL | 291.3º | 0.88% | 0.69% | - |
| HSV(B) | 291.3º | 0.56% | 0.96% | - |
| XYZ | 53.36 | 33.55 | 90.85 | - |
| YUV | 159.01 | 177.09 | 175.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 108 | 246 | 0.08 | 0.56 | 0 | 0.04 | 291.3 | 0.88 | 0.69 |
| Hex | E2 | 6C | F6 | 8 | 38 | 0 | 4 | 123 | 58 | 45 |
| Octal | 342 | 154 | 366 | 10 | 70 | 0 | 4 | 443 | 130 | 105 |
| Binary | 11100010 | 1101100 | 11110110 | 1000 | 111000 | 0 | 100 | 100100011 | 1011000 | 1000101 |
Color Harmonies of #E26CF6
Complementary color
Monochromatic Colors of #E26CF6
Black with #E26CF6
Text Example
Text Example
White with #E26CF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E26CF6; }
p { color: rgb(226,108,246); }
H1.HeaderClassName
{
color: #E26CF6;
}
.AnyTagClassName
{
color: #E26CF6;
}
</style>
background-color css
<style>
a { background-color: #E26CF6; }
a { background-color: rgb(226,108,246); }
div.DivClassName
{
background-color: #E26CF6;
}
.BgClassName
{
background-color: #E26CF6;
}
</style>
border-color css
<style>
span { border-color: #E26CF6; }
span { border-color: rgb(226,108,246); }
td.TdClassName
{
border-color: #E26CF6;
}
.TagClassName
{
border-color: #E26CF6;
}
</style>