Shades of Heliotrope #E482F8
Tints of Heliotrope #E482F8
RGB
CMYK
RGB Variations
Color information
#E482F8 (or 0xE482F8) is known color: Heliotrope. HEX triplet: E4, 82 and F8. RGB value is (228,130,248). Sum of RGB (Red+Green+Blue) = 228+130+248=606 (80% of max value = 765). Red value is 228 (89.45% from 255 or 37.62% from 606); Green value is 130 (51.17% from 255 or 21.45% from 606); Blue value is 248 (97.27% from 255 or 40.92% from 606); Max value from RGB is 248 - color contains mainly: blue. Hex color #E482F8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E482F8 is #1B7D07. Grayscale: #ACACAC. Windows color (decimal): -1801480 or 16286436. OLE color: 16286436.
HSL color Cylindrical-coordinate representation of color #E482F8: hue angle of 289.83º degrees, saturation: 0.89, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E482F8 is Cyan = 0.08, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 228 | 130 | 248 | - |
| CMYK | 0.08 | 0.48 | 0 | 0.03 |
| HSL | 289.83º | 0.89% | 0.74% | - |
| HSV(B) | 289.83º | 0.48% | 0.97% | - |
| XYZ | 56.92 | 39.24 | 93.38 | - |
| YUV | 172.75 | 170.47 | 167.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 130 | 248 | 0.08 | 0.48 | 0 | 0.03 | 289.83 | 0.89 | 0.74 |
| Hex | E4 | 82 | F8 | 8 | 30 | 0 | 3 | 122 | 59 | 4A |
| Octal | 344 | 202 | 370 | 10 | 60 | 0 | 3 | 442 | 131 | 112 |
| Binary | 11100100 | 10000010 | 11111000 | 1000 | 110000 | 0 | 11 | 100100010 | 1011001 | 1001010 |
Color Harmonies of #E482F8
Complementary color
Monochromatic Colors of #E482F8
Black with #E482F8
Text Example
Text Example
White with #E482F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E482F8; }
p { color: rgb(228,130,248); }
H1.HeaderClassName
{
color: #E482F8;
}
.AnyTagClassName
{
color: #E482F8;
}
</style>
background-color css
<style>
a { background-color: #E482F8; }
a { background-color: rgb(228,130,248); }
div.DivClassName
{
background-color: #E482F8;
}
.BgClassName
{
background-color: #E482F8;
}
</style>
border-color css
<style>
span { border-color: #E482F8; }
span { border-color: rgb(228,130,248); }
td.TdClassName
{
border-color: #E482F8;
}
.TagClassName
{
border-color: #E482F8;
}
</style>