Shades of Heliotrope #E780FF
Tints of Heliotrope #E780FF
RGB
CMYK
RGB Variations
Color information
#E780FF (or 0xE780FF) is known color: Heliotrope. HEX triplet: E7, 80 and FF. RGB value is (231,128,255). Sum of RGB (Red+Green+Blue) = 231+128+255=614 (81% of max value = 765). Red value is 231 (90.62% from 255 or 37.62% from 614); Green value is 128 (50.39% from 255 or 20.85% from 614); Blue value is 255 (100% from 255 or 41.53% from 614); Max value from RGB is 255 - color contains mainly: blue. Hex color #E780FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E780FF is #187F00. Grayscale: #ACACAC. Windows color (decimal): -1605377 or 16744679. OLE color: 16744679.
HSL color Cylindrical-coordinate representation of color #E780FF: hue angle of 288.66º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E780FF is Cyan = 0.09, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 231 | 128 | 255 | - |
| CMYK | 0.09 | 0.50 | 0 | 0 |
| HSL | 288.66º | 1% | 0.75% | - |
| HSV(B) | 288.66º | 0.5% | 1% | - |
| XYZ | 58.72 | 39.65 | 99.17 | - |
| YUV | 173.28 | 174.12 | 169.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 128 | 255 | 0.09 | 0.50 | 0 | 0 | 288.66 | 1 | 0.75 |
| Hex | E7 | 80 | FF | 9 | 32 | 0 | 0 | 121 | 64 | 4B |
| Octal | 347 | 200 | 377 | 11 | 62 | 0 | 0 | 441 | 144 | 113 |
| Binary | 11100111 | 10000000 | 11111111 | 1001 | 110010 | 0 | 0 | 100100001 | 1100100 | 1001011 |
Color Harmonies of #E780FF
Complementary color
Monochromatic Colors of #E780FF
Black with #E780FF
Text Example
Text Example
White with #E780FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E780FF; }
p { color: rgb(231,128,255); }
H1.HeaderClassName
{
color: #E780FF;
}
.AnyTagClassName
{
color: #E780FF;
}
</style>
background-color css
<style>
a { background-color: #E780FF; }
a { background-color: rgb(231,128,255); }
div.DivClassName
{
background-color: #E780FF;
}
.BgClassName
{
background-color: #E780FF;
}
</style>
border-color css
<style>
span { border-color: #E780FF; }
span { border-color: rgb(231,128,255); }
td.TdClassName
{
border-color: #E780FF;
}
.TagClassName
{
border-color: #E780FF;
}
</style>