Shades of Heliotrope #E26DFC
Tints of Heliotrope #E26DFC
RGB
CMYK
RGB Variations
Color information
#E26DFC (or 0xE26DFC) is known color: Heliotrope. HEX triplet: E2, 6D and FC. RGB value is (226,109,252). Sum of RGB (Red+Green+Blue) = 226+109+252=587 (77% of max value = 765). Red value is 226 (88.67% from 255 or 38.50% from 587); Green value is 109 (42.97% from 255 or 18.57% from 587); Blue value is 252 (98.83% from 255 or 42.93% from 587); Max value from RGB is 252 - color contains mainly: blue. Hex color #E26DFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E26DFC is #1D9203. Grayscale: #9F9F9F. Windows color (decimal): -1937924 or 16543202. OLE color: 16543202.
HSL color Cylindrical-coordinate representation of color #E26DFC: hue angle of 289.09º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E26DFC is Cyan = 0.10, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 226 | 109 | 252 | - |
| CMYK | 0.10 | 0.57 | 0 | 0.01 |
| HSL | 289.09º | 0.96% | 0.71% | - |
| HSV(B) | 289.09º | 0.57% | 0.99% | - |
| XYZ | 54.4 | 34.13 | 95.82 | - |
| YUV | 160.29 | 179.76 | 174.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 109 | 252 | 0.10 | 0.57 | 0 | 0.01 | 289.09 | 0.96 | 0.71 |
| Hex | E2 | 6D | FC | A | 39 | 0 | 1 | 121 | 60 | 47 |
| Octal | 342 | 155 | 374 | 12 | 71 | 0 | 1 | 441 | 140 | 107 |
| Binary | 11100010 | 1101101 | 11111100 | 1010 | 111001 | 0 | 1 | 100100001 | 1100000 | 1000111 |
Color Harmonies of #E26DFC
Complementary color
Monochromatic Colors of #E26DFC
Black with #E26DFC
Text Example
Text Example
White with #E26DFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E26DFC; }
p { color: rgb(226,109,252); }
H1.HeaderClassName
{
color: #E26DFC;
}
.AnyTagClassName
{
color: #E26DFC;
}
</style>
background-color css
<style>
a { background-color: #E26DFC; }
a { background-color: rgb(226,109,252); }
div.DivClassName
{
background-color: #E26DFC;
}
.BgClassName
{
background-color: #E26DFC;
}
</style>
border-color css
<style>
span { border-color: #E26DFC; }
span { border-color: rgb(226,109,252); }
td.TdClassName
{
border-color: #E26DFC;
}
.TagClassName
{
border-color: #E26DFC;
}
</style>