Shades of Heliotrope #E155FE
Tints of Heliotrope #E155FE
RGB
CMYK
RGB Variations
Color information
#E155FE (or 0xE155FE) is known color: Heliotrope. HEX triplet: E1, 55 and FE. RGB value is (225,85,254). Sum of RGB (Red+Green+Blue) = 225+85+254=564 (74% of max value = 765). Red value is 225 (88.28% from 255 or 39.89% from 564); Green value is 85 (33.59% from 255 or 15.07% from 564); Blue value is 254 (99.61% from 255 or 45.04% from 564); Max value from RGB is 254 - color contains mainly: blue. Hex color #E155FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E155FE is #1EAA01. Grayscale: #919191. Windows color (decimal): -2009602 or 16668129. OLE color: 16668129.
HSL color Cylindrical-coordinate representation of color #E155FE: hue angle of 289.7º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E155FE is Cyan = 0.11, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 225 | 85 | 254 | - |
| CMYK | 0.11 | 0.67 | 0 | 0.00 |
| HSL | 289.7º | 0.99% | 0.66% | - |
| HSV(B) | 289.7º | 0.67% | 1% | - |
| XYZ | 52.19 | 29.66 | 96.74 | - |
| YUV | 146.13 | 188.88 | 184.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 85 | 254 | 0.11 | 0.67 | 0 | 0.00 | 289.7 | 0.99 | 0.66 |
| Hex | E1 | 55 | FE | B | 43 | 0 | 0 | 122 | 63 | 42 |
| Octal | 341 | 125 | 376 | 13 | 103 | 0 | 0 | 442 | 143 | 102 |
| Binary | 11100001 | 1010101 | 11111110 | 1011 | 1000011 | 0 | 0 | 100100010 | 1100011 | 1000010 |
Color Harmonies of #E155FE
Complementary color
Monochromatic Colors of #E155FE
Black with #E155FE
Text Example
Text Example
White with #E155FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E155FE; }
p { color: rgb(225,85,254); }
H1.HeaderClassName
{
color: #E155FE;
}
.AnyTagClassName
{
color: #E155FE;
}
</style>
background-color css
<style>
a { background-color: #E155FE; }
a { background-color: rgb(225,85,254); }
div.DivClassName
{
background-color: #E155FE;
}
.BgClassName
{
background-color: #E155FE;
}
</style>
border-color css
<style>
span { border-color: #E155FE; }
span { border-color: rgb(225,85,254); }
td.TdClassName
{
border-color: #E155FE;
}
.TagClassName
{
border-color: #E155FE;
}
</style>