Shades of Heliotrope #E764F9
Tints of Heliotrope #E764F9
RGB
CMYK
RGB Variations
Color information
#E764F9 (or 0xE764F9) is known color: Heliotrope. HEX triplet: E7, 64 and F9. RGB value is (231,100,249). Sum of RGB (Red+Green+Blue) = 231+100+249=580 (76% of max value = 765). Red value is 231 (90.62% from 255 or 39.83% from 580); Green value is 100 (39.45% from 255 or 17.24% from 580); Blue value is 249 (97.66% from 255 or 42.93% from 580); Max value from RGB is 249 - color contains mainly: blue. Hex color #E764F9 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E764F9 is #189B06. Grayscale: #9B9B9B. Windows color (decimal): -1612551 or 16344295. OLE color: 16344295.
HSL color Cylindrical-coordinate representation of color #E764F9: hue angle of 292.75º 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 #E764F9 is Cyan = 0.07, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 231 | 100 | 249 | - |
| CMYK | 0.07 | 0.60 | 0 | 0.02 |
| HSL | 292.75º | 0.93% | 0.68% | - |
| HSV(B) | 292.75º | 0.6% | 0.98% | - |
| XYZ | 54.61 | 32.94 | 93.1 | - |
| YUV | 156.16 | 180.4 | 181.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 100 | 249 | 0.07 | 0.60 | 0 | 0.02 | 292.75 | 0.93 | 0.68 |
| Hex | E7 | 64 | F9 | 7 | 3C | 0 | 2 | 125 | 5D | 44 |
| Octal | 347 | 144 | 371 | 7 | 74 | 0 | 2 | 445 | 135 | 104 |
| Binary | 11100111 | 1100100 | 11111001 | 111 | 111100 | 0 | 10 | 100100101 | 1011101 | 1000100 |
Color Harmonies of #E764F9
Complementary color
Monochromatic Colors of #E764F9
Black with #E764F9
Text Example
Text Example
White with #E764F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E764F9; }
p { color: rgb(231,100,249); }
H1.HeaderClassName
{
color: #E764F9;
}
.AnyTagClassName
{
color: #E764F9;
}
</style>
background-color css
<style>
a { background-color: #E764F9; }
a { background-color: rgb(231,100,249); }
div.DivClassName
{
background-color: #E764F9;
}
.BgClassName
{
background-color: #E764F9;
}
</style>
border-color css
<style>
span { border-color: #E764F9; }
span { border-color: rgb(231,100,249); }
td.TdClassName
{
border-color: #E764F9;
}
.TagClassName
{
border-color: #E764F9;
}
</style>