Shades of Heliotrope #E26FFA
Tints of Heliotrope #E26FFA
RGB
CMYK
RGB Variations
Color information
#E26FFA (or 0xE26FFA) is known color: Heliotrope. HEX triplet: E2, 6F and FA. RGB value is (226,111,250). Sum of RGB (Red+Green+Blue) = 226+111+250=587 (77% of max value = 765). Red value is 226 (88.67% from 255 or 38.50% from 587); Green value is 111 (43.75% from 255 or 18.91% from 587); Blue value is 250 (98.05% from 255 or 42.59% from 587); Max value from RGB is 250 - color contains mainly: blue. Hex color #E26FFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E26FFA is #1D9005. Grayscale: #A0A0A0. Windows color (decimal): -1937414 or 16412642. OLE color: 16412642.
HSL color Cylindrical-coordinate representation of color #E26FFA: hue angle of 289.64º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E26FFA is Cyan = 0.10, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 226 | 111 | 250 | - |
| CMYK | 0.10 | 0.56 | 0 | 0.02 |
| HSL | 289.64º | 0.93% | 0.71% | - |
| HSV(B) | 289.64º | 0.56% | 0.98% | - |
| XYZ | 54.3 | 34.44 | 94.23 | - |
| YUV | 161.23 | 178.1 | 174.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 111 | 250 | 0.10 | 0.56 | 0 | 0.02 | 289.64 | 0.93 | 0.71 |
| Hex | E2 | 6F | FA | A | 38 | 0 | 2 | 122 | 5D | 47 |
| Octal | 342 | 157 | 372 | 12 | 70 | 0 | 2 | 442 | 135 | 107 |
| Binary | 11100010 | 1101111 | 11111010 | 1010 | 111000 | 0 | 10 | 100100010 | 1011101 | 1000111 |
Color Harmonies of #E26FFA
Complementary color
Monochromatic Colors of #E26FFA
Black with #E26FFA
Text Example
Text Example
White with #E26FFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E26FFA; }
p { color: rgb(226,111,250); }
H1.HeaderClassName
{
color: #E26FFA;
}
.AnyTagClassName
{
color: #E26FFA;
}
</style>
background-color css
<style>
a { background-color: #E26FFA; }
a { background-color: rgb(226,111,250); }
div.DivClassName
{
background-color: #E26FFA;
}
.BgClassName
{
background-color: #E26FFA;
}
</style>
border-color css
<style>
span { border-color: #E26FFA; }
span { border-color: rgb(226,111,250); }
td.TdClassName
{
border-color: #E26FFA;
}
.TagClassName
{
border-color: #E26FFA;
}
</style>