Shades of Heliotrope #E26FFE
Tints of Heliotrope #E26FFE
RGB
CMYK
RGB Variations
Color information
#E26FFE (or 0xE26FFE) is known color: Heliotrope. HEX triplet: E2, 6F and FE. RGB value is (226,111,254). Sum of RGB (Red+Green+Blue) = 226+111+254=591 (78% of max value = 765). Red value is 226 (88.67% from 255 or 38.24% from 591); Green value is 111 (43.75% from 255 or 18.78% from 591); Blue value is 254 (99.61% from 255 or 42.98% from 591); Max value from RGB is 254 - color contains mainly: blue. Hex color #E26FFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E26FFE is #1D9001. Grayscale: #A1A1A1. Windows color (decimal): -1937410 or 16674786. OLE color: 16674786.
HSL color Cylindrical-coordinate representation of color #E26FFE: hue angle of 288.25º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E26FFE is Cyan = 0.11, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 226 | 111 | 254 | - |
| CMYK | 0.11 | 0.56 | 0 | 0.00 |
| HSL | 288.25º | 0.99% | 0.72% | - |
| HSV(B) | 288.25º | 0.56% | 1% | - |
| XYZ | 54.94 | 34.69 | 97.57 | - |
| YUV | 161.69 | 180.1 | 173.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 111 | 254 | 0.11 | 0.56 | 0 | 0.00 | 288.25 | 0.99 | 0.72 |
| Hex | E2 | 6F | FE | B | 38 | 0 | 0 | 120 | 63 | 48 |
| Octal | 342 | 157 | 376 | 13 | 70 | 0 | 0 | 440 | 143 | 110 |
| Binary | 11100010 | 1101111 | 11111110 | 1011 | 111000 | 0 | 0 | 100100000 | 1100011 | 1001000 |
Color Harmonies of #E26FFE
Complementary color
Monochromatic Colors of #E26FFE
Black with #E26FFE
Text Example
Text Example
White with #E26FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E26FFE; }
p { color: rgb(226,111,254); }
H1.HeaderClassName
{
color: #E26FFE;
}
.AnyTagClassName
{
color: #E26FFE;
}
</style>
background-color css
<style>
a { background-color: #E26FFE; }
a { background-color: rgb(226,111,254); }
div.DivClassName
{
background-color: #E26FFE;
}
.BgClassName
{
background-color: #E26FFE;
}
</style>
border-color css
<style>
span { border-color: #E26FFE; }
span { border-color: rgb(226,111,254); }
td.TdClassName
{
border-color: #E26FFE;
}
.TagClassName
{
border-color: #E26FFE;
}
</style>