Shades of Heliotrope #E782FF
Tints of Heliotrope #E782FF
RGB
CMYK
RGB Variations
Color information
#E782FF (or 0xE782FF) is known color: Heliotrope. HEX triplet: E7, 82 and FF. RGB value is (231,130,255). Sum of RGB (Red+Green+Blue) = 231+130+255=616 (81% of max value = 765). Red value is 231 (90.62% from 255 or 37.5% from 616); Green value is 130 (51.17% from 255 or 21.10% from 616); Blue value is 255 (100% from 255 or 41.40% from 616); Max value from RGB is 255 - color contains mainly: blue. Hex color #E782FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E782FF is #187D00. Grayscale: #AEAEAE. Windows color (decimal): -1604865 or 16745191. OLE color: 16745191.
HSL color Cylindrical-coordinate representation of color #E782FF: hue angle of 288.48º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E782FF is Cyan = 0.09, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 231 | 130 | 255 | - |
| CMYK | 0.09 | 0.49 | 0 | 0 |
| HSL | 288.48º | 1% | 0.75% | - |
| HSV(B) | 288.48º | 0.49% | 1% | - |
| XYZ | 58.99 | 40.17 | 99.25 | - |
| YUV | 174.45 | 173.46 | 168.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 130 | 255 | 0.09 | 0.49 | 0 | 0 | 288.48 | 1 | 0.75 |
| Hex | E7 | 82 | FF | 9 | 31 | 0 | 0 | 120 | 64 | 4B |
| Octal | 347 | 202 | 377 | 11 | 61 | 0 | 0 | 440 | 144 | 113 |
| Binary | 11100111 | 10000010 | 11111111 | 1001 | 110001 | 0 | 0 | 100100000 | 1100100 | 1001011 |
Color Harmonies of #E782FF
Complementary color
Monochromatic Colors of #E782FF
Black with #E782FF
Text Example
Text Example
White with #E782FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E782FF; }
p { color: rgb(231,130,255); }
H1.HeaderClassName
{
color: #E782FF;
}
.AnyTagClassName
{
color: #E782FF;
}
</style>
background-color css
<style>
a { background-color: #E782FF; }
a { background-color: rgb(231,130,255); }
div.DivClassName
{
background-color: #E782FF;
}
.BgClassName
{
background-color: #E782FF;
}
</style>
border-color css
<style>
span { border-color: #E782FF; }
span { border-color: rgb(231,130,255); }
td.TdClassName
{
border-color: #E782FF;
}
.TagClassName
{
border-color: #E782FF;
}
</style>