Shades of Heliotrope #E155FB
Tints of Heliotrope #E155FB
RGB
CMYK
RGB Variations
Color information
#E155FB (or 0xE155FB) is known color: Heliotrope. HEX triplet: E1, 55 and FB. RGB value is (225,85,251). Sum of RGB (Red+Green+Blue) = 225+85+251=561 (74% of max value = 765). Red value is 225 (88.28% from 255 or 40.11% from 561); Green value is 85 (33.59% from 255 or 15.15% from 561); Blue value is 251 (98.44% from 255 or 44.74% from 561); Max value from RGB is 251 - color contains mainly: blue. Hex color #E155FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E155FB is #1EAA04. Grayscale: #919191. Windows color (decimal): -2009605 or 16471521. OLE color: 16471521.
HSL color Cylindrical-coordinate representation of color #E155FB: hue angle of 290.6º degrees, saturation: 0.95, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E155FB is Cyan = 0.10, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 225 | 85 | 251 | - |
| CMYK | 0.10 | 0.66 | 0 | 0.02 |
| HSL | 290.6º | 0.95% | 0.66% | - |
| HSV(B) | 290.6º | 0.66% | 0.98% | - |
| XYZ | 51.71 | 29.47 | 94.23 | - |
| YUV | 145.78 | 187.38 | 184.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 85 | 251 | 0.10 | 0.66 | 0 | 0.02 | 290.6 | 0.95 | 0.66 |
| Hex | E1 | 55 | FB | A | 42 | 0 | 2 | 123 | 5F | 42 |
| Octal | 341 | 125 | 373 | 12 | 102 | 0 | 2 | 443 | 137 | 102 |
| Binary | 11100001 | 1010101 | 11111011 | 1010 | 1000010 | 0 | 10 | 100100011 | 1011111 | 1000010 |
Color Harmonies of #E155FB
Complementary color
Monochromatic Colors of #E155FB
Black with #E155FB
Text Example
Text Example
White with #E155FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E155FB; }
p { color: rgb(225,85,251); }
H1.HeaderClassName
{
color: #E155FB;
}
.AnyTagClassName
{
color: #E155FB;
}
</style>
background-color css
<style>
a { background-color: #E155FB; }
a { background-color: rgb(225,85,251); }
div.DivClassName
{
background-color: #E155FB;
}
.BgClassName
{
background-color: #E155FB;
}
</style>
border-color css
<style>
span { border-color: #E155FB; }
span { border-color: rgb(225,85,251); }
td.TdClassName
{
border-color: #E155FB;
}
.TagClassName
{
border-color: #E155FB;
}
</style>