Shades of Heliotrope #E76BEF
Tints of Heliotrope #E76BEF
RGB
CMYK
RGB Variations
Color information
#E76BEF (or 0xE76BEF) is known color: Heliotrope. HEX triplet: E7, 6B and EF. RGB value is (231,107,239). Sum of RGB (Red+Green+Blue) = 231+107+239=577 (76% of max value = 765). Red value is 231 (90.62% from 255 or 40.03% from 577); Green value is 107 (42.19% from 255 or 18.54% from 577); Blue value is 239 (93.75% from 255 or 41.42% from 577); Max value from RGB is 239 - color contains mainly: blue. Hex color #E76BEF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E76BEF is #189410. Grayscale: #9E9E9E. Windows color (decimal): -1610769 or 15690727. OLE color: 15690727.
HSL color Cylindrical-coordinate representation of color #E76BEF: hue angle of 296.36º degrees, saturation: 0.8, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E76BEF is Cyan = 0.03, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 231 | 107 | 239 | - |
| CMYK | 0.03 | 0.55 | 0 | 0.06 |
| HSL | 296.36º | 0.8% | 0.68% | - |
| HSV(B) | 296.36º | 0.55% | 0.94% | - |
| XYZ | 53.79 | 33.74 | 85.34 | - |
| YUV | 159.12 | 173.08 | 179.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 107 | 239 | 0.03 | 0.55 | 0 | 0.06 | 296.36 | 0.8 | 0.68 |
| Hex | E7 | 6B | EF | 3 | 37 | 0 | 6 | 128 | 50 | 44 |
| Octal | 347 | 153 | 357 | 3 | 67 | 0 | 6 | 450 | 120 | 104 |
| Binary | 11100111 | 1101011 | 11101111 | 11 | 110111 | 0 | 110 | 100101000 | 1010000 | 1000100 |
Color Harmonies of #E76BEF
Complementary color
Monochromatic Colors of #E76BEF
Black with #E76BEF
Text Example
Text Example
White with #E76BEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E76BEF; }
p { color: rgb(231,107,239); }
H1.HeaderClassName
{
color: #E76BEF;
}
.AnyTagClassName
{
color: #E76BEF;
}
</style>
background-color css
<style>
a { background-color: #E76BEF; }
a { background-color: rgb(231,107,239); }
div.DivClassName
{
background-color: #E76BEF;
}
.BgClassName
{
background-color: #E76BEF;
}
</style>
border-color css
<style>
span { border-color: #E76BEF; }
span { border-color: rgb(231,107,239); }
td.TdClassName
{
border-color: #E76BEF;
}
.TagClassName
{
border-color: #E76BEF;
}
</style>