Shades of Heliotrope #E978F7
Tints of Heliotrope #E978F7
RGB
CMYK
RGB Variations
Color information
#E978F7 (or 0xE978F7) is known color: Heliotrope. HEX triplet: E9, 78 and F7. RGB value is (233,120,247). Sum of RGB (Red+Green+Blue) = 233+120+247=600 (79% of max value = 765). Red value is 233 (91.41% from 255 or 38.83% from 600); Green value is 120 (47.27% from 255 or 20% from 600); Blue value is 247 (96.88% from 255 or 41.17% from 600); Max value from RGB is 247 - color contains mainly: blue. Hex color #E978F7 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E978F7 is #168708. Grayscale: #A7A7A7. Windows color (decimal): -1476361 or 16218345. OLE color: 16218345.
HSL color Cylindrical-coordinate representation of color #E978F7: hue angle of 293.39º degrees, saturation: 0.89, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E978F7 is Cyan = 0.06, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 233 | 120 | 247 | - |
| CMYK | 0.06 | 0.51 | 0 | 0.03 |
| HSL | 293.39º | 0.89% | 0.72% | - |
| HSV(B) | 293.39º | 0.51% | 0.97% | - |
| XYZ | 57.11 | 37.47 | 92.22 | - |
| YUV | 168.27 | 172.44 | 174.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 120 | 247 | 0.06 | 0.51 | 0 | 0.03 | 293.39 | 0.89 | 0.72 |
| Hex | E9 | 78 | F7 | 6 | 33 | 0 | 3 | 125 | 59 | 48 |
| Octal | 351 | 170 | 367 | 6 | 63 | 0 | 3 | 445 | 131 | 110 |
| Binary | 11101001 | 1111000 | 11110111 | 110 | 110011 | 0 | 11 | 100100101 | 1011001 | 1001000 |
Color Harmonies of #E978F7
Complementary color
Monochromatic Colors of #E978F7
Black with #E978F7
Text Example
Text Example
White with #E978F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E978F7; }
p { color: rgb(233,120,247); }
H1.HeaderClassName
{
color: #E978F7;
}
.AnyTagClassName
{
color: #E978F7;
}
</style>
background-color css
<style>
a { background-color: #E978F7; }
a { background-color: rgb(233,120,247); }
div.DivClassName
{
background-color: #E978F7;
}
.BgClassName
{
background-color: #E978F7;
}
</style>
border-color css
<style>
span { border-color: #E978F7; }
span { border-color: rgb(233,120,247); }
td.TdClassName
{
border-color: #E978F7;
}
.TagClassName
{
border-color: #E978F7;
}
</style>