Shades of Heliotrope #E782FE
Tints of Heliotrope #E782FE
RGB
CMYK
RGB Variations
Color information
#E782FE (or 0xE782FE) is known color: Heliotrope. HEX triplet: E7, 82 and FE. RGB value is (231,130,254). Sum of RGB (Red+Green+Blue) = 231+130+254=615 (81% of max value = 765). Red value is 231 (90.62% from 255 or 37.56% from 615); Green value is 130 (51.17% from 255 or 21.14% from 615); Blue value is 254 (99.61% from 255 or 41.30% from 615); Max value from RGB is 254 - color contains mainly: blue. Hex color #E782FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E782FE is #187D01. Grayscale: #ADADAD. Windows color (decimal): -1604866 or 16679655. OLE color: 16679655.
HSL color Cylindrical-coordinate representation of color #E782FE: hue angle of 288.87º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E782FE is Cyan = 0.09, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 231 | 130 | 254 | - |
| CMYK | 0.09 | 0.49 | 0 | 0.00 |
| HSL | 288.87º | 0.98% | 0.75% | - |
| HSV(B) | 288.87º | 0.49% | 1% | - |
| XYZ | 58.83 | 40.11 | 98.41 | - |
| YUV | 174.34 | 172.96 | 168.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 130 | 254 | 0.09 | 0.49 | 0 | 0.00 | 288.87 | 0.98 | 0.75 |
| Hex | E7 | 82 | FE | 9 | 31 | 0 | 0 | 121 | 62 | 4B |
| Octal | 347 | 202 | 376 | 11 | 61 | 0 | 0 | 441 | 142 | 113 |
| Binary | 11100111 | 10000010 | 11111110 | 1001 | 110001 | 0 | 0 | 100100001 | 1100010 | 1001011 |
Color Harmonies of #E782FE
Complementary color
Monochromatic Colors of #E782FE
Black with #E782FE
Text Example
Text Example
White with #E782FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E782FE; }
p { color: rgb(231,130,254); }
H1.HeaderClassName
{
color: #E782FE;
}
.AnyTagClassName
{
color: #E782FE;
}
</style>
background-color css
<style>
a { background-color: #E782FE; }
a { background-color: rgb(231,130,254); }
div.DivClassName
{
background-color: #E782FE;
}
.BgClassName
{
background-color: #E782FE;
}
</style>
border-color css
<style>
span { border-color: #E782FE; }
span { border-color: rgb(231,130,254); }
td.TdClassName
{
border-color: #E782FE;
}
.TagClassName
{
border-color: #E782FE;
}
</style>