Shades of Heliotrope #E178FA
Tints of Heliotrope #E178FA
RGB
CMYK
RGB Variations
Color information
#E178FA (or 0xE178FA) is known color: Heliotrope. HEX triplet: E1, 78 and FA. RGB value is (225,120,250). Sum of RGB (Red+Green+Blue) = 225+120+250=595 (78% of max value = 765). Red value is 225 (88.28% from 255 or 37.82% from 595); Green value is 120 (47.27% from 255 or 20.17% from 595); Blue value is 250 (98.05% from 255 or 42.02% from 595); Max value from RGB is 250 - color contains mainly: blue. Hex color #E178FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E178FA is #1E8705. Grayscale: #A5A5A5. Windows color (decimal): -2000646 or 16414945. OLE color: 16414945.
HSL color Cylindrical-coordinate representation of color #E178FA: hue angle of 288.46º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E178FA is Cyan = 0.10, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 225 | 120 | 250 | - |
| CMYK | 0.10 | 0.52 | 0 | 0.02 |
| HSL | 288.46º | 0.93% | 0.73% | - |
| HSV(B) | 288.46º | 0.52% | 0.98% | - |
| XYZ | 55.02 | 36.34 | 94.56 | - |
| YUV | 166.22 | 175.29 | 169.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 120 | 250 | 0.10 | 0.52 | 0 | 0.02 | 288.46 | 0.93 | 0.73 |
| Hex | E1 | 78 | FA | A | 34 | 0 | 2 | 120 | 5D | 49 |
| Octal | 341 | 170 | 372 | 12 | 64 | 0 | 2 | 440 | 135 | 111 |
| Binary | 11100001 | 1111000 | 11111010 | 1010 | 110100 | 0 | 10 | 100100000 | 1011101 | 1001001 |
Color Harmonies of #E178FA
Complementary color
Monochromatic Colors of #E178FA
Black with #E178FA
Text Example
Text Example
White with #E178FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E178FA; }
p { color: rgb(225,120,250); }
H1.HeaderClassName
{
color: #E178FA;
}
.AnyTagClassName
{
color: #E178FA;
}
</style>
background-color css
<style>
a { background-color: #E178FA; }
a { background-color: rgb(225,120,250); }
div.DivClassName
{
background-color: #E178FA;
}
.BgClassName
{
background-color: #E178FA;
}
</style>
border-color css
<style>
span { border-color: #E178FA; }
span { border-color: rgb(225,120,250); }
td.TdClassName
{
border-color: #E178FA;
}
.TagClassName
{
border-color: #E178FA;
}
</style>