Shades of Heliotrope #E66EFE
Tints of Heliotrope #E66EFE
RGB
CMYK
RGB Variations
Color information
#E66EFE (or 0xE66EFE) is known color: Heliotrope. HEX triplet: E6, 6E and FE. RGB value is (230,110,254). Sum of RGB (Red+Green+Blue) = 230+110+254=594 (78% of max value = 765). Red value is 230 (90.23% from 255 or 38.72% from 594); Green value is 110 (43.36% from 255 or 18.52% from 594); Blue value is 254 (99.61% from 255 or 42.76% from 594); Max value from RGB is 254 - color contains mainly: blue. Hex color #E66EFE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E66EFE is #199101. Grayscale: #A1A1A1. Windows color (decimal): -1675522 or 16674534. OLE color: 16674534.
HSL color Cylindrical-coordinate representation of color #E66EFE: hue angle of 290º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E66EFE is Cyan = 0.09, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 230 | 110 | 254 | - |
| CMYK | 0.09 | 0.57 | 0 | 0.00 |
| HSL | 290º | 0.99% | 0.71% | - |
| HSV(B) | 290º | 0.57% | 1% | - |
| XYZ | 56.1 | 35.13 | 97.59 | - |
| YUV | 162.3 | 179.76 | 176.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 110 | 254 | 0.09 | 0.57 | 0 | 0.00 | 290 | 0.99 | 0.71 |
| Hex | E6 | 6E | FE | 9 | 39 | 0 | 0 | 122 | 63 | 47 |
| Octal | 346 | 156 | 376 | 11 | 71 | 0 | 0 | 442 | 143 | 107 |
| Binary | 11100110 | 1101110 | 11111110 | 1001 | 111001 | 0 | 0 | 100100010 | 1100011 | 1000111 |
Color Harmonies of #E66EFE
Complementary color
Monochromatic Colors of #E66EFE
Black with #E66EFE
Text Example
Text Example
White with #E66EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E66EFE; }
p { color: rgb(230,110,254); }
H1.HeaderClassName
{
color: #E66EFE;
}
.AnyTagClassName
{
color: #E66EFE;
}
</style>
background-color css
<style>
a { background-color: #E66EFE; }
a { background-color: rgb(230,110,254); }
div.DivClassName
{
background-color: #E66EFE;
}
.BgClassName
{
background-color: #E66EFE;
}
</style>
border-color css
<style>
span { border-color: #E66EFE; }
span { border-color: rgb(230,110,254); }
td.TdClassName
{
border-color: #E66EFE;
}
.TagClassName
{
border-color: #E66EFE;
}
</style>