Shades of Heliotrope #E978FF
Tints of Heliotrope #E978FF
RGB
CMYK
RGB Variations
Color information
#E978FF (or 0xE978FF) is known color: Heliotrope. HEX triplet: E9, 78 and FF. RGB value is (233,120,255). Sum of RGB (Red+Green+Blue) = 233+120+255=608 (80% of max value = 765). Red value is 233 (91.41% from 255 or 38.32% from 608); Green value is 120 (47.27% from 255 or 19.74% from 608); Blue value is 255 (100% from 255 or 41.94% from 608); Max value from RGB is 255 - color contains mainly: blue. Hex color #E978FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E978FF is #168700. Grayscale: #A8A8A8. Windows color (decimal): -1476353 or 16742633. OLE color: 16742633.
HSL color Cylindrical-coordinate representation of color #E978FF: hue angle of 290.22º 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 #E978FF is Cyan = 0.09, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 233 | 120 | 255 | - |
| CMYK | 0.09 | 0.53 | 0 | 0 |
| HSL | 290.22º | 1% | 0.74% | - |
| HSV(B) | 290.22º | 0.53% | 1% | - |
| XYZ | 58.37 | 37.98 | 98.86 | - |
| YUV | 169.18 | 176.44 | 173.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 120 | 255 | 0.09 | 0.53 | 0 | 0 | 290.22 | 1 | 0.74 |
| Hex | E9 | 78 | FF | 9 | 35 | 0 | 0 | 122 | 64 | 4A |
| Octal | 351 | 170 | 377 | 11 | 65 | 0 | 0 | 442 | 144 | 112 |
| Binary | 11101001 | 1111000 | 11111111 | 1001 | 110101 | 0 | 0 | 100100010 | 1100100 | 1001010 |
Color Harmonies of #E978FF
Complementary color
Monochromatic Colors of #E978FF
Black with #E978FF
Text Example
Text Example
White with #E978FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E978FF; }
p { color: rgb(233,120,255); }
H1.HeaderClassName
{
color: #E978FF;
}
.AnyTagClassName
{
color: #E978FF;
}
</style>
background-color css
<style>
a { background-color: #E978FF; }
a { background-color: rgb(233,120,255); }
div.DivClassName
{
background-color: #E978FF;
}
.BgClassName
{
background-color: #E978FF;
}
</style>
border-color css
<style>
span { border-color: #E978FF; }
span { border-color: rgb(233,120,255); }
td.TdClassName
{
border-color: #E978FF;
}
.TagClassName
{
border-color: #E978FF;
}
</style>