Shades of Heliotrope #E26BF7
Tints of Heliotrope #E26BF7
RGB
CMYK
RGB Variations
Color information
#E26BF7 (or 0xE26BF7) is known color: Heliotrope. HEX triplet: E2, 6B and F7. RGB value is (226,107,247). Sum of RGB (Red+Green+Blue) = 226+107+247=580 (76% of max value = 765). Red value is 226 (88.67% from 255 or 38.97% from 580); Green value is 107 (42.19% from 255 or 18.45% from 580); Blue value is 247 (96.88% from 255 or 42.59% from 580); Max value from RGB is 247 - color contains mainly: blue. Hex color #E26BF7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E26BF7 is #1D9408. Grayscale: #9E9E9E. Windows color (decimal): -1938441 or 16215010. OLE color: 16215010.
HSL color Cylindrical-coordinate representation of color #E26BF7: hue angle of 291º degrees, saturation: 0.9, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E26BF7 is Cyan = 0.09, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 226 | 107 | 247 | - |
| CMYK | 0.09 | 0.57 | 0 | 0.03 |
| HSL | 291º | 0.9% | 0.69% | - |
| HSV(B) | 291º | 0.57% | 0.97% | - |
| XYZ | 53.41 | 33.4 | 91.63 | - |
| YUV | 158.54 | 177.92 | 176.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 107 | 247 | 0.09 | 0.57 | 0 | 0.03 | 291 | 0.9 | 0.69 |
| Hex | E2 | 6B | F7 | 9 | 39 | 0 | 3 | 123 | 5A | 45 |
| Octal | 342 | 153 | 367 | 11 | 71 | 0 | 3 | 443 | 132 | 105 |
| Binary | 11100010 | 1101011 | 11110111 | 1001 | 111001 | 0 | 11 | 100100011 | 1011010 | 1000101 |
Color Harmonies of #E26BF7
Complementary color
Monochromatic Colors of #E26BF7
Black with #E26BF7
Text Example
Text Example
White with #E26BF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E26BF7; }
p { color: rgb(226,107,247); }
H1.HeaderClassName
{
color: #E26BF7;
}
.AnyTagClassName
{
color: #E26BF7;
}
</style>
background-color css
<style>
a { background-color: #E26BF7; }
a { background-color: rgb(226,107,247); }
div.DivClassName
{
background-color: #E26BF7;
}
.BgClassName
{
background-color: #E26BF7;
}
</style>
border-color css
<style>
span { border-color: #E26BF7; }
span { border-color: rgb(226,107,247); }
td.TdClassName
{
border-color: #E26BF7;
}
.TagClassName
{
border-color: #E26BF7;
}
</style>