Shades of Heliotrope #E26CF5
Tints of Heliotrope #E26CF5
RGB
CMYK
RGB Variations
Color information
#E26CF5 (or 0xE26CF5) is known color: Heliotrope. HEX triplet: E2, 6C and F5. RGB value is (226,108,245). Sum of RGB (Red+Green+Blue) = 226+108+245=579 (76% of max value = 765). Red value is 226 (88.67% from 255 or 39.03% from 579); Green value is 108 (42.58% from 255 or 18.65% from 579); Blue value is 245 (96.09% from 255 or 42.31% from 579); Max value from RGB is 245 - color contains mainly: blue. Hex color #E26CF5 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E26CF5 is #1D930A. Grayscale: #9E9E9E. Windows color (decimal): -1938187 or 16084194. OLE color: 16084194.
HSL color Cylindrical-coordinate representation of color #E26CF5: hue angle of 291.68º degrees, saturation: 0.87, 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 #E26CF5 is Cyan = 0.08, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 226 | 108 | 245 | - |
| CMYK | 0.08 | 0.56 | 0 | 0.04 |
| HSL | 291.68º | 0.87% | 0.69% | - |
| HSV(B) | 291.68º | 0.56% | 0.96% | - |
| XYZ | 53.21 | 33.49 | 90.05 | - |
| YUV | 158.9 | 176.59 | 175.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 108 | 245 | 0.08 | 0.56 | 0 | 0.04 | 291.68 | 0.87 | 0.69 |
| Hex | E2 | 6C | F5 | 8 | 38 | 0 | 4 | 124 | 57 | 45 |
| Octal | 342 | 154 | 365 | 10 | 70 | 0 | 4 | 444 | 127 | 105 |
| Binary | 11100010 | 1101100 | 11110101 | 1000 | 111000 | 0 | 100 | 100100100 | 1010111 | 1000101 |
Color Harmonies of #E26CF5
Complementary color
Monochromatic Colors of #E26CF5
Black with #E26CF5
Text Example
Text Example
White with #E26CF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E26CF5; }
p { color: rgb(226,108,245); }
H1.HeaderClassName
{
color: #E26CF5;
}
.AnyTagClassName
{
color: #E26CF5;
}
</style>
background-color css
<style>
a { background-color: #E26CF5; }
a { background-color: rgb(226,108,245); }
div.DivClassName
{
background-color: #E26CF5;
}
.BgClassName
{
background-color: #E26CF5;
}
</style>
border-color css
<style>
span { border-color: #E26CF5; }
span { border-color: rgb(226,108,245); }
td.TdClassName
{
border-color: #E26CF5;
}
.TagClassName
{
border-color: #E26CF5;
}
</style>