Shades of Heliotrope #E967FA
Tints of Heliotrope #E967FA
RGB
CMYK
RGB Variations
Color information
#E967FA (or 0xE967FA) is known color: Heliotrope. HEX triplet: E9, 67 and FA. RGB value is (233,103,250). Sum of RGB (Red+Green+Blue) = 233+103+250=586 (77% of max value = 765). Red value is 233 (91.41% from 255 or 39.76% from 586); Green value is 103 (40.62% from 255 or 17.58% from 586); Blue value is 250 (98.05% from 255 or 42.66% from 586); Max value from RGB is 250 - color contains mainly: blue. Hex color #E967FA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E967FA is #169805. Grayscale: #9E9E9E. Windows color (decimal): -1480710 or 16410601. OLE color: 16410601.
HSL color Cylindrical-coordinate representation of color #E967FA: hue angle of 293.06º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E967FA is Cyan = 0.07, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 233 | 103 | 250 | - |
| CMYK | 0.07 | 0.59 | 0 | 0.02 |
| HSL | 293.06º | 0.94% | 0.69% | - |
| HSV(B) | 293.06º | 0.59% | 0.98% | - |
| XYZ | 55.71 | 33.93 | 94.05 | - |
| YUV | 158.63 | 179.57 | 181.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 103 | 250 | 0.07 | 0.59 | 0 | 0.02 | 293.06 | 0.94 | 0.69 |
| Hex | E9 | 67 | FA | 7 | 3B | 0 | 2 | 125 | 5E | 45 |
| Octal | 351 | 147 | 372 | 7 | 73 | 0 | 2 | 445 | 136 | 105 |
| Binary | 11101001 | 1100111 | 11111010 | 111 | 111011 | 0 | 10 | 100100101 | 1011110 | 1000101 |
Color Harmonies of #E967FA
Complementary color
Monochromatic Colors of #E967FA
Black with #E967FA
Text Example
Text Example
White with #E967FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E967FA; }
p { color: rgb(233,103,250); }
H1.HeaderClassName
{
color: #E967FA;
}
.AnyTagClassName
{
color: #E967FA;
}
</style>
background-color css
<style>
a { background-color: #E967FA; }
a { background-color: rgb(233,103,250); }
div.DivClassName
{
background-color: #E967FA;
}
.BgClassName
{
background-color: #E967FA;
}
</style>
border-color css
<style>
span { border-color: #E967FA; }
span { border-color: rgb(233,103,250); }
td.TdClassName
{
border-color: #E967FA;
}
.TagClassName
{
border-color: #E967FA;
}
</style>