Shades of Heliotrope #E482FA
Tints of Heliotrope #E482FA
RGB
CMYK
RGB Variations
Color information
#E482FA (or 0xE482FA) is known color: Heliotrope. HEX triplet: E4, 82 and FA. RGB value is (228,130,250). Sum of RGB (Red+Green+Blue) = 228+130+250=608 (80% of max value = 765). Red value is 228 (89.45% from 255 or 37.5% from 608); Green value is 130 (51.17% from 255 or 21.38% from 608); Blue value is 250 (98.05% from 255 or 41.12% from 608); Max value from RGB is 250 - color contains mainly: blue. Hex color #E482FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E482FA is #1B7D05. Grayscale: #ACACAC. Windows color (decimal): -1801478 or 16417508. OLE color: 16417508.
HSL color Cylindrical-coordinate representation of color #E482FA: hue angle of 289º 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 #E482FA is Cyan = 0.09, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 228 | 130 | 250 | - |
| CMYK | 0.09 | 0.48 | 0 | 0.02 |
| HSL | 289º | 0.92% | 0.75% | - |
| HSV(B) | 289º | 0.48% | 0.98% | - |
| XYZ | 57.23 | 39.36 | 95.02 | - |
| YUV | 172.98 | 171.47 | 167.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 130 | 250 | 0.09 | 0.48 | 0 | 0.02 | 289 | 0.92 | 0.75 |
| Hex | E4 | 82 | FA | 9 | 30 | 0 | 2 | 121 | 5C | 4B |
| Octal | 344 | 202 | 372 | 11 | 60 | 0 | 2 | 441 | 134 | 113 |
| Binary | 11100100 | 10000010 | 11111010 | 1001 | 110000 | 0 | 10 | 100100001 | 1011100 | 1001011 |
Color Harmonies of #E482FA
Complementary color
Monochromatic Colors of #E482FA
Black with #E482FA
Text Example
Text Example
White with #E482FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E482FA; }
p { color: rgb(228,130,250); }
H1.HeaderClassName
{
color: #E482FA;
}
.AnyTagClassName
{
color: #E482FA;
}
</style>
background-color css
<style>
a { background-color: #E482FA; }
a { background-color: rgb(228,130,250); }
div.DivClassName
{
background-color: #E482FA;
}
.BgClassName
{
background-color: #E482FA;
}
</style>
border-color css
<style>
span { border-color: #E482FA; }
span { border-color: rgb(228,130,250); }
td.TdClassName
{
border-color: #E482FA;
}
.TagClassName
{
border-color: #E482FA;
}
</style>