Shades of Heliotrope #E76FFA
Tints of Heliotrope #E76FFA
RGB
CMYK
RGB Variations
Color information
#E76FFA (or 0xE76FFA) is known color: Heliotrope. HEX triplet: E7, 6F and FA. RGB value is (231,111,250). Sum of RGB (Red+Green+Blue) = 231+111+250=592 (78% of max value = 765). Red value is 231 (90.62% from 255 or 39.02% from 592); Green value is 111 (43.75% from 255 or 18.75% from 592); Blue value is 250 (98.05% from 255 or 42.23% from 592); Max value from RGB is 250 - color contains mainly: blue. Hex color #E76FFA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E76FFA is #189005. Grayscale: #A2A2A2. Windows color (decimal): -1609734 or 16412647. OLE color: 16412647.
HSL color Cylindrical-coordinate representation of color #E76FFA: hue angle of 291.8º 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 #E76FFA is Cyan = 0.08, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 231 | 111 | 250 | - |
| CMYK | 0.08 | 0.56 | 0 | 0.02 |
| HSL | 291.8º | 0.93% | 0.71% | - |
| HSV(B) | 291.8º | 0.56% | 0.98% | - |
| XYZ | 55.89 | 35.26 | 94.3 | - |
| YUV | 162.73 | 177.26 | 176.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 111 | 250 | 0.08 | 0.56 | 0 | 0.02 | 291.8 | 0.93 | 0.71 |
| Hex | E7 | 6F | FA | 8 | 38 | 0 | 2 | 124 | 5D | 47 |
| Octal | 347 | 157 | 372 | 10 | 70 | 0 | 2 | 444 | 135 | 107 |
| Binary | 11100111 | 1101111 | 11111010 | 1000 | 111000 | 0 | 10 | 100100100 | 1011101 | 1000111 |
Color Harmonies of #E76FFA
Complementary color
Monochromatic Colors of #E76FFA
Black with #E76FFA
Text Example
Text Example
White with #E76FFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E76FFA; }
p { color: rgb(231,111,250); }
H1.HeaderClassName
{
color: #E76FFA;
}
.AnyTagClassName
{
color: #E76FFA;
}
</style>
background-color css
<style>
a { background-color: #E76FFA; }
a { background-color: rgb(231,111,250); }
div.DivClassName
{
background-color: #E76FFA;
}
.BgClassName
{
background-color: #E76FFA;
}
</style>
border-color css
<style>
span { border-color: #E76FFA; }
span { border-color: rgb(231,111,250); }
td.TdClassName
{
border-color: #E76FFA;
}
.TagClassName
{
border-color: #E76FFA;
}
</style>