Shades of Heliotrope #E180F9
Tints of Heliotrope #E180F9
RGB
CMYK
RGB Variations
Color information
#E180F9 (or 0xE180F9) is known color: Heliotrope. HEX triplet: E1, 80 and F9. RGB value is (225,128,249). Sum of RGB (Red+Green+Blue) = 225+128+249=602 (79% of max value = 765). Red value is 225 (88.28% from 255 or 37.38% from 602); Green value is 128 (50.39% from 255 or 21.26% from 602); Blue value is 249 (97.66% from 255 or 41.36% from 602); Max value from RGB is 249 - color contains mainly: blue. Hex color #E180F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E180F9 is #1E7F06. Grayscale: #AAAAAA. Windows color (decimal): -1998599 or 16351457. OLE color: 16351457.
HSL color Cylindrical-coordinate representation of color #E180F9: hue angle of 288.1º degrees, saturation: 0.91, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E180F9 is Cyan = 0.10, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 225 | 128 | 249 | - |
| CMYK | 0.10 | 0.49 | 0 | 0.02 |
| HSL | 288.1º | 0.91% | 0.74% | - |
| HSV(B) | 288.1º | 0.49% | 0.98% | - |
| XYZ | 55.87 | 38.29 | 94.07 | - |
| YUV | 170.8 | 172.14 | 166.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 128 | 249 | 0.10 | 0.49 | 0 | 0.02 | 288.1 | 0.91 | 0.74 |
| Hex | E1 | 80 | F9 | A | 31 | 0 | 2 | 120 | 5B | 4A |
| Octal | 341 | 200 | 371 | 12 | 61 | 0 | 2 | 440 | 133 | 112 |
| Binary | 11100001 | 10000000 | 11111001 | 1010 | 110001 | 0 | 10 | 100100000 | 1011011 | 1001010 |
Color Harmonies of #E180F9
Complementary color
Monochromatic Colors of #E180F9
Black with #E180F9
Text Example
Text Example
White with #E180F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E180F9; }
p { color: rgb(225,128,249); }
H1.HeaderClassName
{
color: #E180F9;
}
.AnyTagClassName
{
color: #E180F9;
}
</style>
background-color css
<style>
a { background-color: #E180F9; }
a { background-color: rgb(225,128,249); }
div.DivClassName
{
background-color: #E180F9;
}
.BgClassName
{
background-color: #E180F9;
}
</style>
border-color css
<style>
span { border-color: #E180F9; }
span { border-color: rgb(225,128,249); }
td.TdClassName
{
border-color: #E180F9;
}
.TagClassName
{
border-color: #E180F9;
}
</style>