Shades of Heliotrope #E76EFF
Tints of Heliotrope #E76EFF
RGB
CMYK
RGB Variations
Color information
#E76EFF (or 0xE76EFF) is known color: Heliotrope. HEX triplet: E7, 6E and FF. RGB value is (231,110,255). Sum of RGB (Red+Green+Blue) = 231+110+255=596 (78% of max value = 765). Red value is 231 (90.62% from 255 or 38.76% from 596); Green value is 110 (43.36% from 255 or 18.46% from 596); Blue value is 255 (100% from 255 or 42.79% from 596); Max value from RGB is 255 - color contains mainly: blue. Hex color #E76EFF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E76EFF is #189100. Grayscale: #A2A2A2. Windows color (decimal): -1609985 or 16740071. OLE color: 16740071.
HSL color Cylindrical-coordinate representation of color #E76EFF: hue angle of 290.07º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E76EFF is Cyan = 0.09, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 231 | 110 | 255 | - |
| CMYK | 0.09 | 0.57 | 0 | 0 |
| HSL | 290.07º | 1% | 0.72% | - |
| HSV(B) | 290.07º | 0.57% | 1% | - |
| XYZ | 56.58 | 35.36 | 98.45 | - |
| YUV | 162.71 | 180.09 | 176.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 110 | 255 | 0.09 | 0.57 | 0 | 0 | 290.07 | 1 | 0.72 |
| Hex | E7 | 6E | FF | 9 | 39 | 0 | 0 | 122 | 64 | 48 |
| Octal | 347 | 156 | 377 | 11 | 71 | 0 | 0 | 442 | 144 | 110 |
| Binary | 11100111 | 1101110 | 11111111 | 1001 | 111001 | 0 | 0 | 100100010 | 1100100 | 1001000 |
Color Harmonies of #E76EFF
Complementary color
Monochromatic Colors of #E76EFF
Black with #E76EFF
Text Example
Text Example
White with #E76EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E76EFF; }
p { color: rgb(231,110,255); }
H1.HeaderClassName
{
color: #E76EFF;
}
.AnyTagClassName
{
color: #E76EFF;
}
</style>
background-color css
<style>
a { background-color: #E76EFF; }
a { background-color: rgb(231,110,255); }
div.DivClassName
{
background-color: #E76EFF;
}
.BgClassName
{
background-color: #E76EFF;
}
</style>
border-color css
<style>
span { border-color: #E76EFF; }
span { border-color: rgb(231,110,255); }
td.TdClassName
{
border-color: #E76EFF;
}
.TagClassName
{
border-color: #E76EFF;
}
</style>