Shades of Heliotrope #E26EFD
Tints of Heliotrope #E26EFD
RGB
CMYK
RGB Variations
Color information
#E26EFD (or 0xE26EFD) is known color: Heliotrope. HEX triplet: E2, 6E and FD. RGB value is (226,110,253). Sum of RGB (Red+Green+Blue) = 226+110+253=589 (78% of max value = 765). Red value is 226 (88.67% from 255 or 38.37% from 589); Green value is 110 (43.36% from 255 or 18.68% from 589); Blue value is 253 (99.22% from 255 or 42.95% from 589); Max value from RGB is 253 - color contains mainly: blue. Hex color #E26EFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E26EFD is #1D9102. Grayscale: #A0A0A0. Windows color (decimal): -1937667 or 16608994. OLE color: 16608994.
HSL color Cylindrical-coordinate representation of color #E26EFD: hue angle of 288.67º degrees, saturation: 0.97, 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 #E26EFD is Cyan = 0.11, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 226 | 110 | 253 | - |
| CMYK | 0.11 | 0.57 | 0 | 0.01 |
| HSL | 288.67º | 0.97% | 0.71% | - |
| HSV(B) | 288.67º | 0.57% | 0.99% | - |
| XYZ | 54.67 | 34.41 | 96.69 | - |
| YUV | 160.99 | 179.93 | 174.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 110 | 253 | 0.11 | 0.57 | 0 | 0.01 | 288.67 | 0.97 | 0.71 |
| Hex | E2 | 6E | FD | B | 39 | 0 | 1 | 121 | 61 | 47 |
| Octal | 342 | 156 | 375 | 13 | 71 | 0 | 1 | 441 | 141 | 107 |
| Binary | 11100010 | 1101110 | 11111101 | 1011 | 111001 | 0 | 1 | 100100001 | 1100001 | 1000111 |
Color Harmonies of #E26EFD
Complementary color
Monochromatic Colors of #E26EFD
Black with #E26EFD
Text Example
Text Example
White with #E26EFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E26EFD; }
p { color: rgb(226,110,253); }
H1.HeaderClassName
{
color: #E26EFD;
}
.AnyTagClassName
{
color: #E26EFD;
}
</style>
background-color css
<style>
a { background-color: #E26EFD; }
a { background-color: rgb(226,110,253); }
div.DivClassName
{
background-color: #E26EFD;
}
.BgClassName
{
background-color: #E26EFD;
}
</style>
border-color css
<style>
span { border-color: #E26EFD; }
span { border-color: rgb(226,110,253); }
td.TdClassName
{
border-color: #E26EFD;
}
.TagClassName
{
border-color: #E26EFD;
}
</style>