Shades of Heliotrope #E26BFD
Tints of Heliotrope #E26BFD
RGB
CMYK
RGB Variations
Color information
#E26BFD (or 0xE26BFD) is known color: Heliotrope. HEX triplet: E2, 6B and FD. RGB value is (226,107,253). Sum of RGB (Red+Green+Blue) = 226+107+253=586 (77% of max value = 765). Red value is 226 (88.67% from 255 or 38.57% from 586); Green value is 107 (42.19% from 255 or 18.26% from 586); Blue value is 253 (99.22% from 255 or 43.17% from 586); Max value from RGB is 253 - color contains mainly: blue. Hex color #E26BFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E26BFD is #1D9402. Grayscale: #9E9E9E. Windows color (decimal): -1938435 or 16608226. OLE color: 16608226.
HSL color Cylindrical-coordinate representation of color #E26BFD: hue angle of 288.9º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E26BFD is Cyan = 0.11, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 226 | 107 | 253 | - |
| CMYK | 0.11 | 0.58 | 0 | 0.01 |
| HSL | 288.9º | 0.97% | 0.71% | - |
| HSV(B) | 288.9º | 0.58% | 0.99% | - |
| XYZ | 54.35 | 33.78 | 96.58 | - |
| YUV | 159.23 | 180.92 | 175.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 107 | 253 | 0.11 | 0.58 | 0 | 0.01 | 288.9 | 0.97 | 0.71 |
| Hex | E2 | 6B | FD | B | 3A | 0 | 1 | 121 | 61 | 47 |
| Octal | 342 | 153 | 375 | 13 | 72 | 0 | 1 | 441 | 141 | 107 |
| Binary | 11100010 | 1101011 | 11111101 | 1011 | 111010 | 0 | 1 | 100100001 | 1100001 | 1000111 |
Color Harmonies of #E26BFD
Complementary color
Monochromatic Colors of #E26BFD
Black with #E26BFD
Text Example
Text Example
White with #E26BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E26BFD; }
p { color: rgb(226,107,253); }
H1.HeaderClassName
{
color: #E26BFD;
}
.AnyTagClassName
{
color: #E26BFD;
}
</style>
background-color css
<style>
a { background-color: #E26BFD; }
a { background-color: rgb(226,107,253); }
div.DivClassName
{
background-color: #E26BFD;
}
.BgClassName
{
background-color: #E26BFD;
}
</style>
border-color css
<style>
span { border-color: #E26BFD; }
span { border-color: rgb(226,107,253); }
td.TdClassName
{
border-color: #E26BFD;
}
.TagClassName
{
border-color: #E26BFD;
}
</style>