Shades of Heliotrope #E26DFE
Tints of Heliotrope #E26DFE
RGB
CMYK
RGB Variations
Color information
#E26DFE (or 0xE26DFE) is known color: Heliotrope. HEX triplet: E2, 6D and FE. RGB value is (226,109,254). Sum of RGB (Red+Green+Blue) = 226+109+254=589 (78% of max value = 765). Red value is 226 (88.67% from 255 or 38.37% from 589); Green value is 109 (42.97% from 255 or 18.51% from 589); Blue value is 254 (99.61% from 255 or 43.12% from 589); Max value from RGB is 254 - color contains mainly: blue. Hex color #E26DFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E26DFE is #1D9201. Grayscale: #A0A0A0. Windows color (decimal): -1937922 or 16674274. OLE color: 16674274.
HSL color Cylindrical-coordinate representation of color #E26DFE: hue angle of 288.41º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E26DFE is Cyan = 0.11, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 226 | 109 | 254 | - |
| CMYK | 0.11 | 0.57 | 0 | 0.00 |
| HSL | 288.41º | 0.99% | 0.71% | - |
| HSV(B) | 288.41º | 0.57% | 1% | - |
| XYZ | 54.72 | 34.26 | 97.49 | - |
| YUV | 160.51 | 180.76 | 174.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 109 | 254 | 0.11 | 0.57 | 0 | 0.00 | 288.41 | 0.99 | 0.71 |
| Hex | E2 | 6D | FE | B | 39 | 0 | 0 | 120 | 63 | 47 |
| Octal | 342 | 155 | 376 | 13 | 71 | 0 | 0 | 440 | 143 | 107 |
| Binary | 11100010 | 1101101 | 11111110 | 1011 | 111001 | 0 | 0 | 100100000 | 1100011 | 1000111 |
Color Harmonies of #E26DFE
Complementary color
Monochromatic Colors of #E26DFE
Black with #E26DFE
Text Example
Text Example
White with #E26DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E26DFE; }
p { color: rgb(226,109,254); }
H1.HeaderClassName
{
color: #E26DFE;
}
.AnyTagClassName
{
color: #E26DFE;
}
</style>
background-color css
<style>
a { background-color: #E26DFE; }
a { background-color: rgb(226,109,254); }
div.DivClassName
{
background-color: #E26DFE;
}
.BgClassName
{
background-color: #E26DFE;
}
</style>
border-color css
<style>
span { border-color: #E26DFE; }
span { border-color: rgb(226,109,254); }
td.TdClassName
{
border-color: #E26DFE;
}
.TagClassName
{
border-color: #E26DFE;
}
</style>