Shades of Heliotrope #E26BFE
Tints of Heliotrope #E26BFE
RGB
CMYK
RGB Variations
Color information
#E26BFE (or 0xE26BFE) is known color: Heliotrope. HEX triplet: E2, 6B and FE. RGB value is (226,107,254). Sum of RGB (Red+Green+Blue) = 226+107+254=587 (77% of max value = 765). Red value is 226 (88.67% from 255 or 38.50% from 587); Green value is 107 (42.19% from 255 or 18.23% from 587); Blue value is 254 (99.61% from 255 or 43.27% from 587); Max value from RGB is 254 - color contains mainly: blue. Hex color #E26BFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E26BFE is #1D9401. Grayscale: #9E9E9E. Windows color (decimal): -1938434 or 16673762. OLE color: 16673762.
HSL color Cylindrical-coordinate representation of color #E26BFE: hue angle of 288.57º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E26BFE is Cyan = 0.11, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 226 | 107 | 254 | - |
| CMYK | 0.11 | 0.58 | 0 | 0.00 |
| HSL | 288.57º | 0.99% | 0.71% | - |
| HSV(B) | 288.57º | 0.58% | 1% | - |
| XYZ | 54.51 | 33.84 | 97.42 | - |
| YUV | 159.34 | 181.42 | 175.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 107 | 254 | 0.11 | 0.58 | 0 | 0.00 | 288.57 | 0.99 | 0.71 |
| Hex | E2 | 6B | FE | B | 3A | 0 | 0 | 121 | 63 | 47 |
| Octal | 342 | 153 | 376 | 13 | 72 | 0 | 0 | 441 | 143 | 107 |
| Binary | 11100010 | 1101011 | 11111110 | 1011 | 111010 | 0 | 0 | 100100001 | 1100011 | 1000111 |
Color Harmonies of #E26BFE
Complementary color
Monochromatic Colors of #E26BFE
Black with #E26BFE
Text Example
Text Example
White with #E26BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E26BFE; }
p { color: rgb(226,107,254); }
H1.HeaderClassName
{
color: #E26BFE;
}
.AnyTagClassName
{
color: #E26BFE;
}
</style>
background-color css
<style>
a { background-color: #E26BFE; }
a { background-color: rgb(226,107,254); }
div.DivClassName
{
background-color: #E26BFE;
}
.BgClassName
{
background-color: #E26BFE;
}
</style>
border-color css
<style>
span { border-color: #E26BFE; }
span { border-color: rgb(226,107,254); }
td.TdClassName
{
border-color: #E26BFE;
}
.TagClassName
{
border-color: #E26BFE;
}
</style>