Shades of Heliotrope #E779FA
Tints of Heliotrope #E779FA
RGB
CMYK
RGB Variations
Color information
#E779FA (or 0xE779FA) is known color: Heliotrope. HEX triplet: E7, 79 and FA. RGB value is (231,121,250). Sum of RGB (Red+Green+Blue) = 231+121+250=602 (79% of max value = 765). Red value is 231 (90.62% from 255 or 38.37% from 602); Green value is 121 (47.66% from 255 or 20.10% from 602); Blue value is 250 (98.05% from 255 or 41.53% from 602); Max value from RGB is 250 - color contains mainly: blue. Hex color #E779FA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E779FA is #188605. Grayscale: #A8A8A8. Windows color (decimal): -1607174 or 16415207. OLE color: 16415207.
HSL color Cylindrical-coordinate representation of color #E779FA: hue angle of 291.16º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E779FA is Cyan = 0.08, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 231 | 121 | 250 | - |
| CMYK | 0.08 | 0.52 | 0 | 0.02 |
| HSL | 291.16º | 0.93% | 0.73% | - |
| HSV(B) | 291.16º | 0.52% | 0.98% | - |
| XYZ | 57.05 | 37.57 | 94.69 | - |
| YUV | 168.6 | 173.94 | 172.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 121 | 250 | 0.08 | 0.52 | 0 | 0.02 | 291.16 | 0.93 | 0.73 |
| Hex | E7 | 79 | FA | 8 | 34 | 0 | 2 | 123 | 5D | 49 |
| Octal | 347 | 171 | 372 | 10 | 64 | 0 | 2 | 443 | 135 | 111 |
| Binary | 11100111 | 1111001 | 11111010 | 1000 | 110100 | 0 | 10 | 100100011 | 1011101 | 1001001 |
Color Harmonies of #E779FA
Complementary color
Monochromatic Colors of #E779FA
Black with #E779FA
Text Example
Text Example
White with #E779FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E779FA; }
p { color: rgb(231,121,250); }
H1.HeaderClassName
{
color: #E779FA;
}
.AnyTagClassName
{
color: #E779FA;
}
</style>
background-color css
<style>
a { background-color: #E779FA; }
a { background-color: rgb(231,121,250); }
div.DivClassName
{
background-color: #E779FA;
}
.BgClassName
{
background-color: #E779FA;
}
</style>
border-color css
<style>
span { border-color: #E779FA; }
span { border-color: rgb(231,121,250); }
td.TdClassName
{
border-color: #E779FA;
}
.TagClassName
{
border-color: #E779FA;
}
</style>