Shades of Heliotrope #E162EE
Tints of Heliotrope #E162EE
RGB
CMYK
RGB Variations
Color information
#E162EE (or 0xE162EE) is known color: Heliotrope. HEX triplet: E1, 62 and EE. RGB value is (225,98,238). Sum of RGB (Red+Green+Blue) = 225+98+238=561 (74% of max value = 765). Red value is 225 (88.28% from 255 or 40.11% from 561); Green value is 98 (38.67% from 255 or 17.47% from 561); Blue value is 238 (93.36% from 255 or 42.42% from 561); Max value from RGB is 238 - color contains mainly: blue. Hex color #E162EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E162EE is #1E9D11. Grayscale: #979797. Windows color (decimal): -2006290 or 15622881. OLE color: 15622881.
HSL color Cylindrical-coordinate representation of color #E162EE: hue angle of 294.43º degrees, saturation: 0.8, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E162EE is Cyan = 0.05, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 225 | 98 | 238 | - |
| CMYK | 0.05 | 0.59 | 0 | 0.07 |
| HSL | 294.43º | 0.8% | 0.66% | - |
| HSV(B) | 294.43º | 0.59% | 0.93% | - |
| XYZ | 50.85 | 30.92 | 84.18 | - |
| YUV | 151.93 | 176.58 | 180.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 98 | 238 | 0.05 | 0.59 | 0 | 0.07 | 294.43 | 0.8 | 0.66 |
| Hex | E1 | 62 | EE | 5 | 3B | 0 | 7 | 126 | 50 | 42 |
| Octal | 341 | 142 | 356 | 5 | 73 | 0 | 7 | 446 | 120 | 102 |
| Binary | 11100001 | 1100010 | 11101110 | 101 | 111011 | 0 | 111 | 100100110 | 1010000 | 1000010 |
Color Harmonies of #E162EE
Complementary color
Monochromatic Colors of #E162EE
Black with #E162EE
Text Example
Text Example
White with #E162EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E162EE; }
p { color: rgb(225,98,238); }
H1.HeaderClassName
{
color: #E162EE;
}
.AnyTagClassName
{
color: #E162EE;
}
</style>
background-color css
<style>
a { background-color: #E162EE; }
a { background-color: rgb(225,98,238); }
div.DivClassName
{
background-color: #E162EE;
}
.BgClassName
{
background-color: #E162EE;
}
</style>
border-color css
<style>
span { border-color: #E162EE; }
span { border-color: rgb(225,98,238); }
td.TdClassName
{
border-color: #E162EE;
}
.TagClassName
{
border-color: #E162EE;
}
</style>