Shades of Heliotrope #E77EFF
Tints of Heliotrope #E77EFF
RGB
CMYK
RGB Variations
Color information
#E77EFF (or 0xE77EFF) is known color: Heliotrope. HEX triplet: E7, 7E and FF. RGB value is (231,126,255). Sum of RGB (Red+Green+Blue) = 231+126+255=612 (81% of max value = 765). Red value is 231 (90.62% from 255 or 37.75% from 612); Green value is 126 (49.61% from 255 or 20.59% from 612); Blue value is 255 (100% from 255 or 41.67% from 612); Max value from RGB is 255 - color contains mainly: blue. Hex color #E77EFF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E77EFF is #188100. Grayscale: #ABABAB. Windows color (decimal): -1605889 or 16744167. OLE color: 16744167.
HSL color Cylindrical-coordinate representation of color #E77EFF: hue angle of 288.84º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E77EFF is Cyan = 0.09, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 231 | 126 | 255 | - |
| CMYK | 0.09 | 0.51 | 0 | 0 |
| HSL | 288.84º | 1% | 0.75% | - |
| HSV(B) | 288.84º | 0.51% | 1% | - |
| XYZ | 58.47 | 39.13 | 99.08 | - |
| YUV | 172.1 | 174.79 | 170.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 126 | 255 | 0.09 | 0.51 | 0 | 0 | 288.84 | 1 | 0.75 |
| Hex | E7 | 7E | FF | 9 | 33 | 0 | 0 | 121 | 64 | 4B |
| Octal | 347 | 176 | 377 | 11 | 63 | 0 | 0 | 441 | 144 | 113 |
| Binary | 11100111 | 1111110 | 11111111 | 1001 | 110011 | 0 | 0 | 100100001 | 1100100 | 1001011 |
Color Harmonies of #E77EFF
Complementary color
Monochromatic Colors of #E77EFF
Black with #E77EFF
Text Example
Text Example
White with #E77EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E77EFF; }
p { color: rgb(231,126,255); }
H1.HeaderClassName
{
color: #E77EFF;
}
.AnyTagClassName
{
color: #E77EFF;
}
</style>
background-color css
<style>
a { background-color: #E77EFF; }
a { background-color: rgb(231,126,255); }
div.DivClassName
{
background-color: #E77EFF;
}
.BgClassName
{
background-color: #E77EFF;
}
</style>
border-color css
<style>
span { border-color: #E77EFF; }
span { border-color: rgb(231,126,255); }
td.TdClassName
{
border-color: #E77EFF;
}
.TagClassName
{
border-color: #E77EFF;
}
</style>