Shades of Heliotrope #E162FD
Tints of Heliotrope #E162FD
RGB
CMYK
RGB Variations
Color information
#E162FD (or 0xE162FD) is known color: Heliotrope. HEX triplet: E1, 62 and FD. RGB value is (225,98,253). Sum of RGB (Red+Green+Blue) = 225+98+253=576 (76% of max value = 765). Red value is 225 (88.28% from 255 or 39.06% from 576); Green value is 98 (38.67% from 255 or 17.01% from 576); Blue value is 253 (99.22% from 255 or 43.92% from 576); Max value from RGB is 253 - color contains mainly: blue. Hex color #E162FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E162FD is #1E9D02. Grayscale: #999999. Windows color (decimal): -2006275 or 16605921. OLE color: 16605921.
HSL color Cylindrical-coordinate representation of color #E162FD: hue angle of 289.16º degrees, saturation: 0.97, 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 #E162FD is Cyan = 0.11, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 225 | 98 | 253 | - |
| CMYK | 0.11 | 0.61 | 0 | 0.01 |
| HSL | 289.16º | 0.97% | 0.69% | - |
| HSV(B) | 289.16º | 0.61% | 0.99% | - |
| XYZ | 53.15 | 31.83 | 96.27 | - |
| YUV | 153.64 | 184.08 | 178.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 98 | 253 | 0.11 | 0.61 | 0 | 0.01 | 289.16 | 0.97 | 0.69 |
| Hex | E1 | 62 | FD | B | 3D | 0 | 1 | 121 | 61 | 45 |
| Octal | 341 | 142 | 375 | 13 | 75 | 0 | 1 | 441 | 141 | 105 |
| Binary | 11100001 | 1100010 | 11111101 | 1011 | 111101 | 0 | 1 | 100100001 | 1100001 | 1000101 |
Color Harmonies of #E162FD
Complementary color
Monochromatic Colors of #E162FD
Black with #E162FD
Text Example
Text Example
White with #E162FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E162FD; }
p { color: rgb(225,98,253); }
H1.HeaderClassName
{
color: #E162FD;
}
.AnyTagClassName
{
color: #E162FD;
}
</style>
background-color css
<style>
a { background-color: #E162FD; }
a { background-color: rgb(225,98,253); }
div.DivClassName
{
background-color: #E162FD;
}
.BgClassName
{
background-color: #E162FD;
}
</style>
border-color css
<style>
span { border-color: #E162FD; }
span { border-color: rgb(225,98,253); }
td.TdClassName
{
border-color: #E162FD;
}
.TagClassName
{
border-color: #E162FD;
}
</style>