Shades of Heliotrope #E968FA
Tints of Heliotrope #E968FA
RGB
CMYK
RGB Variations
Color information
#E968FA (or 0xE968FA) is known color: Heliotrope. HEX triplet: E9, 68 and FA. RGB value is (233,104,250). Sum of RGB (Red+Green+Blue) = 233+104+250=587 (77% of max value = 765). Red value is 233 (91.41% from 255 or 39.69% from 587); Green value is 104 (41.02% from 255 or 17.72% from 587); Blue value is 250 (98.05% from 255 or 42.59% from 587); Max value from RGB is 250 - color contains mainly: blue. Hex color #E968FA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E968FA is #169705. Grayscale: #9E9E9E. Windows color (decimal): -1480454 or 16410857. OLE color: 16410857.
HSL color Cylindrical-coordinate representation of color #E968FA: hue angle of 293.01º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E968FA is Cyan = 0.07, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 233 | 104 | 250 | - |
| CMYK | 0.07 | 0.58 | 0 | 0.02 |
| HSL | 293.01º | 0.94% | 0.69% | - |
| HSV(B) | 293.01º | 0.58% | 0.98% | - |
| XYZ | 55.81 | 34.13 | 94.09 | - |
| YUV | 159.22 | 179.24 | 180.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 104 | 250 | 0.07 | 0.58 | 0 | 0.02 | 293.01 | 0.94 | 0.69 |
| Hex | E9 | 68 | FA | 7 | 3A | 0 | 2 | 125 | 5E | 45 |
| Octal | 351 | 150 | 372 | 7 | 72 | 0 | 2 | 445 | 136 | 105 |
| Binary | 11101001 | 1101000 | 11111010 | 111 | 111010 | 0 | 10 | 100100101 | 1011110 | 1000101 |
Color Harmonies of #E968FA
Complementary color
Monochromatic Colors of #E968FA
Black with #E968FA
Text Example
Text Example
White with #E968FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E968FA; }
p { color: rgb(233,104,250); }
H1.HeaderClassName
{
color: #E968FA;
}
.AnyTagClassName
{
color: #E968FA;
}
</style>
background-color css
<style>
a { background-color: #E968FA; }
a { background-color: rgb(233,104,250); }
div.DivClassName
{
background-color: #E968FA;
}
.BgClassName
{
background-color: #E968FA;
}
</style>
border-color css
<style>
span { border-color: #E968FA; }
span { border-color: rgb(233,104,250); }
td.TdClassName
{
border-color: #E968FA;
}
.TagClassName
{
border-color: #E968FA;
}
</style>