Shades of Heliotrope #E778F9
Tints of Heliotrope #E778F9
RGB
CMYK
RGB Variations
Color information
#E778F9 (or 0xE778F9) is known color: Heliotrope. HEX triplet: E7, 78 and F9. RGB value is (231,120,249). Sum of RGB (Red+Green+Blue) = 231+120+249=600 (79% of max value = 765). Red value is 231 (90.62% from 255 or 38.5% from 600); Green value is 120 (47.27% from 255 or 20% from 600); Blue value is 249 (97.66% from 255 or 41.5% from 600); Max value from RGB is 249 - color contains mainly: blue. Hex color #E778F9 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E778F9 is #188706. Grayscale: #A7A7A7. Windows color (decimal): -1607431 or 16349415. OLE color: 16349415.
HSL color Cylindrical-coordinate representation of color #E778F9: hue angle of 291.63º degrees, saturation: 0.91, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E778F9 is Cyan = 0.07, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 231 | 120 | 249 | - |
| CMYK | 0.07 | 0.52 | 0 | 0.02 |
| HSL | 291.63º | 0.91% | 0.72% | - |
| HSV(B) | 291.63º | 0.52% | 0.98% | - |
| XYZ | 56.77 | 37.26 | 93.82 | - |
| YUV | 167.9 | 173.77 | 173.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 120 | 249 | 0.07 | 0.52 | 0 | 0.02 | 291.63 | 0.91 | 0.72 |
| Hex | E7 | 78 | F9 | 7 | 34 | 0 | 2 | 124 | 5B | 48 |
| Octal | 347 | 170 | 371 | 7 | 64 | 0 | 2 | 444 | 133 | 110 |
| Binary | 11100111 | 1111000 | 11111001 | 111 | 110100 | 0 | 10 | 100100100 | 1011011 | 1001000 |
Color Harmonies of #E778F9
Complementary color
Monochromatic Colors of #E778F9
Black with #E778F9
Text Example
Text Example
White with #E778F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E778F9; }
p { color: rgb(231,120,249); }
H1.HeaderClassName
{
color: #E778F9;
}
.AnyTagClassName
{
color: #E778F9;
}
</style>
background-color css
<style>
a { background-color: #E778F9; }
a { background-color: rgb(231,120,249); }
div.DivClassName
{
background-color: #E778F9;
}
.BgClassName
{
background-color: #E778F9;
}
</style>
border-color css
<style>
span { border-color: #E778F9; }
span { border-color: rgb(231,120,249); }
td.TdClassName
{
border-color: #E778F9;
}
.TagClassName
{
border-color: #E778F9;
}
</style>