Shades of Heliotrope #E964F4
Tints of Heliotrope #E964F4
RGB
CMYK
RGB Variations
Color information
#E964F4 (or 0xE964F4) is known color: Heliotrope. HEX triplet: E9, 64 and F4. RGB value is (233,100,244). Sum of RGB (Red+Green+Blue) = 233+100+244=577 (76% of max value = 765). Red value is 233 (91.41% from 255 or 40.38% from 577); Green value is 100 (39.45% from 255 or 17.33% from 577); Blue value is 244 (95.70% from 255 or 42.29% from 577); Max value from RGB is 244 - color contains mainly: blue. Hex color #E964F4 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E964F4 is #169B0B. Grayscale: #9B9B9B. Windows color (decimal): -1481484 or 16016617. OLE color: 16016617.
HSL color Cylindrical-coordinate representation of color #E964F4: hue angle of 295.42º degrees, saturation: 0.87, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E964F4 is Cyan = 0.05, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 233 | 100 | 244 | - |
| CMYK | 0.05 | 0.59 | 0 | 0.04 |
| HSL | 295.42º | 0.87% | 0.67% | - |
| HSV(B) | 295.42º | 0.59% | 0.96% | - |
| XYZ | 54.49 | 32.97 | 89.08 | - |
| YUV | 156.18 | 177.56 | 182.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 100 | 244 | 0.05 | 0.59 | 0 | 0.04 | 295.42 | 0.87 | 0.67 |
| Hex | E9 | 64 | F4 | 5 | 3B | 0 | 4 | 127 | 57 | 43 |
| Octal | 351 | 144 | 364 | 5 | 73 | 0 | 4 | 447 | 127 | 103 |
| Binary | 11101001 | 1100100 | 11110100 | 101 | 111011 | 0 | 100 | 100100111 | 1010111 | 1000011 |
Color Harmonies of #E964F4
Complementary color
Monochromatic Colors of #E964F4
Black with #E964F4
Text Example
Text Example
White with #E964F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E964F4; }
p { color: rgb(233,100,244); }
H1.HeaderClassName
{
color: #E964F4;
}
.AnyTagClassName
{
color: #E964F4;
}
</style>
background-color css
<style>
a { background-color: #E964F4; }
a { background-color: rgb(233,100,244); }
div.DivClassName
{
background-color: #E964F4;
}
.BgClassName
{
background-color: #E964F4;
}
</style>
border-color css
<style>
span { border-color: #E964F4; }
span { border-color: rgb(233,100,244); }
td.TdClassName
{
border-color: #E964F4;
}
.TagClassName
{
border-color: #E964F4;
}
</style>