Shades of Heliotrope #E66DF0
Tints of Heliotrope #E66DF0
RGB
CMYK
RGB Variations
Color information
#E66DF0 (or 0xE66DF0) is known color: Heliotrope. HEX triplet: E6, 6D and F0. RGB value is (230,109,240). Sum of RGB (Red+Green+Blue) = 230+109+240=579 (76% of max value = 765). Red value is 230 (90.23% from 255 or 39.72% from 579); Green value is 109 (42.97% from 255 or 18.83% from 579); Blue value is 240 (94.14% from 255 or 41.45% from 579); Max value from RGB is 240 - color contains mainly: blue. Hex color #E66DF0 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E66DF0 is #19920F. Grayscale: #9F9F9F. Windows color (decimal): -1675792 or 15756774. OLE color: 15756774.
HSL color Cylindrical-coordinate representation of color #E66DF0: hue angle of 295.42º degrees, saturation: 0.81, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E66DF0 is Cyan = 0.04, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 230 | 109 | 240 | - |
| CMYK | 0.04 | 0.55 | 0 | 0.06 |
| HSL | 295.42º | 0.81% | 0.68% | - |
| HSV(B) | 295.42º | 0.55% | 0.94% | - |
| XYZ | 53.83 | 34.05 | 86.17 | - |
| YUV | 160.11 | 173.09 | 177.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 109 | 240 | 0.04 | 0.55 | 0 | 0.06 | 295.42 | 0.81 | 0.68 |
| Hex | E6 | 6D | F0 | 4 | 37 | 0 | 6 | 127 | 51 | 44 |
| Octal | 346 | 155 | 360 | 4 | 67 | 0 | 6 | 447 | 121 | 104 |
| Binary | 11100110 | 1101101 | 11110000 | 100 | 110111 | 0 | 110 | 100100111 | 1010001 | 1000100 |
Color Harmonies of #E66DF0
Complementary color
Monochromatic Colors of #E66DF0
Black with #E66DF0
Text Example
Text Example
White with #E66DF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E66DF0; }
p { color: rgb(230,109,240); }
H1.HeaderClassName
{
color: #E66DF0;
}
.AnyTagClassName
{
color: #E66DF0;
}
</style>
background-color css
<style>
a { background-color: #E66DF0; }
a { background-color: rgb(230,109,240); }
div.DivClassName
{
background-color: #E66DF0;
}
.BgClassName
{
background-color: #E66DF0;
}
</style>
border-color css
<style>
span { border-color: #E66DF0; }
span { border-color: rgb(230,109,240); }
td.TdClassName
{
border-color: #E66DF0;
}
.TagClassName
{
border-color: #E66DF0;
}
</style>