Shades of Heliotrope #E166F2
Tints of Heliotrope #E166F2
RGB
CMYK
RGB Variations
Color information
#E166F2 (or 0xE166F2) is known color: Heliotrope. HEX triplet: E1, 66 and F2. RGB value is (225,102,242). Sum of RGB (Red+Green+Blue) = 225+102+242=569 (75% of max value = 765). Red value is 225 (88.28% from 255 or 39.54% from 569); Green value is 102 (40.23% from 255 or 17.93% from 569); Blue value is 242 (94.92% from 255 or 42.53% from 569); Max value from RGB is 242 - color contains mainly: blue. Hex color #E166F2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E166F2 is #1E990D. Grayscale: #9A9A9A. Windows color (decimal): -2005262 or 15886049. OLE color: 15886049.
HSL color Cylindrical-coordinate representation of color #E166F2: hue angle of 292.71º degrees, saturation: 0.84, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E166F2 is Cyan = 0.07, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 225 | 102 | 242 | - |
| CMYK | 0.07 | 0.58 | 0 | 0.05 |
| HSL | 292.71º | 0.84% | 0.67% | - |
| HSV(B) | 292.71º | 0.58% | 0.95% | - |
| XYZ | 51.83 | 31.92 | 87.43 | - |
| YUV | 154.74 | 177.25 | 178.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 102 | 242 | 0.07 | 0.58 | 0 | 0.05 | 292.71 | 0.84 | 0.67 |
| Hex | E1 | 66 | F2 | 7 | 3A | 0 | 5 | 125 | 54 | 43 |
| Octal | 341 | 146 | 362 | 7 | 72 | 0 | 5 | 445 | 124 | 103 |
| Binary | 11100001 | 1100110 | 11110010 | 111 | 111010 | 0 | 101 | 100100101 | 1010100 | 1000011 |
Color Harmonies of #E166F2
Complementary color
Monochromatic Colors of #E166F2
Black with #E166F2
Text Example
Text Example
White with #E166F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E166F2; }
p { color: rgb(225,102,242); }
H1.HeaderClassName
{
color: #E166F2;
}
.AnyTagClassName
{
color: #E166F2;
}
</style>
background-color css
<style>
a { background-color: #E166F2; }
a { background-color: rgb(225,102,242); }
div.DivClassName
{
background-color: #E166F2;
}
.BgClassName
{
background-color: #E166F2;
}
</style>
border-color css
<style>
span { border-color: #E166F2; }
span { border-color: rgb(225,102,242); }
td.TdClassName
{
border-color: #E166F2;
}
.TagClassName
{
border-color: #E166F2;
}
</style>