Shades of Heliotrope #E166ED
Tints of Heliotrope #E166ED
RGB
CMYK
RGB Variations
Color information
#E166ED (or 0xE166ED) is known color: Heliotrope. HEX triplet: E1, 66 and ED. RGB value is (225,102,237). Sum of RGB (Red+Green+Blue) = 225+102+237=564 (74% of max value = 765). Red value is 225 (88.28% from 255 or 39.89% from 564); Green value is 102 (40.23% from 255 or 18.09% from 564); Blue value is 237 (92.97% from 255 or 42.02% from 564); Max value from RGB is 237 - color contains mainly: blue. Hex color #E166ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E166ED is #1E9912. Grayscale: #999999. Windows color (decimal): -2005267 or 15558369. OLE color: 15558369.
HSL color Cylindrical-coordinate representation of color #E166ED: hue angle of 294.67º degrees, saturation: 0.79, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E166ED is Cyan = 0.05, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 225 | 102 | 237 | - |
| CMYK | 0.05 | 0.57 | 0 | 0.07 |
| HSL | 294.67º | 0.79% | 0.66% | - |
| HSV(B) | 294.67º | 0.57% | 0.93% | - |
| XYZ | 51.09 | 31.62 | 83.53 | - |
| YUV | 154.17 | 174.75 | 178.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 102 | 237 | 0.05 | 0.57 | 0 | 0.07 | 294.67 | 0.79 | 0.66 |
| Hex | E1 | 66 | ED | 5 | 39 | 0 | 7 | 127 | 4F | 42 |
| Octal | 341 | 146 | 355 | 5 | 71 | 0 | 7 | 447 | 117 | 102 |
| Binary | 11100001 | 1100110 | 11101101 | 101 | 111001 | 0 | 111 | 100100111 | 1001111 | 1000010 |
Color Harmonies of #E166ED
Complementary color
Monochromatic Colors of #E166ED
Black with #E166ED
Text Example
Text Example
White with #E166ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E166ED; }
p { color: rgb(225,102,237); }
H1.HeaderClassName
{
color: #E166ED;
}
.AnyTagClassName
{
color: #E166ED;
}
</style>
background-color css
<style>
a { background-color: #E166ED; }
a { background-color: rgb(225,102,237); }
div.DivClassName
{
background-color: #E166ED;
}
.BgClassName
{
background-color: #E166ED;
}
</style>
border-color css
<style>
span { border-color: #E166ED; }
span { border-color: rgb(225,102,237); }
td.TdClassName
{
border-color: #E166ED;
}
.TagClassName
{
border-color: #E166ED;
}
</style>