Shades of Heliotrope #E76CFA
Tints of Heliotrope #E76CFA
RGB
CMYK
RGB Variations
Color information
#E76CFA (or 0xE76CFA) is known color: Heliotrope. HEX triplet: E7, 6C and FA. RGB value is (231,108,250). Sum of RGB (Red+Green+Blue) = 231+108+250=589 (78% of max value = 765). Red value is 231 (90.62% from 255 or 39.22% from 589); Green value is 108 (42.58% from 255 or 18.34% from 589); Blue value is 250 (98.05% from 255 or 42.44% from 589); Max value from RGB is 250 - color contains mainly: blue. Hex color #E76CFA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E76CFA is #189305. Grayscale: #A0A0A0. Windows color (decimal): -1610502 or 16411879. OLE color: 16411879.
HSL color Cylindrical-coordinate representation of color #E76CFA: hue angle of 291.97º degrees, saturation: 0.93, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E76CFA is Cyan = 0.08, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 231 | 108 | 250 | - |
| CMYK | 0.08 | 0.57 | 0 | 0.02 |
| HSL | 291.97º | 0.93% | 0.7% | - |
| HSV(B) | 291.97º | 0.57% | 0.98% | - |
| XYZ | 55.57 | 34.62 | 94.2 | - |
| YUV | 160.97 | 178.25 | 177.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 108 | 250 | 0.08 | 0.57 | 0 | 0.02 | 291.97 | 0.93 | 0.7 |
| Hex | E7 | 6C | FA | 8 | 39 | 0 | 2 | 124 | 5D | 46 |
| Octal | 347 | 154 | 372 | 10 | 71 | 0 | 2 | 444 | 135 | 106 |
| Binary | 11100111 | 1101100 | 11111010 | 1000 | 111001 | 0 | 10 | 100100100 | 1011101 | 1000110 |
Color Harmonies of #E76CFA
Complementary color
Monochromatic Colors of #E76CFA
Black with #E76CFA
Text Example
Text Example
White with #E76CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E76CFA; }
p { color: rgb(231,108,250); }
H1.HeaderClassName
{
color: #E76CFA;
}
.AnyTagClassName
{
color: #E76CFA;
}
</style>
background-color css
<style>
a { background-color: #E76CFA; }
a { background-color: rgb(231,108,250); }
div.DivClassName
{
background-color: #E76CFA;
}
.BgClassName
{
background-color: #E76CFA;
}
</style>
border-color css
<style>
span { border-color: #E76CFA; }
span { border-color: rgb(231,108,250); }
td.TdClassName
{
border-color: #E76CFA;
}
.TagClassName
{
border-color: #E76CFA;
}
</style>