Shades of Heliotrope #E76EFA
Tints of Heliotrope #E76EFA
RGB
CMYK
RGB Variations
Color information
#E76EFA (or 0xE76EFA) is known color: Heliotrope. HEX triplet: E7, 6E and FA. RGB value is (231,110,250). Sum of RGB (Red+Green+Blue) = 231+110+250=591 (78% of max value = 765). Red value is 231 (90.62% from 255 or 39.09% from 591); Green value is 110 (43.36% from 255 or 18.61% from 591); Blue value is 250 (98.05% from 255 or 42.30% from 591); Max value from RGB is 250 - color contains mainly: blue. Hex color #E76EFA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E76EFA is #189105. Grayscale: #A1A1A1. Windows color (decimal): -1609990 or 16412391. OLE color: 16412391.
HSL color Cylindrical-coordinate representation of color #E76EFA: hue angle of 291.86º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E76EFA is Cyan = 0.08, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 231 | 110 | 250 | - |
| CMYK | 0.08 | 0.56 | 0 | 0.02 |
| HSL | 291.86º | 0.93% | 0.71% | - |
| HSV(B) | 291.86º | 0.56% | 0.98% | - |
| XYZ | 55.79 | 35.04 | 94.27 | - |
| YUV | 162.14 | 177.59 | 177.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 110 | 250 | 0.08 | 0.56 | 0 | 0.02 | 291.86 | 0.93 | 0.71 |
| Hex | E7 | 6E | FA | 8 | 38 | 0 | 2 | 124 | 5D | 47 |
| Octal | 347 | 156 | 372 | 10 | 70 | 0 | 2 | 444 | 135 | 107 |
| Binary | 11100111 | 1101110 | 11111010 | 1000 | 111000 | 0 | 10 | 100100100 | 1011101 | 1000111 |
Color Harmonies of #E76EFA
Complementary color
Monochromatic Colors of #E76EFA
Black with #E76EFA
Text Example
Text Example
White with #E76EFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E76EFA; }
p { color: rgb(231,110,250); }
H1.HeaderClassName
{
color: #E76EFA;
}
.AnyTagClassName
{
color: #E76EFA;
}
</style>
background-color css
<style>
a { background-color: #E76EFA; }
a { background-color: rgb(231,110,250); }
div.DivClassName
{
background-color: #E76EFA;
}
.BgClassName
{
background-color: #E76EFA;
}
</style>
border-color css
<style>
span { border-color: #E76EFA; }
span { border-color: rgb(231,110,250); }
td.TdClassName
{
border-color: #E76EFA;
}
.TagClassName
{
border-color: #E76EFA;
}
</style>