Shades of Heliotrope #E778FF
Tints of Heliotrope #E778FF
RGB
CMYK
RGB Variations
Color information
#E778FF (or 0xE778FF) is known color: Heliotrope. HEX triplet: E7, 78 and FF. RGB value is (231,120,255). Sum of RGB (Red+Green+Blue) = 231+120+255=606 (80% of max value = 765). Red value is 231 (90.62% from 255 or 38.12% from 606); Green value is 120 (47.27% from 255 or 19.80% from 606); Blue value is 255 (100% from 255 or 42.08% from 606); Max value from RGB is 255 - color contains mainly: blue. Hex color #E778FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E778FF is #188700. Grayscale: #A8A8A8. Windows color (decimal): -1607425 or 16742631. OLE color: 16742631.
HSL color Cylindrical-coordinate representation of color #E778FF: hue angle of 289.33º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E778FF is Cyan = 0.09, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 231 | 120 | 255 | - |
| CMYK | 0.09 | 0.53 | 0 | 0 |
| HSL | 289.33º | 1% | 0.74% | - |
| HSV(B) | 289.33º | 0.53% | 1% | - |
| XYZ | 57.72 | 37.64 | 98.83 | - |
| YUV | 168.58 | 176.77 | 172.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 120 | 255 | 0.09 | 0.53 | 0 | 0 | 289.33 | 1 | 0.74 |
| Hex | E7 | 78 | FF | 9 | 35 | 0 | 0 | 121 | 64 | 4A |
| Octal | 347 | 170 | 377 | 11 | 65 | 0 | 0 | 441 | 144 | 112 |
| Binary | 11100111 | 1111000 | 11111111 | 1001 | 110101 | 0 | 0 | 100100001 | 1100100 | 1001010 |
Color Harmonies of #E778FF
Complementary color
Monochromatic Colors of #E778FF
Black with #E778FF
Text Example
Text Example
White with #E778FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E778FF; }
p { color: rgb(231,120,255); }
H1.HeaderClassName
{
color: #E778FF;
}
.AnyTagClassName
{
color: #E778FF;
}
</style>
background-color css
<style>
a { background-color: #E778FF; }
a { background-color: rgb(231,120,255); }
div.DivClassName
{
background-color: #E778FF;
}
.BgClassName
{
background-color: #E778FF;
}
</style>
border-color css
<style>
span { border-color: #E778FF; }
span { border-color: rgb(231,120,255); }
td.TdClassName
{
border-color: #E778FF;
}
.TagClassName
{
border-color: #E778FF;
}
</style>