Shades of Heliotrope #E664FA
Tints of Heliotrope #E664FA
RGB
CMYK
RGB Variations
Color information
#E664FA (or 0xE664FA) is known color: Heliotrope. HEX triplet: E6, 64 and FA. RGB value is (230,100,250). Sum of RGB (Red+Green+Blue) = 230+100+250=580 (76% of max value = 765). Red value is 230 (90.23% from 255 or 39.66% from 580); Green value is 100 (39.45% from 255 or 17.24% from 580); Blue value is 250 (98.05% from 255 or 43.10% from 580); Max value from RGB is 250 - color contains mainly: blue. Hex color #E664FA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E664FA is #199B05. Grayscale: #9B9B9B. Windows color (decimal): -1678086 or 16409830. OLE color: 16409830.
HSL color Cylindrical-coordinate representation of color #E664FA: hue angle of 292º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E664FA is Cyan = 0.08, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 230 | 100 | 250 | - |
| CMYK | 0.08 | 0.6 | 0 | 0.02 |
| HSL | 292º | 0.94% | 0.69% | - |
| HSV(B) | 292º | 0.6% | 0.98% | - |
| XYZ | 54.45 | 32.84 | 93.91 | - |
| YUV | 155.97 | 181.07 | 180.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 100 | 250 | 0.08 | 0.6 | 0 | 0.02 | 292 | 0.94 | 0.69 |
| Hex | E6 | 64 | FA | 8 | 3C | 0 | 2 | 124 | 5E | 45 |
| Octal | 346 | 144 | 372 | 10 | 74 | 0 | 2 | 444 | 136 | 105 |
| Binary | 11100110 | 1100100 | 11111010 | 1000 | 111100 | 0 | 10 | 100100100 | 1011110 | 1000101 |
Color Harmonies of #E664FA
Complementary color
Monochromatic Colors of #E664FA
Black with #E664FA
Text Example
Text Example
White with #E664FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E664FA; }
p { color: rgb(230,100,250); }
H1.HeaderClassName
{
color: #E664FA;
}
.AnyTagClassName
{
color: #E664FA;
}
</style>
background-color css
<style>
a { background-color: #E664FA; }
a { background-color: rgb(230,100,250); }
div.DivClassName
{
background-color: #E664FA;
}
.BgClassName
{
background-color: #E664FA;
}
</style>
border-color css
<style>
span { border-color: #E664FA; }
span { border-color: rgb(230,100,250); }
td.TdClassName
{
border-color: #E664FA;
}
.TagClassName
{
border-color: #E664FA;
}
</style>