Shades of Heliotrope #E76EFB
Tints of Heliotrope #E76EFB
RGB
CMYK
RGB Variations
Color information
#E76EFB (or 0xE76EFB) is known color: Heliotrope. HEX triplet: E7, 6E and FB. RGB value is (231,110,251). Sum of RGB (Red+Green+Blue) = 231+110+251=592 (78% of max value = 765). Red value is 231 (90.62% from 255 or 39.02% from 592); Green value is 110 (43.36% from 255 or 18.58% from 592); Blue value is 251 (98.44% from 255 or 42.40% from 592); Max value from RGB is 251 - color contains mainly: blue. Hex color #E76EFB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E76EFB is #189104. Grayscale: #A1A1A1. Windows color (decimal): -1609989 or 16477927. OLE color: 16477927.
HSL color Cylindrical-coordinate representation of color #E76EFB: hue angle of 291.49º degrees, saturation: 0.95, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E76EFB is Cyan = 0.08, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 231 | 110 | 251 | - |
| CMYK | 0.08 | 0.56 | 0 | 0.02 |
| HSL | 291.49º | 0.95% | 0.71% | - |
| HSV(B) | 291.49º | 0.56% | 0.98% | - |
| XYZ | 55.94 | 35.11 | 95.09 | - |
| YUV | 162.25 | 178.09 | 177.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 110 | 251 | 0.08 | 0.56 | 0 | 0.02 | 291.49 | 0.95 | 0.71 |
| Hex | E7 | 6E | FB | 8 | 38 | 0 | 2 | 123 | 5F | 47 |
| Octal | 347 | 156 | 373 | 10 | 70 | 0 | 2 | 443 | 137 | 107 |
| Binary | 11100111 | 1101110 | 11111011 | 1000 | 111000 | 0 | 10 | 100100011 | 1011111 | 1000111 |
Color Harmonies of #E76EFB
Complementary color
Monochromatic Colors of #E76EFB
Black with #E76EFB
Text Example
Text Example
White with #E76EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E76EFB; }
p { color: rgb(231,110,251); }
H1.HeaderClassName
{
color: #E76EFB;
}
.AnyTagClassName
{
color: #E76EFB;
}
</style>
background-color css
<style>
a { background-color: #E76EFB; }
a { background-color: rgb(231,110,251); }
div.DivClassName
{
background-color: #E76EFB;
}
.BgClassName
{
background-color: #E76EFB;
}
</style>
border-color css
<style>
span { border-color: #E76EFB; }
span { border-color: rgb(231,110,251); }
td.TdClassName
{
border-color: #E76EFB;
}
.TagClassName
{
border-color: #E76EFB;
}
</style>