Shades of Heliotrope #E155FF
Tints of Heliotrope #E155FF
RGB
CMYK
RGB Variations
Color information
#E155FF (or 0xE155FF) is known color: Heliotrope. HEX triplet: E1, 55 and FF. RGB value is (225,85,255). Sum of RGB (Red+Green+Blue) = 225+85+255=565 (74% of max value = 765). Red value is 225 (88.28% from 255 or 39.82% from 565); Green value is 85 (33.59% from 255 or 15.04% from 565); Blue value is 255 (100% from 255 or 45.13% from 565); Max value from RGB is 255 - color contains mainly: blue. Hex color #E155FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E155FF is #1EAA00. Grayscale: #919191. Windows color (decimal): -2009601 or 16733665. OLE color: 16733665.
HSL color Cylindrical-coordinate representation of color #E155FF: hue angle of 289.41º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E155FF is Cyan = 0.12, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 225 | 85 | 255 | - |
| CMYK | 0.12 | 0.67 | 0 | 0 |
| HSL | 289.41º | 1% | 0.67% | - |
| HSV(B) | 289.41º | 0.67% | 1% | - |
| XYZ | 52.35 | 29.72 | 97.59 | - |
| YUV | 146.24 | 189.38 | 184.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 85 | 255 | 0.12 | 0.67 | 0 | 0 | 289.41 | 1 | 0.67 |
| Hex | E1 | 55 | FF | C | 43 | 0 | 0 | 121 | 64 | 43 |
| Octal | 341 | 125 | 377 | 14 | 103 | 0 | 0 | 441 | 144 | 103 |
| Binary | 11100001 | 1010101 | 11111111 | 1100 | 1000011 | 0 | 0 | 100100001 | 1100100 | 1000011 |
Color Harmonies of #E155FF
Complementary color
Monochromatic Colors of #E155FF
Black with #E155FF
Text Example
Text Example
White with #E155FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E155FF; }
p { color: rgb(225,85,255); }
H1.HeaderClassName
{
color: #E155FF;
}
.AnyTagClassName
{
color: #E155FF;
}
</style>
background-color css
<style>
a { background-color: #E155FF; }
a { background-color: rgb(225,85,255); }
div.DivClassName
{
background-color: #E155FF;
}
.BgClassName
{
background-color: #E155FF;
}
</style>
border-color css
<style>
span { border-color: #E155FF; }
span { border-color: rgb(225,85,255); }
td.TdClassName
{
border-color: #E155FF;
}
.TagClassName
{
border-color: #E155FF;
}
</style>