Shades of Heliotrope #E26EFB
Tints of Heliotrope #E26EFB
RGB
CMYK
RGB Variations
Color information
#E26EFB (or 0xE26EFB) is known color: Heliotrope. HEX triplet: E2, 6E and FB. RGB value is (226,110,251). Sum of RGB (Red+Green+Blue) = 226+110+251=587 (77% of max value = 765). Red value is 226 (88.67% from 255 or 38.50% from 587); Green value is 110 (43.36% from 255 or 18.74% from 587); Blue value is 251 (98.44% from 255 or 42.76% from 587); Max value from RGB is 251 - color contains mainly: blue. Hex color #E26EFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E26EFB is #1D9104. Grayscale: #A0A0A0. Windows color (decimal): -1937669 or 16477922. OLE color: 16477922.
HSL color Cylindrical-coordinate representation of color #E26EFB: hue angle of 289.36º degrees, saturation: 0.95, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E26EFB is Cyan = 0.10, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 226 | 110 | 251 | - |
| CMYK | 0.10 | 0.56 | 0 | 0.02 |
| HSL | 289.36º | 0.95% | 0.71% | - |
| HSV(B) | 289.36º | 0.56% | 0.98% | - |
| XYZ | 54.35 | 34.29 | 95.02 | - |
| YUV | 160.76 | 178.93 | 174.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 110 | 251 | 0.10 | 0.56 | 0 | 0.02 | 289.36 | 0.95 | 0.71 |
| Hex | E2 | 6E | FB | A | 38 | 0 | 2 | 121 | 5F | 47 |
| Octal | 342 | 156 | 373 | 12 | 70 | 0 | 2 | 441 | 137 | 107 |
| Binary | 11100010 | 1101110 | 11111011 | 1010 | 111000 | 0 | 10 | 100100001 | 1011111 | 1000111 |
Color Harmonies of #E26EFB
Complementary color
Monochromatic Colors of #E26EFB
Black with #E26EFB
Text Example
Text Example
White with #E26EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E26EFB; }
p { color: rgb(226,110,251); }
H1.HeaderClassName
{
color: #E26EFB;
}
.AnyTagClassName
{
color: #E26EFB;
}
</style>
background-color css
<style>
a { background-color: #E26EFB; }
a { background-color: rgb(226,110,251); }
div.DivClassName
{
background-color: #E26EFB;
}
.BgClassName
{
background-color: #E26EFB;
}
</style>
border-color css
<style>
span { border-color: #E26EFB; }
span { border-color: rgb(226,110,251); }
td.TdClassName
{
border-color: #E26EFB;
}
.TagClassName
{
border-color: #E26EFB;
}
</style>