Shades of Heliotrope #E26DEF
Tints of Heliotrope #E26DEF
RGB
CMYK
RGB Variations
Color information
#E26DEF (or 0xE26DEF) is known color: Heliotrope. HEX triplet: E2, 6D and EF. RGB value is (226,109,239). Sum of RGB (Red+Green+Blue) = 226+109+239=574 (76% of max value = 765). Red value is 226 (88.67% from 255 or 39.37% from 574); Green value is 109 (42.97% from 255 or 18.99% from 574); Blue value is 239 (93.75% from 255 or 41.64% from 574); Max value from RGB is 239 - color contains mainly: blue. Hex color #E26DEF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E26DEF is #1D9210. Grayscale: #9E9E9E. Windows color (decimal): -1937937 or 15691234. OLE color: 15691234.
HSL color Cylindrical-coordinate representation of color #E26DEF: hue angle of 294º degrees, saturation: 0.8, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E26DEF is Cyan = 0.05, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 226 | 109 | 239 | - |
| CMYK | 0.05 | 0.54 | 0 | 0.06 |
| HSL | 294º | 0.8% | 0.68% | - |
| HSV(B) | 294º | 0.54% | 0.94% | - |
| XYZ | 52.41 | 33.34 | 85.33 | - |
| YUV | 158.8 | 173.26 | 175.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 109 | 239 | 0.05 | 0.54 | 0 | 0.06 | 294 | 0.8 | 0.68 |
| Hex | E2 | 6D | EF | 5 | 36 | 0 | 6 | 126 | 50 | 44 |
| Octal | 342 | 155 | 357 | 5 | 66 | 0 | 6 | 446 | 120 | 104 |
| Binary | 11100010 | 1101101 | 11101111 | 101 | 110110 | 0 | 110 | 100100110 | 1010000 | 1000100 |
Color Harmonies of #E26DEF
Complementary color
Monochromatic Colors of #E26DEF
Black with #E26DEF
Text Example
Text Example
White with #E26DEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E26DEF; }
p { color: rgb(226,109,239); }
H1.HeaderClassName
{
color: #E26DEF;
}
.AnyTagClassName
{
color: #E26DEF;
}
</style>
background-color css
<style>
a { background-color: #E26DEF; }
a { background-color: rgb(226,109,239); }
div.DivClassName
{
background-color: #E26DEF;
}
.BgClassName
{
background-color: #E26DEF;
}
</style>
border-color css
<style>
span { border-color: #E26DEF; }
span { border-color: rgb(226,109,239); }
td.TdClassName
{
border-color: #E26DEF;
}
.TagClassName
{
border-color: #E26DEF;
}
</style>