Shades of Heliotrope #E161FF
Tints of Heliotrope #E161FF
RGB
CMYK
RGB Variations
Color information
#E161FF (or 0xE161FF) is known color: Heliotrope. HEX triplet: E1, 61 and FF. RGB value is (225,97,255). Sum of RGB (Red+Green+Blue) = 225+97+255=577 (76% of max value = 765). Red value is 225 (88.28% from 255 or 38.99% from 577); Green value is 97 (38.28% from 255 or 16.81% from 577); Blue value is 255 (100% from 255 or 44.19% from 577); Max value from RGB is 255 - color contains mainly: blue. Hex color #E161FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E161FF is #1E9E00. Grayscale: #989898. Windows color (decimal): -2006529 or 16736737. OLE color: 16736737.
HSL color Cylindrical-coordinate representation of color #E161FF: hue angle of 288.61º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E161FF is Cyan = 0.12, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 225 | 97 | 255 | - |
| CMYK | 0.12 | 0.62 | 0 | 0 |
| HSL | 288.61º | 1% | 0.69% | - |
| HSV(B) | 288.61º | 0.62% | 1% | - |
| XYZ | 53.38 | 31.78 | 97.93 | - |
| YUV | 153.28 | 185.41 | 179.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 97 | 255 | 0.12 | 0.62 | 0 | 0 | 288.61 | 1 | 0.69 |
| Hex | E1 | 61 | FF | C | 3E | 0 | 0 | 121 | 64 | 45 |
| Octal | 341 | 141 | 377 | 14 | 76 | 0 | 0 | 441 | 144 | 105 |
| Binary | 11100001 | 1100001 | 11111111 | 1100 | 111110 | 0 | 0 | 100100001 | 1100100 | 1000101 |
Color Harmonies of #E161FF
Complementary color
Monochromatic Colors of #E161FF
Black with #E161FF
Text Example
Text Example
White with #E161FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E161FF; }
p { color: rgb(225,97,255); }
H1.HeaderClassName
{
color: #E161FF;
}
.AnyTagClassName
{
color: #E161FF;
}
</style>
background-color css
<style>
a { background-color: #E161FF; }
a { background-color: rgb(225,97,255); }
div.DivClassName
{
background-color: #E161FF;
}
.BgClassName
{
background-color: #E161FF;
}
</style>
border-color css
<style>
span { border-color: #E161FF; }
span { border-color: rgb(225,97,255); }
td.TdClassName
{
border-color: #E161FF;
}
.TagClassName
{
border-color: #E161FF;
}
</style>