Shades of Heliotrope #E66CF0
Tints of Heliotrope #E66CF0
RGB
CMYK
RGB Variations
Color information
#E66CF0 (or 0xE66CF0) is known color: Heliotrope. HEX triplet: E6, 6C and F0. RGB value is (230,108,240). Sum of RGB (Red+Green+Blue) = 230+108+240=578 (76% of max value = 765). Red value is 230 (90.23% from 255 or 39.79% from 578); Green value is 108 (42.58% from 255 or 18.69% from 578); Blue value is 240 (94.14% from 255 or 41.52% from 578); Max value from RGB is 240 - color contains mainly: blue. Hex color #E66CF0 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E66CF0 is #19930F. Grayscale: #9F9F9F. Windows color (decimal): -1676048 or 15756518. OLE color: 15756518.
HSL color Cylindrical-coordinate representation of color #E66CF0: hue angle of 295.45º 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 #E66CF0 is Cyan = 0.04, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 230 | 108 | 240 | - |
| CMYK | 0.04 | 0.55 | 0 | 0.06 |
| HSL | 295.45º | 0.81% | 0.68% | - |
| HSV(B) | 295.45º | 0.55% | 0.94% | - |
| XYZ | 53.72 | 33.84 | 86.14 | - |
| YUV | 159.53 | 173.42 | 178.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 108 | 240 | 0.04 | 0.55 | 0 | 0.06 | 295.45 | 0.81 | 0.68 |
| Hex | E6 | 6C | F0 | 4 | 37 | 0 | 6 | 127 | 51 | 44 |
| Octal | 346 | 154 | 360 | 4 | 67 | 0 | 6 | 447 | 121 | 104 |
| Binary | 11100110 | 1101100 | 11110000 | 100 | 110111 | 0 | 110 | 100100111 | 1010001 | 1000100 |
Color Harmonies of #E66CF0
Complementary color
Monochromatic Colors of #E66CF0
Black with #E66CF0
Text Example
Text Example
White with #E66CF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E66CF0; }
p { color: rgb(230,108,240); }
H1.HeaderClassName
{
color: #E66CF0;
}
.AnyTagClassName
{
color: #E66CF0;
}
</style>
background-color css
<style>
a { background-color: #E66CF0; }
a { background-color: rgb(230,108,240); }
div.DivClassName
{
background-color: #E66CF0;
}
.BgClassName
{
background-color: #E66CF0;
}
</style>
border-color css
<style>
span { border-color: #E66CF0; }
span { border-color: rgb(230,108,240); }
td.TdClassName
{
border-color: #E66CF0;
}
.TagClassName
{
border-color: #E66CF0;
}
</style>