Shades of Heliotrope #E179FC
Tints of Heliotrope #E179FC
RGB
CMYK
RGB Variations
Color information
#E179FC (or 0xE179FC) is known color: Heliotrope. HEX triplet: E1, 79 and FC. RGB value is (225,121,252). Sum of RGB (Red+Green+Blue) = 225+121+252=598 (79% of max value = 765). Red value is 225 (88.28% from 255 or 37.63% from 598); Green value is 121 (47.66% from 255 or 20.23% from 598); Blue value is 252 (98.83% from 255 or 42.14% from 598); Max value from RGB is 252 - color contains mainly: blue. Hex color #E179FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E179FC is #1E8603. Grayscale: #A6A6A6. Windows color (decimal): -2000388 or 16546273. OLE color: 16546273.
HSL color Cylindrical-coordinate representation of color #E179FC: hue angle of 287.63º degrees, saturation: 0.96, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E179FC is Cyan = 0.11, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 225 | 121 | 252 | - |
| CMYK | 0.11 | 0.52 | 0 | 0.01 |
| HSL | 287.63º | 0.96% | 0.73% | - |
| HSV(B) | 287.63º | 0.52% | 0.99% | - |
| XYZ | 55.46 | 36.71 | 96.26 | - |
| YUV | 167.03 | 175.96 | 169.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 121 | 252 | 0.11 | 0.52 | 0 | 0.01 | 287.63 | 0.96 | 0.73 |
| Hex | E1 | 79 | FC | B | 34 | 0 | 1 | 120 | 60 | 49 |
| Octal | 341 | 171 | 374 | 13 | 64 | 0 | 1 | 440 | 140 | 111 |
| Binary | 11100001 | 1111001 | 11111100 | 1011 | 110100 | 0 | 1 | 100100000 | 1100000 | 1001001 |
Color Harmonies of #E179FC
Complementary color
Monochromatic Colors of #E179FC
Black with #E179FC
Text Example
Text Example
White with #E179FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E179FC; }
p { color: rgb(225,121,252); }
H1.HeaderClassName
{
color: #E179FC;
}
.AnyTagClassName
{
color: #E179FC;
}
</style>
background-color css
<style>
a { background-color: #E179FC; }
a { background-color: rgb(225,121,252); }
div.DivClassName
{
background-color: #E179FC;
}
.BgClassName
{
background-color: #E179FC;
}
</style>
border-color css
<style>
span { border-color: #E179FC; }
span { border-color: rgb(225,121,252); }
td.TdClassName
{
border-color: #E179FC;
}
.TagClassName
{
border-color: #E179FC;
}
</style>