Shades of Heliotrope #E162F1
Tints of Heliotrope #E162F1
RGB
CMYK
RGB Variations
Color information
#E162F1 (or 0xE162F1) is known color: Heliotrope. HEX triplet: E1, 62 and F1. RGB value is (225,98,241). Sum of RGB (Red+Green+Blue) = 225+98+241=564 (74% of max value = 765). Red value is 225 (88.28% from 255 or 39.89% from 564); Green value is 98 (38.67% from 255 or 17.38% from 564); Blue value is 241 (94.53% from 255 or 42.73% from 564); Max value from RGB is 241 - color contains mainly: blue. Hex color #E162F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E162F1 is #1E9D0E. Grayscale: #979797. Windows color (decimal): -2006287 or 15819489. OLE color: 15819489.
HSL color Cylindrical-coordinate representation of color #E162F1: hue angle of 293.29º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E162F1 is Cyan = 0.07, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 225 | 98 | 241 | - |
| CMYK | 0.07 | 0.59 | 0 | 0.05 |
| HSL | 293.29º | 0.84% | 0.66% | - |
| HSV(B) | 293.29º | 0.59% | 0.95% | - |
| XYZ | 51.3 | 31.09 | 86.52 | - |
| YUV | 152.28 | 178.08 | 179.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 98 | 241 | 0.07 | 0.59 | 0 | 0.05 | 293.29 | 0.84 | 0.66 |
| Hex | E1 | 62 | F1 | 7 | 3B | 0 | 5 | 125 | 54 | 42 |
| Octal | 341 | 142 | 361 | 7 | 73 | 0 | 5 | 445 | 124 | 102 |
| Binary | 11100001 | 1100010 | 11110001 | 111 | 111011 | 0 | 101 | 100100101 | 1010100 | 1000010 |
Color Harmonies of #E162F1
Complementary color
Monochromatic Colors of #E162F1
Black with #E162F1
Text Example
Text Example
White with #E162F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E162F1; }
p { color: rgb(225,98,241); }
H1.HeaderClassName
{
color: #E162F1;
}
.AnyTagClassName
{
color: #E162F1;
}
</style>
background-color css
<style>
a { background-color: #E162F1; }
a { background-color: rgb(225,98,241); }
div.DivClassName
{
background-color: #E162F1;
}
.BgClassName
{
background-color: #E162F1;
}
</style>
border-color css
<style>
span { border-color: #E162F1; }
span { border-color: rgb(225,98,241); }
td.TdClassName
{
border-color: #E162F1;
}
.TagClassName
{
border-color: #E162F1;
}
</style>