Shades of Heliotrope #E26BF5
Tints of Heliotrope #E26BF5
RGB
CMYK
RGB Variations
Color information
#E26BF5 (or 0xE26BF5) is known color: Heliotrope. HEX triplet: E2, 6B and F5. RGB value is (226,107,245). Sum of RGB (Red+Green+Blue) = 226+107+245=578 (76% of max value = 765). Red value is 226 (88.67% from 255 or 39.10% from 578); Green value is 107 (42.19% from 255 or 18.51% from 578); Blue value is 245 (96.09% from 255 or 42.39% from 578); Max value from RGB is 245 - color contains mainly: blue. Hex color #E26BF5 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E26BF5 is #1D940A. Grayscale: #9D9D9D. Windows color (decimal): -1938443 or 16083938. OLE color: 16083938.
HSL color Cylindrical-coordinate representation of color #E26BF5: hue angle of 291.74º degrees, saturation: 0.87, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E26BF5 is Cyan = 0.08, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 226 | 107 | 245 | - |
| CMYK | 0.08 | 0.56 | 0 | 0.04 |
| HSL | 291.74º | 0.87% | 0.69% | - |
| HSV(B) | 291.74º | 0.56% | 0.96% | - |
| XYZ | 53.1 | 33.28 | 90.01 | - |
| YUV | 158.31 | 176.92 | 176.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 107 | 245 | 0.08 | 0.56 | 0 | 0.04 | 291.74 | 0.87 | 0.69 |
| Hex | E2 | 6B | F5 | 8 | 38 | 0 | 4 | 124 | 57 | 45 |
| Octal | 342 | 153 | 365 | 10 | 70 | 0 | 4 | 444 | 127 | 105 |
| Binary | 11100010 | 1101011 | 11110101 | 1000 | 111000 | 0 | 100 | 100100100 | 1010111 | 1000101 |
Color Harmonies of #E26BF5
Complementary color
Monochromatic Colors of #E26BF5
Black with #E26BF5
Text Example
Text Example
White with #E26BF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E26BF5; }
p { color: rgb(226,107,245); }
H1.HeaderClassName
{
color: #E26BF5;
}
.AnyTagClassName
{
color: #E26BF5;
}
</style>
background-color css
<style>
a { background-color: #E26BF5; }
a { background-color: rgb(226,107,245); }
div.DivClassName
{
background-color: #E26BF5;
}
.BgClassName
{
background-color: #E26BF5;
}
</style>
border-color css
<style>
span { border-color: #E26BF5; }
span { border-color: rgb(226,107,245); }
td.TdClassName
{
border-color: #E26BF5;
}
.TagClassName
{
border-color: #E26BF5;
}
</style>