Shades of Heliotrope #E973FA
Tints of Heliotrope #E973FA
RGB
CMYK
RGB Variations
Color information
#E973FA (or 0xE973FA) is known color: Heliotrope. HEX triplet: E9, 73 and FA. RGB value is (233,115,250). Sum of RGB (Red+Green+Blue) = 233+115+250=598 (79% of max value = 765). Red value is 233 (91.41% from 255 or 38.96% from 598); Green value is 115 (45.31% from 255 or 19.23% from 598); Blue value is 250 (98.05% from 255 or 41.81% from 598); Max value from RGB is 250 - color contains mainly: blue. Hex color #E973FA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E973FA is #168C05. Grayscale: #A5A5A5. Windows color (decimal): -1477638 or 16413673. OLE color: 16413673.
HSL color Cylindrical-coordinate representation of color #E973FA: hue angle of 292.44º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E973FA is Cyan = 0.07, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 233 | 115 | 250 | - |
| CMYK | 0.07 | 0.54 | 0 | 0.02 |
| HSL | 292.44º | 0.93% | 0.72% | - |
| HSV(B) | 292.44º | 0.54% | 0.98% | - |
| XYZ | 56.99 | 36.49 | 94.48 | - |
| YUV | 165.67 | 175.59 | 176.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 115 | 250 | 0.07 | 0.54 | 0 | 0.02 | 292.44 | 0.93 | 0.72 |
| Hex | E9 | 73 | FA | 7 | 36 | 0 | 2 | 124 | 5D | 48 |
| Octal | 351 | 163 | 372 | 7 | 66 | 0 | 2 | 444 | 135 | 110 |
| Binary | 11101001 | 1110011 | 11111010 | 111 | 110110 | 0 | 10 | 100100100 | 1011101 | 1001000 |
Color Harmonies of #E973FA
Complementary color
Monochromatic Colors of #E973FA
Black with #E973FA
Text Example
Text Example
White with #E973FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E973FA; }
p { color: rgb(233,115,250); }
H1.HeaderClassName
{
color: #E973FA;
}
.AnyTagClassName
{
color: #E973FA;
}
</style>
background-color css
<style>
a { background-color: #E973FA; }
a { background-color: rgb(233,115,250); }
div.DivClassName
{
background-color: #E973FA;
}
.BgClassName
{
background-color: #E973FA;
}
</style>
border-color css
<style>
span { border-color: #E973FA; }
span { border-color: rgb(233,115,250); }
td.TdClassName
{
border-color: #E973FA;
}
.TagClassName
{
border-color: #E973FA;
}
</style>