Shades of Heliotrope #E162FC
Tints of Heliotrope #E162FC
RGB
CMYK
RGB Variations
Color information
#E162FC (or 0xE162FC) is known color: Heliotrope. HEX triplet: E1, 62 and FC. RGB value is (225,98,252). Sum of RGB (Red+Green+Blue) = 225+98+252=575 (76% of max value = 765). Red value is 225 (88.28% from 255 or 39.13% from 575); Green value is 98 (38.67% from 255 or 17.04% from 575); Blue value is 252 (98.83% from 255 or 43.83% from 575); Max value from RGB is 252 - color contains mainly: blue. Hex color #E162FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E162FC is #1E9D03. Grayscale: #999999. Windows color (decimal): -2006276 or 16540385. OLE color: 16540385.
HSL color Cylindrical-coordinate representation of color #E162FC: hue angle of 289.48º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E162FC is Cyan = 0.11, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 225 | 98 | 252 | - |
| CMYK | 0.11 | 0.61 | 0 | 0.01 |
| HSL | 289.48º | 0.96% | 0.69% | - |
| HSV(B) | 289.48º | 0.61% | 0.99% | - |
| XYZ | 52.99 | 31.77 | 95.44 | - |
| YUV | 153.53 | 183.58 | 178.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 98 | 252 | 0.11 | 0.61 | 0 | 0.01 | 289.48 | 0.96 | 0.69 |
| Hex | E1 | 62 | FC | B | 3D | 0 | 1 | 121 | 60 | 45 |
| Octal | 341 | 142 | 374 | 13 | 75 | 0 | 1 | 441 | 140 | 105 |
| Binary | 11100001 | 1100010 | 11111100 | 1011 | 111101 | 0 | 1 | 100100001 | 1100000 | 1000101 |
Color Harmonies of #E162FC
Complementary color
Monochromatic Colors of #E162FC
Black with #E162FC
Text Example
Text Example
White with #E162FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E162FC; }
p { color: rgb(225,98,252); }
H1.HeaderClassName
{
color: #E162FC;
}
.AnyTagClassName
{
color: #E162FC;
}
</style>
background-color css
<style>
a { background-color: #E162FC; }
a { background-color: rgb(225,98,252); }
div.DivClassName
{
background-color: #E162FC;
}
.BgClassName
{
background-color: #E162FC;
}
</style>
border-color css
<style>
span { border-color: #E162FC; }
span { border-color: rgb(225,98,252); }
td.TdClassName
{
border-color: #E162FC;
}
.TagClassName
{
border-color: #E162FC;
}
</style>