Shades of Heliotrope #E978FC
Tints of Heliotrope #E978FC
RGB
CMYK
RGB Variations
Color information
#E978FC (or 0xE978FC) is known color: Heliotrope. HEX triplet: E9, 78 and FC. RGB value is (233,120,252). Sum of RGB (Red+Green+Blue) = 233+120+252=605 (80% of max value = 765). Red value is 233 (91.41% from 255 or 38.51% from 605); Green value is 120 (47.27% from 255 or 19.83% from 605); Blue value is 252 (98.83% from 255 or 41.65% from 605); Max value from RGB is 252 - color contains mainly: blue. Hex color #E978FC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E978FC is #168703. Grayscale: #A8A8A8. Windows color (decimal): -1476356 or 16546025. OLE color: 16546025.
HSL color Cylindrical-coordinate representation of color #E978FC: hue angle of 291.36º degrees, saturation: 0.96, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E978FC is Cyan = 0.08, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 233 | 120 | 252 | - |
| CMYK | 0.08 | 0.52 | 0 | 0.01 |
| HSL | 291.36º | 0.96% | 0.73% | - |
| HSV(B) | 291.36º | 0.52% | 0.99% | - |
| XYZ | 57.89 | 37.78 | 96.34 | - |
| YUV | 168.84 | 174.94 | 173.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 120 | 252 | 0.08 | 0.52 | 0 | 0.01 | 291.36 | 0.96 | 0.73 |
| Hex | E9 | 78 | FC | 8 | 34 | 0 | 1 | 123 | 60 | 49 |
| Octal | 351 | 170 | 374 | 10 | 64 | 0 | 1 | 443 | 140 | 111 |
| Binary | 11101001 | 1111000 | 11111100 | 1000 | 110100 | 0 | 1 | 100100011 | 1100000 | 1001001 |
Color Harmonies of #E978FC
Complementary color
Monochromatic Colors of #E978FC
Black with #E978FC
Text Example
Text Example
White with #E978FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E978FC; }
p { color: rgb(233,120,252); }
H1.HeaderClassName
{
color: #E978FC;
}
.AnyTagClassName
{
color: #E978FC;
}
</style>
background-color css
<style>
a { background-color: #E978FC; }
a { background-color: rgb(233,120,252); }
div.DivClassName
{
background-color: #E978FC;
}
.BgClassName
{
background-color: #E978FC;
}
</style>
border-color css
<style>
span { border-color: #E978FC; }
span { border-color: rgb(233,120,252); }
td.TdClassName
{
border-color: #E978FC;
}
.TagClassName
{
border-color: #E978FC;
}
</style>