Shades of Heliotrope #E161FE
Tints of Heliotrope #E161FE
RGB
CMYK
RGB Variations
Color information
#E161FE (or 0xE161FE) is known color: Heliotrope. HEX triplet: E1, 61 and FE. RGB value is (225,97,254). Sum of RGB (Red+Green+Blue) = 225+97+254=576 (76% of max value = 765). Red value is 225 (88.28% from 255 or 39.06% from 576); Green value is 97 (38.28% from 255 or 16.84% from 576); Blue value is 254 (99.61% from 255 or 44.10% from 576); Max value from RGB is 254 - color contains mainly: blue. Hex color #E161FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E161FE is #1E9E01. Grayscale: #989898. Windows color (decimal): -2006530 or 16671201. OLE color: 16671201.
HSL color Cylindrical-coordinate representation of color #E161FE: hue angle of 288.92º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E161FE is Cyan = 0.11, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 225 | 97 | 254 | - |
| CMYK | 0.11 | 0.62 | 0 | 0.00 |
| HSL | 288.92º | 0.99% | 0.69% | - |
| HSV(B) | 288.92º | 0.62% | 1% | - |
| XYZ | 53.22 | 31.71 | 97.08 | - |
| YUV | 153.17 | 184.91 | 179.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 97 | 254 | 0.11 | 0.62 | 0 | 0.00 | 288.92 | 0.99 | 0.69 |
| Hex | E1 | 61 | FE | B | 3E | 0 | 0 | 121 | 63 | 45 |
| Octal | 341 | 141 | 376 | 13 | 76 | 0 | 0 | 441 | 143 | 105 |
| Binary | 11100001 | 1100001 | 11111110 | 1011 | 111110 | 0 | 0 | 100100001 | 1100011 | 1000101 |
Color Harmonies of #E161FE
Complementary color
Monochromatic Colors of #E161FE
Black with #E161FE
Text Example
Text Example
White with #E161FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E161FE; }
p { color: rgb(225,97,254); }
H1.HeaderClassName
{
color: #E161FE;
}
.AnyTagClassName
{
color: #E161FE;
}
</style>
background-color css
<style>
a { background-color: #E161FE; }
a { background-color: rgb(225,97,254); }
div.DivClassName
{
background-color: #E161FE;
}
.BgClassName
{
background-color: #E161FE;
}
</style>
border-color css
<style>
span { border-color: #E161FE; }
span { border-color: rgb(225,97,254); }
td.TdClassName
{
border-color: #E161FE;
}
.TagClassName
{
border-color: #E161FE;
}
</style>