Shades of Heliotrope #E66EF1
Tints of Heliotrope #E66EF1
RGB
CMYK
RGB Variations
Color information
#E66EF1 (or 0xE66EF1) is known color: Heliotrope. HEX triplet: E6, 6E and F1. RGB value is (230,110,241). Sum of RGB (Red+Green+Blue) = 230+110+241=581 (76% of max value = 765). Red value is 230 (90.23% from 255 or 39.59% from 581); Green value is 110 (43.36% from 255 or 18.93% from 581); Blue value is 241 (94.53% from 255 or 41.48% from 581); Max value from RGB is 241 - color contains mainly: blue. Hex color #E66EF1 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E66EF1 is #19910E. Grayscale: #A0A0A0. Windows color (decimal): -1675535 or 15822566. OLE color: 15822566.
HSL color Cylindrical-coordinate representation of color #E66EF1: hue angle of 294.96º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E66EF1 is Cyan = 0.05, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 230 | 110 | 241 | - |
| CMYK | 0.05 | 0.54 | 0 | 0.05 |
| HSL | 294.96º | 0.82% | 0.69% | - |
| HSV(B) | 294.96º | 0.54% | 0.95% | - |
| XYZ | 54.09 | 34.33 | 86.99 | - |
| YUV | 160.81 | 173.26 | 177.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 110 | 241 | 0.05 | 0.54 | 0 | 0.05 | 294.96 | 0.82 | 0.69 |
| Hex | E6 | 6E | F1 | 5 | 36 | 0 | 5 | 127 | 52 | 45 |
| Octal | 346 | 156 | 361 | 5 | 66 | 0 | 5 | 447 | 122 | 105 |
| Binary | 11100110 | 1101110 | 11110001 | 101 | 110110 | 0 | 101 | 100100111 | 1010010 | 1000101 |
Color Harmonies of #E66EF1
Complementary color
Monochromatic Colors of #E66EF1
Black with #E66EF1
Text Example
Text Example
White with #E66EF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E66EF1; }
p { color: rgb(230,110,241); }
H1.HeaderClassName
{
color: #E66EF1;
}
.AnyTagClassName
{
color: #E66EF1;
}
</style>
background-color css
<style>
a { background-color: #E66EF1; }
a { background-color: rgb(230,110,241); }
div.DivClassName
{
background-color: #E66EF1;
}
.BgClassName
{
background-color: #E66EF1;
}
</style>
border-color css
<style>
span { border-color: #E66EF1; }
span { border-color: rgb(230,110,241); }
td.TdClassName
{
border-color: #E66EF1;
}
.TagClassName
{
border-color: #E66EF1;
}
</style>