Shades of Heliotrope #E964F9
Tints of Heliotrope #E964F9
RGB
CMYK
RGB Variations
Color information
#E964F9 (or 0xE964F9) is known color: Heliotrope. HEX triplet: E9, 64 and F9. RGB value is (233,100,249). Sum of RGB (Red+Green+Blue) = 233+100+249=582 (77% of max value = 765). Red value is 233 (91.41% from 255 or 40.03% from 582); Green value is 100 (39.45% from 255 or 17.18% from 582); Blue value is 249 (97.66% from 255 or 42.78% from 582); Max value from RGB is 249 - color contains mainly: blue. Hex color #E964F9 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E964F9 is #169B06. Grayscale: #9C9C9C. Windows color (decimal): -1481479 or 16344297. OLE color: 16344297.
HSL color Cylindrical-coordinate representation of color #E964F9: hue angle of 293.56º degrees, saturation: 0.93, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E964F9 is Cyan = 0.06, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 233 | 100 | 249 | - |
| CMYK | 0.06 | 0.60 | 0 | 0.02 |
| HSL | 293.56º | 0.93% | 0.68% | - |
| HSV(B) | 293.56º | 0.6% | 0.98% | - |
| XYZ | 55.26 | 33.28 | 93.13 | - |
| YUV | 156.75 | 180.06 | 182.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 100 | 249 | 0.06 | 0.60 | 0 | 0.02 | 293.56 | 0.93 | 0.68 |
| Hex | E9 | 64 | F9 | 6 | 3C | 0 | 2 | 126 | 5D | 44 |
| Octal | 351 | 144 | 371 | 6 | 74 | 0 | 2 | 446 | 135 | 104 |
| Binary | 11101001 | 1100100 | 11111001 | 110 | 111100 | 0 | 10 | 100100110 | 1011101 | 1000100 |
Color Harmonies of #E964F9
Complementary color
Monochromatic Colors of #E964F9
Black with #E964F9
Text Example
Text Example
White with #E964F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E964F9; }
p { color: rgb(233,100,249); }
H1.HeaderClassName
{
color: #E964F9;
}
.AnyTagClassName
{
color: #E964F9;
}
</style>
background-color css
<style>
a { background-color: #E964F9; }
a { background-color: rgb(233,100,249); }
div.DivClassName
{
background-color: #E964F9;
}
.BgClassName
{
background-color: #E964F9;
}
</style>
border-color css
<style>
span { border-color: #E964F9; }
span { border-color: rgb(233,100,249); }
td.TdClassName
{
border-color: #E964F9;
}
.TagClassName
{
border-color: #E964F9;
}
</style>