Shades of Heliotrope #E164FC
Tints of Heliotrope #E164FC
RGB
CMYK
RGB Variations
Color information
#E164FC (or 0xE164FC) is known color: Heliotrope. HEX triplet: E1, 64 and FC. RGB value is (225,100,252). Sum of RGB (Red+Green+Blue) = 225+100+252=577 (76% of max value = 765). Red value is 225 (88.28% from 255 or 38.99% from 577); Green value is 100 (39.45% from 255 or 17.33% from 577); Blue value is 252 (98.83% from 255 or 43.67% from 577); Max value from RGB is 252 - color contains mainly: blue. Hex color #E164FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E164FC is #1E9B03. Grayscale: #9A9A9A. Windows color (decimal): -2005764 or 16540897. OLE color: 16540897.
HSL color Cylindrical-coordinate representation of color #E164FC: hue angle of 289.34º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E164FC is Cyan = 0.11, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 225 | 100 | 252 | - |
| CMYK | 0.11 | 0.60 | 0 | 0.01 |
| HSL | 289.34º | 0.96% | 0.69% | - |
| HSV(B) | 289.34º | 0.6% | 0.99% | - |
| XYZ | 53.18 | 32.15 | 95.5 | - |
| YUV | 154.7 | 182.91 | 178.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 100 | 252 | 0.11 | 0.60 | 0 | 0.01 | 289.34 | 0.96 | 0.69 |
| Hex | E1 | 64 | FC | B | 3C | 0 | 1 | 121 | 60 | 45 |
| Octal | 341 | 144 | 374 | 13 | 74 | 0 | 1 | 441 | 140 | 105 |
| Binary | 11100001 | 1100100 | 11111100 | 1011 | 111100 | 0 | 1 | 100100001 | 1100000 | 1000101 |
Color Harmonies of #E164FC
Complementary color
Monochromatic Colors of #E164FC
Black with #E164FC
Text Example
Text Example
White with #E164FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E164FC; }
p { color: rgb(225,100,252); }
H1.HeaderClassName
{
color: #E164FC;
}
.AnyTagClassName
{
color: #E164FC;
}
</style>
background-color css
<style>
a { background-color: #E164FC; }
a { background-color: rgb(225,100,252); }
div.DivClassName
{
background-color: #E164FC;
}
.BgClassName
{
background-color: #E164FC;
}
</style>
border-color css
<style>
span { border-color: #E164FC; }
span { border-color: rgb(225,100,252); }
td.TdClassName
{
border-color: #E164FC;
}
.TagClassName
{
border-color: #E164FC;
}
</style>