Shades of Heliotrope #E978FA
Tints of Heliotrope #E978FA
RGB
CMYK
RGB Variations
Color information
#E978FA (or 0xE978FA) is known color: Heliotrope. HEX triplet: E9, 78 and FA. RGB value is (233,120,250). Sum of RGB (Red+Green+Blue) = 233+120+250=603 (79% of max value = 765). Red value is 233 (91.41% from 255 or 38.64% from 603); Green value is 120 (47.27% from 255 or 19.90% from 603); Blue value is 250 (98.05% from 255 or 41.46% from 603); Max value from RGB is 250 - color contains mainly: blue. Hex color #E978FA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E978FA is #168705. Grayscale: #A8A8A8. Windows color (decimal): -1476358 or 16414953. OLE color: 16414953.
HSL color Cylindrical-coordinate representation of color #E978FA: hue angle of 292.15º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E978FA is Cyan = 0.07, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 233 | 120 | 250 | - |
| CMYK | 0.07 | 0.52 | 0 | 0.02 |
| HSL | 292.15º | 0.93% | 0.73% | - |
| HSV(B) | 292.15º | 0.52% | 0.98% | - |
| XYZ | 57.58 | 37.66 | 94.68 | - |
| YUV | 168.61 | 173.94 | 173.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 120 | 250 | 0.07 | 0.52 | 0 | 0.02 | 292.15 | 0.93 | 0.73 |
| Hex | E9 | 78 | FA | 7 | 34 | 0 | 2 | 124 | 5D | 49 |
| Octal | 351 | 170 | 372 | 7 | 64 | 0 | 2 | 444 | 135 | 111 |
| Binary | 11101001 | 1111000 | 11111010 | 111 | 110100 | 0 | 10 | 100100100 | 1011101 | 1001001 |
Color Harmonies of #E978FA
Complementary color
Monochromatic Colors of #E978FA
Black with #E978FA
Text Example
Text Example
White with #E978FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E978FA; }
p { color: rgb(233,120,250); }
H1.HeaderClassName
{
color: #E978FA;
}
.AnyTagClassName
{
color: #E978FA;
}
</style>
background-color css
<style>
a { background-color: #E978FA; }
a { background-color: rgb(233,120,250); }
div.DivClassName
{
background-color: #E978FA;
}
.BgClassName
{
background-color: #E978FA;
}
</style>
border-color css
<style>
span { border-color: #E978FA; }
span { border-color: rgb(233,120,250); }
td.TdClassName
{
border-color: #E978FA;
}
.TagClassName
{
border-color: #E978FA;
}
</style>