Shades of Heliotrope #E66DFF
Tints of Heliotrope #E66DFF
RGB
CMYK
RGB Variations
Color information
#E66DFF (or 0xE66DFF) is known color: Heliotrope. HEX triplet: E6, 6D and FF. RGB value is (230,109,255). Sum of RGB (Red+Green+Blue) = 230+109+255=594 (78% of max value = 765). Red value is 230 (90.23% from 255 or 38.72% from 594); Green value is 109 (42.97% from 255 or 18.35% from 594); Blue value is 255 (100% from 255 or 42.93% from 594); Max value from RGB is 255 - color contains mainly: blue. Hex color #E66DFF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E66DFF is #199200. Grayscale: #A1A1A1. Windows color (decimal): -1675777 or 16739814. OLE color: 16739814.
HSL color Cylindrical-coordinate representation of color #E66DFF: hue angle of 289.73º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E66DFF is Cyan = 0.10, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 230 | 109 | 255 | - |
| CMYK | 0.10 | 0.57 | 0 | 0 |
| HSL | 289.73º | 1% | 0.71% | - |
| HSV(B) | 289.73º | 0.57% | 1% | - |
| XYZ | 56.15 | 34.98 | 98.4 | - |
| YUV | 161.82 | 180.59 | 176.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 109 | 255 | 0.10 | 0.57 | 0 | 0 | 289.73 | 1 | 0.71 |
| Hex | E6 | 6D | FF | A | 39 | 0 | 0 | 122 | 64 | 47 |
| Octal | 346 | 155 | 377 | 12 | 71 | 0 | 0 | 442 | 144 | 107 |
| Binary | 11100110 | 1101101 | 11111111 | 1010 | 111001 | 0 | 0 | 100100010 | 1100100 | 1000111 |
Color Harmonies of #E66DFF
Complementary color
Monochromatic Colors of #E66DFF
Black with #E66DFF
Text Example
Text Example
White with #E66DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E66DFF; }
p { color: rgb(230,109,255); }
H1.HeaderClassName
{
color: #E66DFF;
}
.AnyTagClassName
{
color: #E66DFF;
}
</style>
background-color css
<style>
a { background-color: #E66DFF; }
a { background-color: rgb(230,109,255); }
div.DivClassName
{
background-color: #E66DFF;
}
.BgClassName
{
background-color: #E66DFF;
}
</style>
border-color css
<style>
span { border-color: #E66DFF; }
span { border-color: rgb(230,109,255); }
td.TdClassName
{
border-color: #E66DFF;
}
.TagClassName
{
border-color: #E66DFF;
}
</style>