Shades of Heliotrope #E180FB
Tints of Heliotrope #E180FB
RGB
CMYK
RGB Variations
Color information
#E180FB (or 0xE180FB) is known color: Heliotrope. HEX triplet: E1, 80 and FB. RGB value is (225,128,251). Sum of RGB (Red+Green+Blue) = 225+128+251=604 (80% of max value = 765). Red value is 225 (88.28% from 255 or 37.25% from 604); Green value is 128 (50.39% from 255 or 21.19% from 604); Blue value is 251 (98.44% from 255 or 41.56% from 604); Max value from RGB is 251 - color contains mainly: blue. Hex color #E180FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E180FB is #1E7F04. Grayscale: #AAAAAA. Windows color (decimal): -1998597 or 16482529. OLE color: 16482529.
HSL color Cylindrical-coordinate representation of color #E180FB: hue angle of 287.32º degrees, saturation: 0.94, 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 #E180FB is Cyan = 0.10, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 225 | 128 | 251 | - |
| CMYK | 0.10 | 0.49 | 0 | 0.02 |
| HSL | 287.32º | 0.94% | 0.74% | - |
| HSV(B) | 287.32º | 0.49% | 0.98% | - |
| XYZ | 56.18 | 38.41 | 95.72 | - |
| YUV | 171.03 | 173.14 | 166.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 128 | 251 | 0.10 | 0.49 | 0 | 0.02 | 287.32 | 0.94 | 0.74 |
| Hex | E1 | 80 | FB | A | 31 | 0 | 2 | 11F | 5E | 4A |
| Octal | 341 | 200 | 373 | 12 | 61 | 0 | 2 | 437 | 136 | 112 |
| Binary | 11100001 | 10000000 | 11111011 | 1010 | 110001 | 0 | 10 | 100011111 | 1011110 | 1001010 |
Color Harmonies of #E180FB
Complementary color
Monochromatic Colors of #E180FB
Black with #E180FB
Text Example
Text Example
White with #E180FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E180FB; }
p { color: rgb(225,128,251); }
H1.HeaderClassName
{
color: #E180FB;
}
.AnyTagClassName
{
color: #E180FB;
}
</style>
background-color css
<style>
a { background-color: #E180FB; }
a { background-color: rgb(225,128,251); }
div.DivClassName
{
background-color: #E180FB;
}
.BgClassName
{
background-color: #E180FB;
}
</style>
border-color css
<style>
span { border-color: #E180FB; }
span { border-color: rgb(225,128,251); }
td.TdClassName
{
border-color: #E180FB;
}
.TagClassName
{
border-color: #E180FB;
}
</style>