Shades of Heliotrope #E779FC
Tints of Heliotrope #E779FC
RGB
CMYK
RGB Variations
Color information
#E779FC (or 0xE779FC) is known color: Heliotrope. HEX triplet: E7, 79 and FC. RGB value is (231,121,252). Sum of RGB (Red+Green+Blue) = 231+121+252=604 (80% of max value = 765). Red value is 231 (90.62% from 255 or 38.25% from 604); Green value is 121 (47.66% from 255 or 20.03% from 604); Blue value is 252 (98.83% from 255 or 41.72% from 604); Max value from RGB is 252 - color contains mainly: blue. Hex color #E779FC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E779FC is #188603. Grayscale: #A8A8A8. Windows color (decimal): -1607172 or 16546279. OLE color: 16546279.
HSL color Cylindrical-coordinate representation of color #E779FC: hue angle of 290.38º degrees, saturation: 0.96, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E779FC is Cyan = 0.08, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 231 | 121 | 252 | - |
| CMYK | 0.08 | 0.52 | 0 | 0.01 |
| HSL | 290.38º | 0.96% | 0.73% | - |
| HSV(B) | 290.38º | 0.52% | 0.99% | - |
| XYZ | 57.36 | 37.69 | 96.35 | - |
| YUV | 168.82 | 174.94 | 172.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 121 | 252 | 0.08 | 0.52 | 0 | 0.01 | 290.38 | 0.96 | 0.73 |
| Hex | E7 | 79 | FC | 8 | 34 | 0 | 1 | 122 | 60 | 49 |
| Octal | 347 | 171 | 374 | 10 | 64 | 0 | 1 | 442 | 140 | 111 |
| Binary | 11100111 | 1111001 | 11111100 | 1000 | 110100 | 0 | 1 | 100100010 | 1100000 | 1001001 |
Color Harmonies of #E779FC
Complementary color
Monochromatic Colors of #E779FC
Black with #E779FC
Text Example
Text Example
White with #E779FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E779FC; }
p { color: rgb(231,121,252); }
H1.HeaderClassName
{
color: #E779FC;
}
.AnyTagClassName
{
color: #E779FC;
}
</style>
background-color css
<style>
a { background-color: #E779FC; }
a { background-color: rgb(231,121,252); }
div.DivClassName
{
background-color: #E779FC;
}
.BgClassName
{
background-color: #E779FC;
}
</style>
border-color css
<style>
span { border-color: #E779FC; }
span { border-color: rgb(231,121,252); }
td.TdClassName
{
border-color: #E779FC;
}
.TagClassName
{
border-color: #E779FC;
}
</style>