Shades of Heliotrope #E26FEC
Tints of Heliotrope #E26FEC
RGB
CMYK
RGB Variations
Color information
#E26FEC (or 0xE26FEC) is known color: Heliotrope. HEX triplet: E2, 6F and EC. RGB value is (226,111,236). Sum of RGB (Red+Green+Blue) = 226+111+236=573 (75% of max value = 765). Red value is 226 (88.67% from 255 or 39.44% from 573); Green value is 111 (43.75% from 255 or 19.37% from 573); Blue value is 236 (92.58% from 255 or 41.19% from 573); Max value from RGB is 236 - color contains mainly: blue. Hex color #E26FEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E26FEC is #1D9013. Grayscale: #9F9F9F. Windows color (decimal): -1937428 or 15495138. OLE color: 15495138.
HSL color Cylindrical-coordinate representation of color #E26FEC: hue angle of 295.2º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E26FEC is Cyan = 0.04, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 226 | 111 | 236 | - |
| CMYK | 0.04 | 0.53 | 0 | 0.07 |
| HSL | 295.2º | 0.77% | 0.68% | - |
| HSV(B) | 295.2º | 0.53% | 0.93% | - |
| XYZ | 52.19 | 33.59 | 83.09 | - |
| YUV | 159.64 | 171.1 | 175.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 111 | 236 | 0.04 | 0.53 | 0 | 0.07 | 295.2 | 0.77 | 0.68 |
| Hex | E2 | 6F | EC | 4 | 35 | 0 | 7 | 127 | 4D | 44 |
| Octal | 342 | 157 | 354 | 4 | 65 | 0 | 7 | 447 | 115 | 104 |
| Binary | 11100010 | 1101111 | 11101100 | 100 | 110101 | 0 | 111 | 100100111 | 1001101 | 1000100 |
Color Harmonies of #E26FEC
Complementary color
Monochromatic Colors of #E26FEC
Black with #E26FEC
Text Example
Text Example
White with #E26FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E26FEC; }
p { color: rgb(226,111,236); }
H1.HeaderClassName
{
color: #E26FEC;
}
.AnyTagClassName
{
color: #E26FEC;
}
</style>
background-color css
<style>
a { background-color: #E26FEC; }
a { background-color: rgb(226,111,236); }
div.DivClassName
{
background-color: #E26FEC;
}
.BgClassName
{
background-color: #E26FEC;
}
</style>
border-color css
<style>
span { border-color: #E26FEC; }
span { border-color: rgb(226,111,236); }
td.TdClassName
{
border-color: #E26FEC;
}
.TagClassName
{
border-color: #E26FEC;
}
</style>