Shades of Heliotrope #E975FA
Tints of Heliotrope #E975FA
RGB
CMYK
RGB Variations
Color information
#E975FA (or 0xE975FA) is known color: Heliotrope. HEX triplet: E9, 75 and FA. RGB value is (233,117,250). Sum of RGB (Red+Green+Blue) = 233+117+250=600 (79% of max value = 765). Red value is 233 (91.41% from 255 or 38.83% from 600); Green value is 117 (46.09% from 255 or 19.5% from 600); Blue value is 250 (98.05% from 255 or 41.67% from 600); Max value from RGB is 250 - color contains mainly: blue. Hex color #E975FA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E975FA is #168A05. Grayscale: #A6A6A6. Windows color (decimal): -1477126 or 16414185. OLE color: 16414185.
HSL color Cylindrical-coordinate representation of color #E975FA: hue angle of 292.33º degrees, saturation: 0.93, 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 #E975FA is Cyan = 0.07, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 233 | 117 | 250 | - |
| CMYK | 0.07 | 0.53 | 0 | 0.02 |
| HSL | 292.33º | 0.93% | 0.72% | - |
| HSV(B) | 292.33º | 0.53% | 0.98% | - |
| XYZ | 57.22 | 36.95 | 94.56 | - |
| YUV | 166.85 | 174.93 | 175.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 117 | 250 | 0.07 | 0.53 | 0 | 0.02 | 292.33 | 0.93 | 0.72 |
| Hex | E9 | 75 | FA | 7 | 35 | 0 | 2 | 124 | 5D | 48 |
| Octal | 351 | 165 | 372 | 7 | 65 | 0 | 2 | 444 | 135 | 110 |
| Binary | 11101001 | 1110101 | 11111010 | 111 | 110101 | 0 | 10 | 100100100 | 1011101 | 1001000 |
Color Harmonies of #E975FA
Complementary color
Monochromatic Colors of #E975FA
Black with #E975FA
Text Example
Text Example
White with #E975FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E975FA; }
p { color: rgb(233,117,250); }
H1.HeaderClassName
{
color: #E975FA;
}
.AnyTagClassName
{
color: #E975FA;
}
</style>
background-color css
<style>
a { background-color: #E975FA; }
a { background-color: rgb(233,117,250); }
div.DivClassName
{
background-color: #E975FA;
}
.BgClassName
{
background-color: #E975FA;
}
</style>
border-color css
<style>
span { border-color: #E975FA; }
span { border-color: rgb(233,117,250); }
td.TdClassName
{
border-color: #E975FA;
}
.TagClassName
{
border-color: #E975FA;
}
</style>