Shades of Heliotrope #E26BF0
Tints of Heliotrope #E26BF0
RGB
CMYK
RGB Variations
Color information
#E26BF0 (or 0xE26BF0) is known color: Heliotrope. HEX triplet: E2, 6B and F0. RGB value is (226,107,240). Sum of RGB (Red+Green+Blue) = 226+107+240=573 (75% of max value = 765). Red value is 226 (88.67% from 255 or 39.44% from 573); Green value is 107 (42.19% from 255 or 18.67% from 573); Blue value is 240 (94.14% from 255 or 41.88% from 573); Max value from RGB is 240 - color contains mainly: blue. Hex color #E26BF0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E26BF0 is #1D940F. Grayscale: #9D9D9D. Windows color (decimal): -1938448 or 15756258. OLE color: 15756258.
HSL color Cylindrical-coordinate representation of color #E26BF0: hue angle of 293.68º degrees, saturation: 0.82, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E26BF0 is Cyan = 0.06, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 226 | 107 | 240 | - |
| CMYK | 0.06 | 0.55 | 0 | 0.06 |
| HSL | 293.68º | 0.82% | 0.68% | - |
| HSV(B) | 293.68º | 0.55% | 0.94% | - |
| XYZ | 52.35 | 32.98 | 86.04 | - |
| YUV | 157.74 | 174.42 | 176.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 107 | 240 | 0.06 | 0.55 | 0 | 0.06 | 293.68 | 0.82 | 0.68 |
| Hex | E2 | 6B | F0 | 6 | 37 | 0 | 6 | 126 | 52 | 44 |
| Octal | 342 | 153 | 360 | 6 | 67 | 0 | 6 | 446 | 122 | 104 |
| Binary | 11100010 | 1101011 | 11110000 | 110 | 110111 | 0 | 110 | 100100110 | 1010010 | 1000100 |
Color Harmonies of #E26BF0
Complementary color
Monochromatic Colors of #E26BF0
Black with #E26BF0
Text Example
Text Example
White with #E26BF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E26BF0; }
p { color: rgb(226,107,240); }
H1.HeaderClassName
{
color: #E26BF0;
}
.AnyTagClassName
{
color: #E26BF0;
}
</style>
background-color css
<style>
a { background-color: #E26BF0; }
a { background-color: rgb(226,107,240); }
div.DivClassName
{
background-color: #E26BF0;
}
.BgClassName
{
background-color: #E26BF0;
}
</style>
border-color css
<style>
span { border-color: #E26BF0; }
span { border-color: rgb(226,107,240); }
td.TdClassName
{
border-color: #E26BF0;
}
.TagClassName
{
border-color: #E26BF0;
}
</style>