Shades of Heliotrope #E778FE
Tints of Heliotrope #E778FE
RGB
CMYK
RGB Variations
Color information
#E778FE (or 0xE778FE) is known color: Heliotrope. HEX triplet: E7, 78 and FE. RGB value is (231,120,254). Sum of RGB (Red+Green+Blue) = 231+120+254=605 (80% of max value = 765). Red value is 231 (90.62% from 255 or 38.18% from 605); Green value is 120 (47.27% from 255 or 19.83% from 605); Blue value is 254 (99.61% from 255 or 41.98% from 605); Max value from RGB is 254 - color contains mainly: blue. Hex color #E778FE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E778FE is #188701. Grayscale: #A8A8A8. Windows color (decimal): -1607426 or 16677095. OLE color: 16677095.
HSL color Cylindrical-coordinate representation of color #E778FE: hue angle of 289.7º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E778FE is Cyan = 0.09, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 231 | 120 | 254 | - |
| CMYK | 0.09 | 0.53 | 0 | 0.00 |
| HSL | 289.7º | 0.99% | 0.73% | - |
| HSV(B) | 289.7º | 0.53% | 1% | - |
| XYZ | 57.56 | 37.58 | 97.99 | - |
| YUV | 168.47 | 176.27 | 172.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 120 | 254 | 0.09 | 0.53 | 0 | 0.00 | 289.7 | 0.99 | 0.73 |
| Hex | E7 | 78 | FE | 9 | 35 | 0 | 0 | 122 | 63 | 49 |
| Octal | 347 | 170 | 376 | 11 | 65 | 0 | 0 | 442 | 143 | 111 |
| Binary | 11100111 | 1111000 | 11111110 | 1001 | 110101 | 0 | 0 | 100100010 | 1100011 | 1001001 |
Color Harmonies of #E778FE
Complementary color
Monochromatic Colors of #E778FE
Black with #E778FE
Text Example
Text Example
White with #E778FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E778FE; }
p { color: rgb(231,120,254); }
H1.HeaderClassName
{
color: #E778FE;
}
.AnyTagClassName
{
color: #E778FE;
}
</style>
background-color css
<style>
a { background-color: #E778FE; }
a { background-color: rgb(231,120,254); }
div.DivClassName
{
background-color: #E778FE;
}
.BgClassName
{
background-color: #E778FE;
}
</style>
border-color css
<style>
span { border-color: #E778FE; }
span { border-color: rgb(231,120,254); }
td.TdClassName
{
border-color: #E778FE;
}
.TagClassName
{
border-color: #E778FE;
}
</style>