Shades of Heliotrope #E978FD
Tints of Heliotrope #E978FD
RGB
CMYK
RGB Variations
Color information
#E978FD (or 0xE978FD) is known color: Heliotrope. HEX triplet: E9, 78 and FD. RGB value is (233,120,253). Sum of RGB (Red+Green+Blue) = 233+120+253=606 (80% of max value = 765). Red value is 233 (91.41% from 255 or 38.45% from 606); Green value is 120 (47.27% from 255 or 19.80% from 606); Blue value is 253 (99.22% from 255 or 41.75% from 606); Max value from RGB is 253 - color contains mainly: blue. Hex color #E978FD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E978FD is #168702. Grayscale: #A8A8A8. Windows color (decimal): -1476355 or 16611561. OLE color: 16611561.
HSL color Cylindrical-coordinate representation of color #E978FD: hue angle of 290.98º degrees, saturation: 0.97, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E978FD is Cyan = 0.08, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 233 | 120 | 253 | - |
| CMYK | 0.08 | 0.53 | 0 | 0.01 |
| HSL | 290.98º | 0.97% | 0.73% | - |
| HSV(B) | 290.98º | 0.53% | 0.99% | - |
| XYZ | 58.05 | 37.85 | 97.17 | - |
| YUV | 168.95 | 175.44 | 173.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 120 | 253 | 0.08 | 0.53 | 0 | 0.01 | 290.98 | 0.97 | 0.73 |
| Hex | E9 | 78 | FD | 8 | 35 | 0 | 1 | 123 | 61 | 49 |
| Octal | 351 | 170 | 375 | 10 | 65 | 0 | 1 | 443 | 141 | 111 |
| Binary | 11101001 | 1111000 | 11111101 | 1000 | 110101 | 0 | 1 | 100100011 | 1100001 | 1001001 |
Color Harmonies of #E978FD
Complementary color
Monochromatic Colors of #E978FD
Black with #E978FD
Text Example
Text Example
White with #E978FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E978FD; }
p { color: rgb(233,120,253); }
H1.HeaderClassName
{
color: #E978FD;
}
.AnyTagClassName
{
color: #E978FD;
}
</style>
background-color css
<style>
a { background-color: #E978FD; }
a { background-color: rgb(233,120,253); }
div.DivClassName
{
background-color: #E978FD;
}
.BgClassName
{
background-color: #E978FD;
}
</style>
border-color css
<style>
span { border-color: #E978FD; }
span { border-color: rgb(233,120,253); }
td.TdClassName
{
border-color: #E978FD;
}
.TagClassName
{
border-color: #E978FD;
}
</style>