Shades of Heliotrope #E26FED
Tints of Heliotrope #E26FED
RGB
CMYK
RGB Variations
Color information
#E26FED (or 0xE26FED) is known color: Heliotrope. HEX triplet: E2, 6F and ED. RGB value is (226,111,237). Sum of RGB (Red+Green+Blue) = 226+111+237=574 (76% of max value = 765). Red value is 226 (88.67% from 255 or 39.37% from 574); Green value is 111 (43.75% from 255 or 19.34% from 574); Blue value is 237 (92.97% from 255 or 41.29% from 574); Max value from RGB is 237 - color contains mainly: blue. Hex color #E26FED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E26FED is #1D9012. Grayscale: #9F9F9F. Windows color (decimal): -1937427 or 15560674. OLE color: 15560674.
HSL color Cylindrical-coordinate representation of color #E26FED: hue angle of 294.76º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E26FED is Cyan = 0.05, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 226 | 111 | 237 | - |
| CMYK | 0.05 | 0.53 | 0 | 0.07 |
| HSL | 294.76º | 0.78% | 0.68% | - |
| HSV(B) | 294.76º | 0.53% | 0.93% | - |
| XYZ | 52.33 | 33.65 | 83.86 | - |
| YUV | 159.75 | 171.6 | 175.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 111 | 237 | 0.05 | 0.53 | 0 | 0.07 | 294.76 | 0.78 | 0.68 |
| Hex | E2 | 6F | ED | 5 | 35 | 0 | 7 | 127 | 4E | 44 |
| Octal | 342 | 157 | 355 | 5 | 65 | 0 | 7 | 447 | 116 | 104 |
| Binary | 11100010 | 1101111 | 11101101 | 101 | 110101 | 0 | 111 | 100100111 | 1001110 | 1000100 |
Color Harmonies of #E26FED
Complementary color
Monochromatic Colors of #E26FED
Black with #E26FED
Text Example
Text Example
White with #E26FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E26FED; }
p { color: rgb(226,111,237); }
H1.HeaderClassName
{
color: #E26FED;
}
.AnyTagClassName
{
color: #E26FED;
}
</style>
background-color css
<style>
a { background-color: #E26FED; }
a { background-color: rgb(226,111,237); }
div.DivClassName
{
background-color: #E26FED;
}
.BgClassName
{
background-color: #E26FED;
}
</style>
border-color css
<style>
span { border-color: #E26FED; }
span { border-color: rgb(226,111,237); }
td.TdClassName
{
border-color: #E26FED;
}
.TagClassName
{
border-color: #E26FED;
}
</style>