Shades of Heliotrope #E782FA
Tints of Heliotrope #E782FA
RGB
CMYK
RGB Variations
Color information
#E782FA (or 0xE782FA) is known color: Heliotrope. HEX triplet: E7, 82 and FA. RGB value is (231,130,250). Sum of RGB (Red+Green+Blue) = 231+130+250=611 (80% of max value = 765). Red value is 231 (90.62% from 255 or 37.81% from 611); Green value is 130 (51.17% from 255 or 21.28% from 611); Blue value is 250 (98.05% from 255 or 40.92% from 611); Max value from RGB is 250 - color contains mainly: blue. Hex color #E782FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E782FA is #187D05. Grayscale: #ADADAD. Windows color (decimal): -1604870 or 16417511. OLE color: 16417511.
HSL color Cylindrical-coordinate representation of color #E782FA: hue angle of 290.5º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E782FA is Cyan = 0.08, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 231 | 130 | 250 | - |
| CMYK | 0.08 | 0.48 | 0 | 0.02 |
| HSL | 290.5º | 0.92% | 0.75% | - |
| HSV(B) | 290.5º | 0.48% | 0.98% | - |
| XYZ | 58.19 | 39.86 | 95.07 | - |
| YUV | 173.88 | 170.96 | 168.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 130 | 250 | 0.08 | 0.48 | 0 | 0.02 | 290.5 | 0.92 | 0.75 |
| Hex | E7 | 82 | FA | 8 | 30 | 0 | 2 | 122 | 5C | 4B |
| Octal | 347 | 202 | 372 | 10 | 60 | 0 | 2 | 442 | 134 | 113 |
| Binary | 11100111 | 10000010 | 11111010 | 1000 | 110000 | 0 | 10 | 100100010 | 1011100 | 1001011 |
Color Harmonies of #E782FA
Complementary color
Monochromatic Colors of #E782FA
Black with #E782FA
Text Example
Text Example
White with #E782FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E782FA; }
p { color: rgb(231,130,250); }
H1.HeaderClassName
{
color: #E782FA;
}
.AnyTagClassName
{
color: #E782FA;
}
</style>
background-color css
<style>
a { background-color: #E782FA; }
a { background-color: rgb(231,130,250); }
div.DivClassName
{
background-color: #E782FA;
}
.BgClassName
{
background-color: #E782FA;
}
</style>
border-color css
<style>
span { border-color: #E782FA; }
span { border-color: rgb(231,130,250); }
td.TdClassName
{
border-color: #E782FA;
}
.TagClassName
{
border-color: #E782FA;
}
</style>