Shades of Heliotrope #E962FA
Tints of Heliotrope #E962FA
RGB
CMYK
RGB Variations
Color information
#E962FA (or 0xE962FA) is known color: Heliotrope. HEX triplet: E9, 62 and FA. RGB value is (233,98,250). Sum of RGB (Red+Green+Blue) = 233+98+250=581 (76% of max value = 765). Red value is 233 (91.41% from 255 or 40.10% from 581); Green value is 98 (38.67% from 255 or 16.87% from 581); Blue value is 250 (98.05% from 255 or 43.03% from 581); Max value from RGB is 250 - color contains mainly: blue. Hex color #E962FA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E962FA is #169D05. Grayscale: #9B9B9B. Windows color (decimal): -1481990 or 16409321. OLE color: 16409321.
HSL color Cylindrical-coordinate representation of color #E962FA: hue angle of 293.29º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E962FA is Cyan = 0.07, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 233 | 98 | 250 | - |
| CMYK | 0.07 | 0.61 | 0 | 0.02 |
| HSL | 293.29º | 0.94% | 0.68% | - |
| HSV(B) | 293.29º | 0.61% | 0.98% | - |
| XYZ | 55.23 | 32.96 | 93.89 | - |
| YUV | 155.69 | 181.23 | 183.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 98 | 250 | 0.07 | 0.61 | 0 | 0.02 | 293.29 | 0.94 | 0.68 |
| Hex | E9 | 62 | FA | 7 | 3D | 0 | 2 | 125 | 5E | 44 |
| Octal | 351 | 142 | 372 | 7 | 75 | 0 | 2 | 445 | 136 | 104 |
| Binary | 11101001 | 1100010 | 11111010 | 111 | 111101 | 0 | 10 | 100100101 | 1011110 | 1000100 |
Color Harmonies of #E962FA
Complementary color
Monochromatic Colors of #E962FA
Black with #E962FA
Text Example
Text Example
White with #E962FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E962FA; }
p { color: rgb(233,98,250); }
H1.HeaderClassName
{
color: #E962FA;
}
.AnyTagClassName
{
color: #E962FA;
}
</style>
background-color css
<style>
a { background-color: #E962FA; }
a { background-color: rgb(233,98,250); }
div.DivClassName
{
background-color: #E962FA;
}
.BgClassName
{
background-color: #E962FA;
}
</style>
border-color css
<style>
span { border-color: #E962FA; }
span { border-color: rgb(233,98,250); }
td.TdClassName
{
border-color: #E962FA;
}
.TagClassName
{
border-color: #E962FA;
}
</style>