Shades of Heliotrope #E168FC
Tints of Heliotrope #E168FC
RGB
CMYK
RGB Variations
Color information
#E168FC (or 0xE168FC) is known color: Heliotrope. HEX triplet: E1, 68 and FC. RGB value is (225,104,252). Sum of RGB (Red+Green+Blue) = 225+104+252=581 (76% of max value = 765). Red value is 225 (88.28% from 255 or 38.73% from 581); Green value is 104 (41.02% from 255 or 17.90% from 581); Blue value is 252 (98.83% from 255 or 43.37% from 581); Max value from RGB is 252 - color contains mainly: blue. Hex color #E168FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E168FC is #1E9703. Grayscale: #9C9C9C. Windows color (decimal): -2004740 or 16541921. OLE color: 16541921.
HSL color Cylindrical-coordinate representation of color #E168FC: hue angle of 289.05º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E168FC is Cyan = 0.11, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 225 | 104 | 252 | - |
| CMYK | 0.11 | 0.59 | 0 | 0.01 |
| HSL | 289.05º | 0.96% | 0.7% | - |
| HSV(B) | 289.05º | 0.59% | 0.99% | - |
| XYZ | 53.57 | 32.94 | 95.63 | - |
| YUV | 157.05 | 181.59 | 176.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 104 | 252 | 0.11 | 0.59 | 0 | 0.01 | 289.05 | 0.96 | 0.7 |
| Hex | E1 | 68 | FC | B | 3B | 0 | 1 | 121 | 60 | 46 |
| Octal | 341 | 150 | 374 | 13 | 73 | 0 | 1 | 441 | 140 | 106 |
| Binary | 11100001 | 1101000 | 11111100 | 1011 | 111011 | 0 | 1 | 100100001 | 1100000 | 1000110 |
Color Harmonies of #E168FC
Complementary color
Monochromatic Colors of #E168FC
Black with #E168FC
Text Example
Text Example
White with #E168FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E168FC; }
p { color: rgb(225,104,252); }
H1.HeaderClassName
{
color: #E168FC;
}
.AnyTagClassName
{
color: #E168FC;
}
</style>
background-color css
<style>
a { background-color: #E168FC; }
a { background-color: rgb(225,104,252); }
div.DivClassName
{
background-color: #E168FC;
}
.BgClassName
{
background-color: #E168FC;
}
</style>
border-color css
<style>
span { border-color: #E168FC; }
span { border-color: rgb(225,104,252); }
td.TdClassName
{
border-color: #E168FC;
}
.TagClassName
{
border-color: #E168FC;
}
</style>