Shades of Heliotrope #E26DF1
Tints of Heliotrope #E26DF1
RGB
CMYK
RGB Variations
Color information
#E26DF1 (or 0xE26DF1) is known color: Heliotrope. HEX triplet: E2, 6D and F1. RGB value is (226,109,241). Sum of RGB (Red+Green+Blue) = 226+109+241=576 (76% of max value = 765). Red value is 226 (88.67% from 255 or 39.24% from 576); Green value is 109 (42.97% from 255 or 18.92% from 576); Blue value is 241 (94.53% from 255 or 41.84% from 576); Max value from RGB is 241 - color contains mainly: blue. Hex color #E26DF1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E26DF1 is #1D920E. Grayscale: #9E9E9E. Windows color (decimal): -1937935 or 15822306. OLE color: 15822306.
HSL color Cylindrical-coordinate representation of color #E26DF1: hue angle of 293.18º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E26DF1 is Cyan = 0.06, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 226 | 109 | 241 | - |
| CMYK | 0.06 | 0.55 | 0 | 0.05 |
| HSL | 293.18º | 0.83% | 0.69% | - |
| HSV(B) | 293.18º | 0.55% | 0.95% | - |
| XYZ | 52.71 | 33.46 | 86.9 | - |
| YUV | 159.03 | 174.26 | 175.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 109 | 241 | 0.06 | 0.55 | 0 | 0.05 | 293.18 | 0.83 | 0.69 |
| Hex | E2 | 6D | F1 | 6 | 37 | 0 | 5 | 125 | 52 | 45 |
| Octal | 342 | 155 | 361 | 6 | 67 | 0 | 5 | 445 | 122 | 105 |
| Binary | 11100010 | 1101101 | 11110001 | 110 | 110111 | 0 | 101 | 100100101 | 1010010 | 1000101 |
Color Harmonies of #E26DF1
Complementary color
Monochromatic Colors of #E26DF1
Black with #E26DF1
Text Example
Text Example
White with #E26DF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E26DF1; }
p { color: rgb(226,109,241); }
H1.HeaderClassName
{
color: #E26DF1;
}
.AnyTagClassName
{
color: #E26DF1;
}
</style>
background-color css
<style>
a { background-color: #E26DF1; }
a { background-color: rgb(226,109,241); }
div.DivClassName
{
background-color: #E26DF1;
}
.BgClassName
{
background-color: #E26DF1;
}
</style>
border-color css
<style>
span { border-color: #E26DF1; }
span { border-color: rgb(226,109,241); }
td.TdClassName
{
border-color: #E26DF1;
}
.TagClassName
{
border-color: #E26DF1;
}
</style>