Shades of Heliotrope #E976FF
Tints of Heliotrope #E976FF
RGB
CMYK
RGB Variations
Color information
#E976FF (or 0xE976FF) is known color: Heliotrope. HEX triplet: E9, 76 and FF. RGB value is (233,118,255). Sum of RGB (Red+Green+Blue) = 233+118+255=606 (80% of max value = 765). Red value is 233 (91.41% from 255 or 38.45% from 606); Green value is 118 (46.48% from 255 or 19.47% from 606); Blue value is 255 (100% from 255 or 42.08% from 606); Max value from RGB is 255 - color contains mainly: blue. Hex color #E976FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E976FF is #168900. Grayscale: #A7A7A7. Windows color (decimal): -1476865 or 16742121. OLE color: 16742121.
HSL color Cylindrical-coordinate representation of color #E976FF: hue angle of 290.36º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E976FF is Cyan = 0.09, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 233 | 118 | 255 | - |
| CMYK | 0.09 | 0.54 | 0 | 0 |
| HSL | 290.37º | 1% | 0.73% | - |
| HSV(B) | 290.37º | 0.54% | 1% | - |
| XYZ | 58.13 | 37.5 | 98.78 | - |
| YUV | 168 | 177.1 | 174.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 118 | 255 | 0.09 | 0.54 | 0 | 0 | 290.37 | 1 | 0.73 |
| Hex | E9 | 76 | FF | 9 | 36 | 0 | 0 | 122 | 64 | 49 |
| Octal | 351 | 166 | 377 | 11 | 66 | 0 | 0 | 442 | 144 | 111 |
| Binary | 11101001 | 1110110 | 11111111 | 1001 | 110110 | 0 | 0 | 100100010 | 1100100 | 1001001 |
Color Harmonies of #E976FF
Complementary color
Monochromatic Colors of #E976FF
Black with #E976FF
Text Example
Text Example
White with #E976FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E976FF; }
p { color: rgb(233,118,255); }
H1.HeaderClassName
{
color: #E976FF;
}
.AnyTagClassName
{
color: #E976FF;
}
</style>
background-color css
<style>
a { background-color: #E976FF; }
a { background-color: rgb(233,118,255); }
div.DivClassName
{
background-color: #E976FF;
}
.BgClassName
{
background-color: #E976FF;
}
</style>
border-color css
<style>
span { border-color: #E976FF; }
span { border-color: rgb(233,118,255); }
td.TdClassName
{
border-color: #E976FF;
}
.TagClassName
{
border-color: #E976FF;
}
</style>