Shades of Heliotrope #E180FE
Tints of Heliotrope #E180FE
RGB
CMYK
RGB Variations
Color information
#E180FE (or 0xE180FE) is known color: Heliotrope. HEX triplet: E1, 80 and FE. RGB value is (225,128,254). Sum of RGB (Red+Green+Blue) = 225+128+254=607 (80% of max value = 765). Red value is 225 (88.28% from 255 or 37.07% from 607); Green value is 128 (50.39% from 255 or 21.09% from 607); Blue value is 254 (99.61% from 255 or 41.85% from 607); Max value from RGB is 254 - color contains mainly: blue. Hex color #E180FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E180FE is #1E7F01. Grayscale: #AAAAAA. Windows color (decimal): -1998594 or 16679137. OLE color: 16679137.
HSL color Cylindrical-coordinate representation of color #E180FE: hue angle of 286.19º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E180FE is Cyan = 0.11, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 225 | 128 | 254 | - |
| CMYK | 0.11 | 0.50 | 0 | 0.00 |
| HSL | 286.19º | 0.98% | 0.75% | - |
| HSV(B) | 286.19º | 0.5% | 1% | - |
| XYZ | 56.66 | 38.6 | 98.23 | - |
| YUV | 171.37 | 174.64 | 166.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 128 | 254 | 0.11 | 0.50 | 0 | 0.00 | 286.19 | 0.98 | 0.75 |
| Hex | E1 | 80 | FE | B | 32 | 0 | 0 | 11E | 62 | 4B |
| Octal | 341 | 200 | 376 | 13 | 62 | 0 | 0 | 436 | 142 | 113 |
| Binary | 11100001 | 10000000 | 11111110 | 1011 | 110010 | 0 | 0 | 100011110 | 1100010 | 1001011 |
Color Harmonies of #E180FE
Complementary color
Monochromatic Colors of #E180FE
Black with #E180FE
Text Example
Text Example
White with #E180FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E180FE; }
p { color: rgb(225,128,254); }
H1.HeaderClassName
{
color: #E180FE;
}
.AnyTagClassName
{
color: #E180FE;
}
</style>
background-color css
<style>
a { background-color: #E180FE; }
a { background-color: rgb(225,128,254); }
div.DivClassName
{
background-color: #E180FE;
}
.BgClassName
{
background-color: #E180FE;
}
</style>
border-color css
<style>
span { border-color: #E180FE; }
span { border-color: rgb(225,128,254); }
td.TdClassName
{
border-color: #E180FE;
}
.TagClassName
{
border-color: #E180FE;
}
</style>