Shades of Heliotrope #E76DFB
Tints of Heliotrope #E76DFB
RGB
CMYK
RGB Variations
Color information
#E76DFB (or 0xE76DFB) is known color: Heliotrope. HEX triplet: E7, 6D and FB. RGB value is (231,109,251). Sum of RGB (Red+Green+Blue) = 231+109+251=591 (78% of max value = 765). Red value is 231 (90.62% from 255 or 39.09% from 591); Green value is 109 (42.97% from 255 or 18.44% from 591); Blue value is 251 (98.44% from 255 or 42.47% from 591); Max value from RGB is 251 - color contains mainly: blue. Hex color #E76DFB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E76DFB is #189204. Grayscale: #A1A1A1. Windows color (decimal): -1610245 or 16477671. OLE color: 16477671.
HSL color Cylindrical-coordinate representation of color #E76DFB: hue angle of 291.55º degrees, saturation: 0.95, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E76DFB is Cyan = 0.08, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 231 | 109 | 251 | - |
| CMYK | 0.08 | 0.57 | 0 | 0.02 |
| HSL | 291.55º | 0.95% | 0.71% | - |
| HSV(B) | 291.55º | 0.57% | 0.98% | - |
| XYZ | 55.84 | 34.89 | 95.06 | - |
| YUV | 161.67 | 178.42 | 177.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 109 | 251 | 0.08 | 0.57 | 0 | 0.02 | 291.55 | 0.95 | 0.71 |
| Hex | E7 | 6D | FB | 8 | 39 | 0 | 2 | 124 | 5F | 47 |
| Octal | 347 | 155 | 373 | 10 | 71 | 0 | 2 | 444 | 137 | 107 |
| Binary | 11100111 | 1101101 | 11111011 | 1000 | 111001 | 0 | 10 | 100100100 | 1011111 | 1000111 |
Color Harmonies of #E76DFB
Complementary color
Monochromatic Colors of #E76DFB
Black with #E76DFB
Text Example
Text Example
White with #E76DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E76DFB; }
p { color: rgb(231,109,251); }
H1.HeaderClassName
{
color: #E76DFB;
}
.AnyTagClassName
{
color: #E76DFB;
}
</style>
background-color css
<style>
a { background-color: #E76DFB; }
a { background-color: rgb(231,109,251); }
div.DivClassName
{
background-color: #E76DFB;
}
.BgClassName
{
background-color: #E76DFB;
}
</style>
border-color css
<style>
span { border-color: #E76DFB; }
span { border-color: rgb(231,109,251); }
td.TdClassName
{
border-color: #E76DFB;
}
.TagClassName
{
border-color: #E76DFB;
}
</style>