Shades of Heliotrope #E482F9
Tints of Heliotrope #E482F9
RGB
CMYK
RGB Variations
Color information
#E482F9 (or 0xE482F9) is known color: Heliotrope. HEX triplet: E4, 82 and F9. RGB value is (228,130,249). Sum of RGB (Red+Green+Blue) = 228+130+249=607 (80% of max value = 765). Red value is 228 (89.45% from 255 or 37.56% from 607); Green value is 130 (51.17% from 255 or 21.42% from 607); Blue value is 249 (97.66% from 255 or 41.02% from 607); Max value from RGB is 249 - color contains mainly: blue. Hex color #E482F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E482F9 is #1B7D06. Grayscale: #ACACAC. Windows color (decimal): -1801479 or 16351972. OLE color: 16351972.
HSL color Cylindrical-coordinate representation of color #E482F9: hue angle of 289.41º degrees, saturation: 0.91, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E482F9 is Cyan = 0.08, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 228 | 130 | 249 | - |
| CMYK | 0.08 | 0.48 | 0 | 0.02 |
| HSL | 289.41º | 0.91% | 0.74% | - |
| HSV(B) | 289.41º | 0.48% | 0.98% | - |
| XYZ | 57.08 | 39.3 | 94.2 | - |
| YUV | 172.87 | 170.97 | 167.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 130 | 249 | 0.08 | 0.48 | 0 | 0.02 | 289.41 | 0.91 | 0.74 |
| Hex | E4 | 82 | F9 | 8 | 30 | 0 | 2 | 121 | 5B | 4A |
| Octal | 344 | 202 | 371 | 10 | 60 | 0 | 2 | 441 | 133 | 112 |
| Binary | 11100100 | 10000010 | 11111001 | 1000 | 110000 | 0 | 10 | 100100001 | 1011011 | 1001010 |
Color Harmonies of #E482F9
Complementary color
Monochromatic Colors of #E482F9
Black with #E482F9
Text Example
Text Example
White with #E482F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E482F9; }
p { color: rgb(228,130,249); }
H1.HeaderClassName
{
color: #E482F9;
}
.AnyTagClassName
{
color: #E482F9;
}
</style>
background-color css
<style>
a { background-color: #E482F9; }
a { background-color: rgb(228,130,249); }
div.DivClassName
{
background-color: #E482F9;
}
.BgClassName
{
background-color: #E482F9;
}
</style>
border-color css
<style>
span { border-color: #E482F9; }
span { border-color: rgb(228,130,249); }
td.TdClassName
{
border-color: #E482F9;
}
.TagClassName
{
border-color: #E482F9;
}
</style>