Shades of Heliotrope #E76DFE
Tints of Heliotrope #E76DFE
RGB
CMYK
RGB Variations
Color information
#E76DFE (or 0xE76DFE) is known color: Heliotrope. HEX triplet: E7, 6D and FE. RGB value is (231,109,254). Sum of RGB (Red+Green+Blue) = 231+109+254=594 (78% of max value = 765). Red value is 231 (90.62% from 255 or 38.89% from 594); Green value is 109 (42.97% from 255 or 18.35% from 594); Blue value is 254 (99.61% from 255 or 42.76% from 594); Max value from RGB is 254 - color contains mainly: blue. Hex color #E76DFE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E76DFE is #189201. Grayscale: #A1A1A1. Windows color (decimal): -1610242 or 16674279. OLE color: 16674279.
HSL color Cylindrical-coordinate representation of color #E76DFE: hue angle of 290.48º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E76DFE is Cyan = 0.09, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 231 | 109 | 254 | - |
| CMYK | 0.09 | 0.57 | 0 | 0.00 |
| HSL | 290.48º | 0.99% | 0.71% | - |
| HSV(B) | 290.48º | 0.57% | 1% | - |
| XYZ | 56.31 | 35.08 | 97.57 | - |
| YUV | 162.01 | 179.92 | 177.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 109 | 254 | 0.09 | 0.57 | 0 | 0.00 | 290.48 | 0.99 | 0.71 |
| Hex | E7 | 6D | FE | 9 | 39 | 0 | 0 | 122 | 63 | 47 |
| Octal | 347 | 155 | 376 | 11 | 71 | 0 | 0 | 442 | 143 | 107 |
| Binary | 11100111 | 1101101 | 11111110 | 1001 | 111001 | 0 | 0 | 100100010 | 1100011 | 1000111 |
Color Harmonies of #E76DFE
Complementary color
Monochromatic Colors of #E76DFE
Black with #E76DFE
Text Example
Text Example
White with #E76DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E76DFE; }
p { color: rgb(231,109,254); }
H1.HeaderClassName
{
color: #E76DFE;
}
.AnyTagClassName
{
color: #E76DFE;
}
</style>
background-color css
<style>
a { background-color: #E76DFE; }
a { background-color: rgb(231,109,254); }
div.DivClassName
{
background-color: #E76DFE;
}
.BgClassName
{
background-color: #E76DFE;
}
</style>
border-color css
<style>
span { border-color: #E76DFE; }
span { border-color: rgb(231,109,254); }
td.TdClassName
{
border-color: #E76DFE;
}
.TagClassName
{
border-color: #E76DFE;
}
</style>