Shades of Heliotrope #E66FF0
Tints of Heliotrope #E66FF0
RGB
CMYK
RGB Variations
Color information
#E66FF0 (or 0xE66FF0) is known color: Heliotrope. HEX triplet: E6, 6F and F0. RGB value is (230,111,240). Sum of RGB (Red+Green+Blue) = 230+111+240=581 (76% of max value = 765). Red value is 230 (90.23% from 255 or 39.59% from 581); Green value is 111 (43.75% from 255 or 19.10% from 581); Blue value is 240 (94.14% from 255 or 41.31% from 581); Max value from RGB is 240 - color contains mainly: blue. Hex color #E66FF0 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E66FF0 is #19900F. Grayscale: #A0A0A0. Windows color (decimal): -1675280 or 15757286. OLE color: 15757286.
HSL color Cylindrical-coordinate representation of color #E66FF0: hue angle of 295.35º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E66FF0 is Cyan = 0.04, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 230 | 111 | 240 | - |
| CMYK | 0.04 | 0.54 | 0 | 0.06 |
| HSL | 295.35º | 0.81% | 0.69% | - |
| HSV(B) | 295.35º | 0.54% | 0.94% | - |
| XYZ | 54.05 | 34.48 | 86.25 | - |
| YUV | 161.29 | 172.42 | 177.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 111 | 240 | 0.04 | 0.54 | 0 | 0.06 | 295.35 | 0.81 | 0.69 |
| Hex | E6 | 6F | F0 | 4 | 36 | 0 | 6 | 127 | 51 | 45 |
| Octal | 346 | 157 | 360 | 4 | 66 | 0 | 6 | 447 | 121 | 105 |
| Binary | 11100110 | 1101111 | 11110000 | 100 | 110110 | 0 | 110 | 100100111 | 1010001 | 1000101 |
Color Harmonies of #E66FF0
Complementary color
Monochromatic Colors of #E66FF0
Black with #E66FF0
Text Example
Text Example
White with #E66FF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E66FF0; }
p { color: rgb(230,111,240); }
H1.HeaderClassName
{
color: #E66FF0;
}
.AnyTagClassName
{
color: #E66FF0;
}
</style>
background-color css
<style>
a { background-color: #E66FF0; }
a { background-color: rgb(230,111,240); }
div.DivClassName
{
background-color: #E66FF0;
}
.BgClassName
{
background-color: #E66FF0;
}
</style>
border-color css
<style>
span { border-color: #E66FF0; }
span { border-color: rgb(230,111,240); }
td.TdClassName
{
border-color: #E66FF0;
}
.TagClassName
{
border-color: #E66FF0;
}
</style>