Shades of Heliotrope #E76AFC
Tints of Heliotrope #E76AFC
RGB
CMYK
RGB Variations
Color information
#E76AFC (or 0xE76AFC) is known color: Heliotrope. HEX triplet: E7, 6A and FC. RGB value is (231,106,252). Sum of RGB (Red+Green+Blue) = 231+106+252=589 (78% of max value = 765). Red value is 231 (90.62% from 255 or 39.22% from 589); Green value is 106 (41.80% from 255 or 18.00% from 589); Blue value is 252 (98.83% from 255 or 42.78% from 589); Max value from RGB is 252 - color contains mainly: blue. Hex color #E76AFC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E76AFC is #189503. Grayscale: #9F9F9F. Windows color (decimal): -1611012 or 16542439. OLE color: 16542439.
HSL color Cylindrical-coordinate representation of color #E76AFC: hue angle of 291.37º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E76AFC is Cyan = 0.08, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 231 | 106 | 252 | - |
| CMYK | 0.08 | 0.58 | 0 | 0.01 |
| HSL | 291.37º | 0.96% | 0.7% | - |
| HSV(B) | 291.37º | 0.58% | 0.99% | - |
| XYZ | 55.68 | 34.33 | 95.79 | - |
| YUV | 160.02 | 179.91 | 178.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 106 | 252 | 0.08 | 0.58 | 0 | 0.01 | 291.37 | 0.96 | 0.7 |
| Hex | E7 | 6A | FC | 8 | 3A | 0 | 1 | 123 | 60 | 46 |
| Octal | 347 | 152 | 374 | 10 | 72 | 0 | 1 | 443 | 140 | 106 |
| Binary | 11100111 | 1101010 | 11111100 | 1000 | 111010 | 0 | 1 | 100100011 | 1100000 | 1000110 |
Color Harmonies of #E76AFC
Complementary color
Monochromatic Colors of #E76AFC
Black with #E76AFC
Text Example
Text Example
White with #E76AFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E76AFC; }
p { color: rgb(231,106,252); }
H1.HeaderClassName
{
color: #E76AFC;
}
.AnyTagClassName
{
color: #E76AFC;
}
</style>
background-color css
<style>
a { background-color: #E76AFC; }
a { background-color: rgb(231,106,252); }
div.DivClassName
{
background-color: #E76AFC;
}
.BgClassName
{
background-color: #E76AFC;
}
</style>
border-color css
<style>
span { border-color: #E76AFC; }
span { border-color: rgb(231,106,252); }
td.TdClassName
{
border-color: #E76AFC;
}
.TagClassName
{
border-color: #E76AFC;
}
</style>