Shades of Heliotrope #E861FA
Tints of Heliotrope #E861FA
RGB
CMYK
RGB Variations
Color information
#E861FA (or 0xE861FA) is known color: Heliotrope. HEX triplet: E8, 61 and FA. RGB value is (232,97,250). Sum of RGB (Red+Green+Blue) = 232+97+250=579 (76% of max value = 765). Red value is 232 (91.02% from 255 or 40.07% from 579); Green value is 97 (38.28% from 255 or 16.75% from 579); Blue value is 250 (98.05% from 255 or 43.18% from 579); Max value from RGB is 250 - color contains mainly: blue. Hex color #E861FA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E861FA is #179E05. Grayscale: #9A9A9A. Windows color (decimal): -1547782 or 16409064. OLE color: 16409064.
HSL color Cylindrical-coordinate representation of color #E861FA: hue angle of 292.94º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E861FA is Cyan = 0.07, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 232 | 97 | 250 | - |
| CMYK | 0.07 | 0.61 | 0 | 0.02 |
| HSL | 292.94º | 0.94% | 0.68% | - |
| HSV(B) | 292.94º | 0.61% | 0.98% | - |
| XYZ | 54.81 | 32.61 | 93.85 | - |
| YUV | 154.81 | 181.73 | 183.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 97 | 250 | 0.07 | 0.61 | 0 | 0.02 | 292.94 | 0.94 | 0.68 |
| Hex | E8 | 61 | FA | 7 | 3D | 0 | 2 | 125 | 5E | 44 |
| Octal | 350 | 141 | 372 | 7 | 75 | 0 | 2 | 445 | 136 | 104 |
| Binary | 11101000 | 1100001 | 11111010 | 111 | 111101 | 0 | 10 | 100100101 | 1011110 | 1000100 |
Color Harmonies of #E861FA
Complementary color
Monochromatic Colors of #E861FA
Black with #E861FA
Text Example
Text Example
White with #E861FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E861FA; }
p { color: rgb(232,97,250); }
H1.HeaderClassName
{
color: #E861FA;
}
.AnyTagClassName
{
color: #E861FA;
}
</style>
background-color css
<style>
a { background-color: #E861FA; }
a { background-color: rgb(232,97,250); }
div.DivClassName
{
background-color: #E861FA;
}
.BgClassName
{
background-color: #E861FA;
}
</style>
border-color css
<style>
span { border-color: #E861FA; }
span { border-color: rgb(232,97,250); }
td.TdClassName
{
border-color: #E861FA;
}
.TagClassName
{
border-color: #E861FA;
}
</style>