Shades of Heliotrope #E663F0
Tints of Heliotrope #E663F0
RGB
CMYK
RGB Variations
Color information
#E663F0 (or 0xE663F0) is known color: Heliotrope. HEX triplet: E6, 63 and F0. RGB value is (230,99,240). Sum of RGB (Red+Green+Blue) = 230+99+240=569 (75% of max value = 765). Red value is 230 (90.23% from 255 or 40.42% from 569); Green value is 99 (39.06% from 255 or 17.40% from 569); Blue value is 240 (94.14% from 255 or 42.18% from 569); Max value from RGB is 240 - color contains mainly: blue. Hex color #E663F0 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E663F0 is #199C0F. Grayscale: #999999. Windows color (decimal): -1678352 or 15754214. OLE color: 15754214.
HSL color Cylindrical-coordinate representation of color #E663F0: hue angle of 295.74º degrees, saturation: 0.82, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E663F0 is Cyan = 0.04, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 230 | 99 | 240 | - |
| CMYK | 0.04 | 0.59 | 0 | 0.06 |
| HSL | 295.74º | 0.82% | 0.66% | - |
| HSV(B) | 295.74º | 0.59% | 0.94% | - |
| XYZ | 52.82 | 32.04 | 85.84 | - |
| YUV | 154.24 | 176.4 | 182.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 99 | 240 | 0.04 | 0.59 | 0 | 0.06 | 295.74 | 0.82 | 0.66 |
| Hex | E6 | 63 | F0 | 4 | 3B | 0 | 6 | 128 | 52 | 42 |
| Octal | 346 | 143 | 360 | 4 | 73 | 0 | 6 | 450 | 122 | 102 |
| Binary | 11100110 | 1100011 | 11110000 | 100 | 111011 | 0 | 110 | 100101000 | 1010010 | 1000010 |
Color Harmonies of #E663F0
Complementary color
Monochromatic Colors of #E663F0
Black with #E663F0
Text Example
Text Example
White with #E663F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E663F0; }
p { color: rgb(230,99,240); }
H1.HeaderClassName
{
color: #E663F0;
}
.AnyTagClassName
{
color: #E663F0;
}
</style>
background-color css
<style>
a { background-color: #E663F0; }
a { background-color: rgb(230,99,240); }
div.DivClassName
{
background-color: #E663F0;
}
.BgClassName
{
background-color: #E663F0;
}
</style>
border-color css
<style>
span { border-color: #E663F0; }
span { border-color: rgb(230,99,240); }
td.TdClassName
{
border-color: #E663F0;
}
.TagClassName
{
border-color: #E663F0;
}
</style>