Shades of Heliotrope #E961FA
Tints of Heliotrope #E961FA
RGB
CMYK
RGB Variations
Color information
#E961FA (or 0xE961FA) is known color: Heliotrope. HEX triplet: E9, 61 and FA. RGB value is (233,97,250). Sum of RGB (Red+Green+Blue) = 233+97+250=580 (76% of max value = 765). Red value is 233 (91.41% from 255 or 40.17% from 580); Green value is 97 (38.28% from 255 or 16.72% from 580); Blue value is 250 (98.05% from 255 or 43.10% from 580); Max value from RGB is 250 - color contains mainly: blue. Hex color #E961FA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E961FA is #169E05. Grayscale: #9A9A9A. Windows color (decimal): -1482246 or 16409065. OLE color: 16409065.
HSL color Cylindrical-coordinate representation of color #E961FA: hue angle of 293.33º 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 #E961FA is Cyan = 0.07, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 233 | 97 | 250 | - |
| CMYK | 0.07 | 0.61 | 0 | 0.02 |
| HSL | 293.33º | 0.94% | 0.68% | - |
| HSV(B) | 293.33º | 0.61% | 0.98% | - |
| XYZ | 55.13 | 32.78 | 93.86 | - |
| YUV | 155.11 | 181.56 | 183.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 97 | 250 | 0.07 | 0.61 | 0 | 0.02 | 293.33 | 0.94 | 0.68 |
| Hex | E9 | 61 | FA | 7 | 3D | 0 | 2 | 125 | 5E | 44 |
| Octal | 351 | 141 | 372 | 7 | 75 | 0 | 2 | 445 | 136 | 104 |
| Binary | 11101001 | 1100001 | 11111010 | 111 | 111101 | 0 | 10 | 100100101 | 1011110 | 1000100 |
Color Harmonies of #E961FA
Complementary color
Monochromatic Colors of #E961FA
Black with #E961FA
Text Example
Text Example
White with #E961FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E961FA; }
p { color: rgb(233,97,250); }
H1.HeaderClassName
{
color: #E961FA;
}
.AnyTagClassName
{
color: #E961FA;
}
</style>
background-color css
<style>
a { background-color: #E961FA; }
a { background-color: rgb(233,97,250); }
div.DivClassName
{
background-color: #E961FA;
}
.BgClassName
{
background-color: #E961FA;
}
</style>
border-color css
<style>
span { border-color: #E961FA; }
span { border-color: rgb(233,97,250); }
td.TdClassName
{
border-color: #E961FA;
}
.TagClassName
{
border-color: #E961FA;
}
</style>