Shades of Heliotrope #E166FF
Tints of Heliotrope #E166FF
RGB
CMYK
RGB Variations
Color information
#E166FF (or 0xE166FF) is known color: Heliotrope. HEX triplet: E1, 66 and FF. RGB value is (225,102,255). Sum of RGB (Red+Green+Blue) = 225+102+255=582 (77% of max value = 765). Red value is 225 (88.28% from 255 or 38.66% from 582); Green value is 102 (40.23% from 255 or 17.53% from 582); Blue value is 255 (100% from 255 or 43.81% from 582); Max value from RGB is 255 - color contains mainly: blue. Hex color #E166FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E166FF is #1E9900. Grayscale: #9B9B9B. Windows color (decimal): -2005249 or 16738017. OLE color: 16738017.
HSL color Cylindrical-coordinate representation of color #E166FF: hue angle of 288.24º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E166FF is Cyan = 0.12, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 225 | 102 | 255 | - |
| CMYK | 0.12 | 0.6 | 0 | 0 |
| HSL | 288.24º | 1% | 0.7% | - |
| HSV(B) | 288.24º | 0.6% | 1% | - |
| XYZ | 53.85 | 32.73 | 98.09 | - |
| YUV | 156.22 | 183.75 | 177.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 102 | 255 | 0.12 | 0.6 | 0 | 0 | 288.24 | 1 | 0.7 |
| Hex | E1 | 66 | FF | C | 3C | 0 | 0 | 120 | 64 | 46 |
| Octal | 341 | 146 | 377 | 14 | 74 | 0 | 0 | 440 | 144 | 106 |
| Binary | 11100001 | 1100110 | 11111111 | 1100 | 111100 | 0 | 0 | 100100000 | 1100100 | 1000110 |
Color Harmonies of #E166FF
Complementary color
Monochromatic Colors of #E166FF
Black with #E166FF
Text Example
Text Example
White with #E166FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E166FF; }
p { color: rgb(225,102,255); }
H1.HeaderClassName
{
color: #E166FF;
}
.AnyTagClassName
{
color: #E166FF;
}
</style>
background-color css
<style>
a { background-color: #E166FF; }
a { background-color: rgb(225,102,255); }
div.DivClassName
{
background-color: #E166FF;
}
.BgClassName
{
background-color: #E166FF;
}
</style>
border-color css
<style>
span { border-color: #E166FF; }
span { border-color: rgb(225,102,255); }
td.TdClassName
{
border-color: #E166FF;
}
.TagClassName
{
border-color: #E166FF;
}
</style>