Shades of Heliotrope #E977FD
Tints of Heliotrope #E977FD
RGB
CMYK
RGB Variations
Color information
#E977FD (or 0xE977FD) is known color: Heliotrope. HEX triplet: E9, 77 and FD. RGB value is (233,119,253). Sum of RGB (Red+Green+Blue) = 233+119+253=605 (80% of max value = 765). Red value is 233 (91.41% from 255 or 38.51% from 605); Green value is 119 (46.88% from 255 or 19.67% from 605); Blue value is 253 (99.22% from 255 or 41.82% from 605); Max value from RGB is 253 - color contains mainly: blue. Hex color #E977FD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E977FD is #168802. Grayscale: #A7A7A7. Windows color (decimal): -1476611 or 16611305. OLE color: 16611305.
HSL color Cylindrical-coordinate representation of color #E977FD: hue angle of 291.04º 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 #E977FD is Cyan = 0.08, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 233 | 119 | 253 | - |
| CMYK | 0.08 | 0.53 | 0 | 0.01 |
| HSL | 291.04º | 0.97% | 0.73% | - |
| HSV(B) | 291.04º | 0.53% | 0.99% | - |
| XYZ | 57.93 | 37.61 | 97.13 | - |
| YUV | 168.36 | 175.77 | 174.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 119 | 253 | 0.08 | 0.53 | 0 | 0.01 | 291.04 | 0.97 | 0.73 |
| Hex | E9 | 77 | FD | 8 | 35 | 0 | 1 | 123 | 61 | 49 |
| Octal | 351 | 167 | 375 | 10 | 65 | 0 | 1 | 443 | 141 | 111 |
| Binary | 11101001 | 1110111 | 11111101 | 1000 | 110101 | 0 | 1 | 100100011 | 1100001 | 1001001 |
Color Harmonies of #E977FD
Complementary color
Monochromatic Colors of #E977FD
Black with #E977FD
Text Example
Text Example
White with #E977FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E977FD; }
p { color: rgb(233,119,253); }
H1.HeaderClassName
{
color: #E977FD;
}
.AnyTagClassName
{
color: #E977FD;
}
</style>
background-color css
<style>
a { background-color: #E977FD; }
a { background-color: rgb(233,119,253); }
div.DivClassName
{
background-color: #E977FD;
}
.BgClassName
{
background-color: #E977FD;
}
</style>
border-color css
<style>
span { border-color: #E977FD; }
span { border-color: rgb(233,119,253); }
td.TdClassName
{
border-color: #E977FD;
}
.TagClassName
{
border-color: #E977FD;
}
</style>