Shades of Heliotrope #E156FF
Tints of Heliotrope #E156FF
RGB
CMYK
RGB Variations
Color information
#E156FF (or 0xE156FF) is known color: Heliotrope. HEX triplet: E1, 56 and FF. RGB value is (225,86,255). Sum of RGB (Red+Green+Blue) = 225+86+255=566 (74% of max value = 765). Red value is 225 (88.28% from 255 or 39.75% from 566); Green value is 86 (33.98% from 255 or 15.19% from 566); Blue value is 255 (100% from 255 or 45.05% from 566); Max value from RGB is 255 - color contains mainly: blue. Hex color #E156FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E156FF is #1EA900. Grayscale: #929292. Windows color (decimal): -2009345 or 16733921. OLE color: 16733921.
HSL color Cylindrical-coordinate representation of color #E156FF: hue angle of 289.35º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E156FF is Cyan = 0.12, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 225 | 86 | 255 | - |
| CMYK | 0.12 | 0.66 | 0 | 0 |
| HSL | 289.35º | 1% | 0.67% | - |
| HSV(B) | 289.35º | 0.66% | 1% | - |
| XYZ | 52.43 | 29.88 | 97.61 | - |
| YUV | 146.83 | 189.05 | 183.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 86 | 255 | 0.12 | 0.66 | 0 | 0 | 289.35 | 1 | 0.67 |
| Hex | E1 | 56 | FF | C | 42 | 0 | 0 | 121 | 64 | 43 |
| Octal | 341 | 126 | 377 | 14 | 102 | 0 | 0 | 441 | 144 | 103 |
| Binary | 11100001 | 1010110 | 11111111 | 1100 | 1000010 | 0 | 0 | 100100001 | 1100100 | 1000011 |
Color Harmonies of #E156FF
Complementary color
Monochromatic Colors of #E156FF
Black with #E156FF
Text Example
Text Example
White with #E156FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E156FF; }
p { color: rgb(225,86,255); }
H1.HeaderClassName
{
color: #E156FF;
}
.AnyTagClassName
{
color: #E156FF;
}
</style>
background-color css
<style>
a { background-color: #E156FF; }
a { background-color: rgb(225,86,255); }
div.DivClassName
{
background-color: #E156FF;
}
.BgClassName
{
background-color: #E156FF;
}
</style>
border-color css
<style>
span { border-color: #E156FF; }
span { border-color: rgb(225,86,255); }
td.TdClassName
{
border-color: #E156FF;
}
.TagClassName
{
border-color: #E156FF;
}
</style>