Shades of Heliotrope #E976F9
Tints of Heliotrope #E976F9
RGB
CMYK
RGB Variations
Color information
#E976F9 (or 0xE976F9) is known color: Heliotrope. HEX triplet: E9, 76 and F9. RGB value is (233,118,249). Sum of RGB (Red+Green+Blue) = 233+118+249=600 (79% of max value = 765). Red value is 233 (91.41% from 255 or 38.83% from 600); Green value is 118 (46.48% from 255 or 19.67% from 600); Blue value is 249 (97.66% from 255 or 41.5% from 600); Max value from RGB is 249 - color contains mainly: blue. Hex color #E976F9 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E976F9 is #168906. Grayscale: #A6A6A6. Windows color (decimal): -1476871 or 16348905. OLE color: 16348905.
HSL color Cylindrical-coordinate representation of color #E976F9: hue angle of 292.67º degrees, saturation: 0.92, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E976F9 is Cyan = 0.06, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 233 | 118 | 249 | - |
| CMYK | 0.06 | 0.53 | 0 | 0.02 |
| HSL | 292.67º | 0.92% | 0.72% | - |
| HSV(B) | 292.67º | 0.53% | 0.98% | - |
| XYZ | 57.18 | 37.12 | 93.77 | - |
| YUV | 167.32 | 174.1 | 174.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 118 | 249 | 0.06 | 0.53 | 0 | 0.02 | 292.67 | 0.92 | 0.72 |
| Hex | E9 | 76 | F9 | 6 | 35 | 0 | 2 | 125 | 5C | 48 |
| Octal | 351 | 166 | 371 | 6 | 65 | 0 | 2 | 445 | 134 | 110 |
| Binary | 11101001 | 1110110 | 11111001 | 110 | 110101 | 0 | 10 | 100100101 | 1011100 | 1001000 |
Color Harmonies of #E976F9
Complementary color
Monochromatic Colors of #E976F9
Black with #E976F9
Text Example
Text Example
White with #E976F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E976F9; }
p { color: rgb(233,118,249); }
H1.HeaderClassName
{
color: #E976F9;
}
.AnyTagClassName
{
color: #E976F9;
}
</style>
background-color css
<style>
a { background-color: #E976F9; }
a { background-color: rgb(233,118,249); }
div.DivClassName
{
background-color: #E976F9;
}
.BgClassName
{
background-color: #E976F9;
}
</style>
border-color css
<style>
span { border-color: #E976F9; }
span { border-color: rgb(233,118,249); }
td.TdClassName
{
border-color: #E976F9;
}
.TagClassName
{
border-color: #E976F9;
}
</style>