Shades of Heliotrope #E764F0
Tints of Heliotrope #E764F0
RGB
CMYK
RGB Variations
Color information
#E764F0 (or 0xE764F0) is known color: Heliotrope. HEX triplet: E7, 64 and F0. RGB value is (231,100,240). Sum of RGB (Red+Green+Blue) = 231+100+240=571 (75% of max value = 765). Red value is 231 (90.62% from 255 or 40.46% from 571); Green value is 100 (39.45% from 255 or 17.51% from 571); Blue value is 240 (94.14% from 255 or 42.03% from 571); Max value from RGB is 240 - color contains mainly: blue. Hex color #E764F0 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E764F0 is #189B0F. Grayscale: #9A9A9A. Windows color (decimal): -1612560 or 15754471. OLE color: 15754471.
HSL color Cylindrical-coordinate representation of color #E764F0: hue angle of 296.14º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E764F0 is Cyan = 0.04, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 231 | 100 | 240 | - |
| CMYK | 0.04 | 0.58 | 0 | 0.06 |
| HSL | 296.14º | 0.82% | 0.67% | - |
| HSV(B) | 296.14º | 0.58% | 0.94% | - |
| XYZ | 53.24 | 32.39 | 85.88 | - |
| YUV | 155.13 | 175.9 | 182.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 100 | 240 | 0.04 | 0.58 | 0 | 0.06 | 296.14 | 0.82 | 0.67 |
| Hex | E7 | 64 | F0 | 4 | 3A | 0 | 6 | 128 | 52 | 43 |
| Octal | 347 | 144 | 360 | 4 | 72 | 0 | 6 | 450 | 122 | 103 |
| Binary | 11100111 | 1100100 | 11110000 | 100 | 111010 | 0 | 110 | 100101000 | 1010010 | 1000011 |
Color Harmonies of #E764F0
Complementary color
Monochromatic Colors of #E764F0
Black with #E764F0
Text Example
Text Example
White with #E764F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E764F0; }
p { color: rgb(231,100,240); }
H1.HeaderClassName
{
color: #E764F0;
}
.AnyTagClassName
{
color: #E764F0;
}
</style>
background-color css
<style>
a { background-color: #E764F0; }
a { background-color: rgb(231,100,240); }
div.DivClassName
{
background-color: #E764F0;
}
.BgClassName
{
background-color: #E764F0;
}
</style>
border-color css
<style>
span { border-color: #E764F0; }
span { border-color: rgb(231,100,240); }
td.TdClassName
{
border-color: #E764F0;
}
.TagClassName
{
border-color: #E764F0;
}
</style>