Shades of Heliotrope #E26DED
Tints of Heliotrope #E26DED
RGB
CMYK
RGB Variations
Color information
#E26DED (or 0xE26DED) is known color: Heliotrope. HEX triplet: E2, 6D and ED. RGB value is (226,109,237). Sum of RGB (Red+Green+Blue) = 226+109+237=572 (75% of max value = 765). Red value is 226 (88.67% from 255 or 39.51% from 572); Green value is 109 (42.97% from 255 or 19.06% from 572); Blue value is 237 (92.97% from 255 or 41.43% from 572); Max value from RGB is 237 - color contains mainly: blue. Hex color #E26DED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E26DED is #1D9212. Grayscale: #9E9E9E. Windows color (decimal): -1937939 or 15560162. OLE color: 15560162.
HSL color Cylindrical-coordinate representation of color #E26DED: hue angle of 294.84º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E26DED is Cyan = 0.05, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 226 | 109 | 237 | - |
| CMYK | 0.05 | 0.54 | 0 | 0.07 |
| HSL | 294.84º | 0.78% | 0.68% | - |
| HSV(B) | 294.84º | 0.54% | 0.93% | - |
| XYZ | 52.12 | 33.22 | 83.79 | - |
| YUV | 158.58 | 172.26 | 176.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 109 | 237 | 0.05 | 0.54 | 0 | 0.07 | 294.84 | 0.78 | 0.68 |
| Hex | E2 | 6D | ED | 5 | 36 | 0 | 7 | 127 | 4E | 44 |
| Octal | 342 | 155 | 355 | 5 | 66 | 0 | 7 | 447 | 116 | 104 |
| Binary | 11100010 | 1101101 | 11101101 | 101 | 110110 | 0 | 111 | 100100111 | 1001110 | 1000100 |
Color Harmonies of #E26DED
Complementary color
Monochromatic Colors of #E26DED
Black with #E26DED
Text Example
Text Example
White with #E26DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E26DED; }
p { color: rgb(226,109,237); }
H1.HeaderClassName
{
color: #E26DED;
}
.AnyTagClassName
{
color: #E26DED;
}
</style>
background-color css
<style>
a { background-color: #E26DED; }
a { background-color: rgb(226,109,237); }
div.DivClassName
{
background-color: #E26DED;
}
.BgClassName
{
background-color: #E26DED;
}
</style>
border-color css
<style>
span { border-color: #E26DED; }
span { border-color: rgb(226,109,237); }
td.TdClassName
{
border-color: #E26DED;
}
.TagClassName
{
border-color: #E26DED;
}
</style>