Shades of Heliotrope #E166F8
Tints of Heliotrope #E166F8
RGB
CMYK
RGB Variations
Color information
#E166F8 (or 0xE166F8) is known color: Heliotrope. HEX triplet: E1, 66 and F8. RGB value is (225,102,248). Sum of RGB (Red+Green+Blue) = 225+102+248=575 (76% of max value = 765). Red value is 225 (88.28% from 255 or 39.13% from 575); Green value is 102 (40.23% from 255 or 17.74% from 575); Blue value is 248 (97.27% from 255 or 43.13% from 575); Max value from RGB is 248 - color contains mainly: blue. Hex color #E166F8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E166F8 is #1E9907. Grayscale: #9A9A9A. Windows color (decimal): -2005256 or 16279265. OLE color: 16279265.
HSL color Cylindrical-coordinate representation of color #E166F8: hue angle of 290.55º degrees, saturation: 0.91, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E166F8 is Cyan = 0.09, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 225 | 102 | 248 | - |
| CMYK | 0.09 | 0.59 | 0 | 0.03 |
| HSL | 290.55º | 0.91% | 0.69% | - |
| HSV(B) | 290.55º | 0.59% | 0.97% | - |
| XYZ | 52.75 | 32.29 | 92.26 | - |
| YUV | 155.42 | 180.25 | 177.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 102 | 248 | 0.09 | 0.59 | 0 | 0.03 | 290.55 | 0.91 | 0.69 |
| Hex | E1 | 66 | F8 | 9 | 3B | 0 | 3 | 123 | 5B | 45 |
| Octal | 341 | 146 | 370 | 11 | 73 | 0 | 3 | 443 | 133 | 105 |
| Binary | 11100001 | 1100110 | 11111000 | 1001 | 111011 | 0 | 11 | 100100011 | 1011011 | 1000101 |
Color Harmonies of #E166F8
Complementary color
Monochromatic Colors of #E166F8
Black with #E166F8
Text Example
Text Example
White with #E166F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E166F8; }
p { color: rgb(225,102,248); }
H1.HeaderClassName
{
color: #E166F8;
}
.AnyTagClassName
{
color: #E166F8;
}
</style>
background-color css
<style>
a { background-color: #E166F8; }
a { background-color: rgb(225,102,248); }
div.DivClassName
{
background-color: #E166F8;
}
.BgClassName
{
background-color: #E166F8;
}
</style>
border-color css
<style>
span { border-color: #E166F8; }
span { border-color: rgb(225,102,248); }
td.TdClassName
{
border-color: #E166F8;
}
.TagClassName
{
border-color: #E166F8;
}
</style>