Shades of Heliotrope #E764FE
Tints of Heliotrope #E764FE
RGB
CMYK
RGB Variations
Color information
#E764FE (or 0xE764FE) is known color: Heliotrope. HEX triplet: E7, 64 and FE. RGB value is (231,100,254). Sum of RGB (Red+Green+Blue) = 231+100+254=585 (77% of max value = 765). Red value is 231 (90.62% from 255 or 39.49% from 585); Green value is 100 (39.45% from 255 or 17.09% from 585); Blue value is 254 (99.61% from 255 or 43.42% from 585); Max value from RGB is 254 - color contains mainly: blue. Hex color #E764FE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E764FE is #189B01. Grayscale: #9C9C9C. Windows color (decimal): -1612546 or 16671975. OLE color: 16671975.
HSL color Cylindrical-coordinate representation of color #E764FE: hue angle of 291.04º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E764FE is Cyan = 0.09, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 231 | 100 | 254 | - |
| CMYK | 0.09 | 0.61 | 0 | 0.00 |
| HSL | 291.04º | 0.99% | 0.69% | - |
| HSV(B) | 291.04º | 0.61% | 1% | - |
| XYZ | 55.4 | 33.26 | 97.27 | - |
| YUV | 156.73 | 182.9 | 180.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 100 | 254 | 0.09 | 0.61 | 0 | 0.00 | 291.04 | 0.99 | 0.69 |
| Hex | E7 | 64 | FE | 9 | 3D | 0 | 0 | 123 | 63 | 45 |
| Octal | 347 | 144 | 376 | 11 | 75 | 0 | 0 | 443 | 143 | 105 |
| Binary | 11100111 | 1100100 | 11111110 | 1001 | 111101 | 0 | 0 | 100100011 | 1100011 | 1000101 |
Color Harmonies of #E764FE
Complementary color
Monochromatic Colors of #E764FE
Black with #E764FE
Text Example
Text Example
White with #E764FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E764FE; }
p { color: rgb(231,100,254); }
H1.HeaderClassName
{
color: #E764FE;
}
.AnyTagClassName
{
color: #E764FE;
}
</style>
background-color css
<style>
a { background-color: #E764FE; }
a { background-color: rgb(231,100,254); }
div.DivClassName
{
background-color: #E764FE;
}
.BgClassName
{
background-color: #E764FE;
}
</style>
border-color css
<style>
span { border-color: #E764FE; }
span { border-color: rgb(231,100,254); }
td.TdClassName
{
border-color: #E764FE;
}
.TagClassName
{
border-color: #E764FE;
}
</style>