Shades of Heliotrope #E16FFF
Tints of Heliotrope #E16FFF
RGB
CMYK
RGB Variations
Color information
#E16FFF (or 0xE16FFF) is known color: Heliotrope. HEX triplet: E1, 6F and FF. RGB value is (225,111,255). Sum of RGB (Red+Green+Blue) = 225+111+255=591 (78% of max value = 765). Red value is 225 (88.28% from 255 or 38.07% from 591); Green value is 111 (43.75% from 255 or 18.78% from 591); Blue value is 255 (100% from 255 or 43.15% from 591); Max value from RGB is 255 - color contains mainly: blue. Hex color #E16FFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E16FFF is #1E9000. Grayscale: #A1A1A1. Windows color (decimal): -2002945 or 16740321. OLE color: 16740321.
HSL color Cylindrical-coordinate representation of color #E16FFF: hue angle of 287.5º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E16FFF is Cyan = 0.12, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 225 | 111 | 255 | - |
| CMYK | 0.12 | 0.56 | 0 | 0 |
| HSL | 287.5º | 1% | 0.72% | - |
| HSV(B) | 287.5º | 0.56% | 1% | - |
| XYZ | 54.79 | 34.6 | 98.4 | - |
| YUV | 161.5 | 180.77 | 173.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 111 | 255 | 0.12 | 0.56 | 0 | 0 | 287.5 | 1 | 0.72 |
| Hex | E1 | 6F | FF | C | 38 | 0 | 0 | 120 | 64 | 48 |
| Octal | 341 | 157 | 377 | 14 | 70 | 0 | 0 | 440 | 144 | 110 |
| Binary | 11100001 | 1101111 | 11111111 | 1100 | 111000 | 0 | 0 | 100100000 | 1100100 | 1001000 |
Color Harmonies of #E16FFF
Complementary color
Monochromatic Colors of #E16FFF
Black with #E16FFF
Text Example
Text Example
White with #E16FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E16FFF; }
p { color: rgb(225,111,255); }
H1.HeaderClassName
{
color: #E16FFF;
}
.AnyTagClassName
{
color: #E16FFF;
}
</style>
background-color css
<style>
a { background-color: #E16FFF; }
a { background-color: rgb(225,111,255); }
div.DivClassName
{
background-color: #E16FFF;
}
.BgClassName
{
background-color: #E16FFF;
}
</style>
border-color css
<style>
span { border-color: #E16FFF; }
span { border-color: rgb(225,111,255); }
td.TdClassName
{
border-color: #E16FFF;
}
.TagClassName
{
border-color: #E16FFF;
}
</style>