Shades of Heliotrope #E178F5
Tints of Heliotrope #E178F5
RGB
CMYK
RGB Variations
Color information
#E178F5 (or 0xE178F5) is known color: Heliotrope. HEX triplet: E1, 78 and F5. RGB value is (225,120,245). Sum of RGB (Red+Green+Blue) = 225+120+245=590 (78% of max value = 765). Red value is 225 (88.28% from 255 or 38.14% from 590); Green value is 120 (47.27% from 255 or 20.34% from 590); Blue value is 245 (96.09% from 255 or 41.53% from 590); Max value from RGB is 245 - color contains mainly: blue. Hex color #E178F5 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E178F5 is #1E870A. Grayscale: #A5A5A5. Windows color (decimal): -2000651 or 16087265. OLE color: 16087265.
HSL color Cylindrical-coordinate representation of color #E178F5: hue angle of 290.4º degrees, saturation: 0.86, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E178F5 is Cyan = 0.08, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 225 | 120 | 245 | - |
| CMYK | 0.08 | 0.51 | 0 | 0.04 |
| HSL | 290.4º | 0.86% | 0.72% | - |
| HSV(B) | 290.4º | 0.51% | 0.96% | - |
| XYZ | 54.25 | 36.03 | 90.48 | - |
| YUV | 165.65 | 172.79 | 170.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 120 | 245 | 0.08 | 0.51 | 0 | 0.04 | 290.4 | 0.86 | 0.72 |
| Hex | E1 | 78 | F5 | 8 | 33 | 0 | 4 | 122 | 56 | 48 |
| Octal | 341 | 170 | 365 | 10 | 63 | 0 | 4 | 442 | 126 | 110 |
| Binary | 11100001 | 1111000 | 11110101 | 1000 | 110011 | 0 | 100 | 100100010 | 1010110 | 1001000 |
Color Harmonies of #E178F5
Complementary color
Monochromatic Colors of #E178F5
Black with #E178F5
Text Example
Text Example
White with #E178F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E178F5; }
p { color: rgb(225,120,245); }
H1.HeaderClassName
{
color: #E178F5;
}
.AnyTagClassName
{
color: #E178F5;
}
</style>
background-color css
<style>
a { background-color: #E178F5; }
a { background-color: rgb(225,120,245); }
div.DivClassName
{
background-color: #E178F5;
}
.BgClassName
{
background-color: #E178F5;
}
</style>
border-color css
<style>
span { border-color: #E178F5; }
span { border-color: rgb(225,120,245); }
td.TdClassName
{
border-color: #E178F5;
}
.TagClassName
{
border-color: #E178F5;
}
</style>