Shades of Heliotrope #E382F8
Tints of Heliotrope #E382F8
RGB
CMYK
RGB Variations
Color information
#E382F8 (or 0xE382F8) is known color: Heliotrope. HEX triplet: E3, 82 and F8. RGB value is (227,130,248). Sum of RGB (Red+Green+Blue) = 227+130+248=605 (80% of max value = 765). Red value is 227 (89.06% from 255 or 37.52% from 605); Green value is 130 (51.17% from 255 or 21.49% from 605); Blue value is 248 (97.27% from 255 or 40.99% from 605); Max value from RGB is 248 - color contains mainly: blue. Hex color #E382F8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E382F8 is #1C7D07. Grayscale: #ACACAC. Windows color (decimal): -1867016 or 16286435. OLE color: 16286435.
HSL color Cylindrical-coordinate representation of color #E382F8: hue angle of 289.32º 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 #E382F8 is Cyan = 0.08, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 227 | 130 | 248 | - |
| CMYK | 0.08 | 0.48 | 0 | 0.03 |
| HSL | 289.32º | 0.89% | 0.74% | - |
| HSV(B) | 289.32º | 0.48% | 0.97% | - |
| XYZ | 56.6 | 39.07 | 93.37 | - |
| YUV | 172.46 | 170.64 | 166.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 130 | 248 | 0.08 | 0.48 | 0 | 0.03 | 289.32 | 0.89 | 0.74 |
| Hex | E3 | 82 | F8 | 8 | 30 | 0 | 3 | 121 | 59 | 4A |
| Octal | 343 | 202 | 370 | 10 | 60 | 0 | 3 | 441 | 131 | 112 |
| Binary | 11100011 | 10000010 | 11111000 | 1000 | 110000 | 0 | 11 | 100100001 | 1011001 | 1001010 |
Color Harmonies of #E382F8
Complementary color
Monochromatic Colors of #E382F8
Black with #E382F8
Text Example
Text Example
White with #E382F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E382F8; }
p { color: rgb(227,130,248); }
H1.HeaderClassName
{
color: #E382F8;
}
.AnyTagClassName
{
color: #E382F8;
}
</style>
background-color css
<style>
a { background-color: #E382F8; }
a { background-color: rgb(227,130,248); }
div.DivClassName
{
background-color: #E382F8;
}
.BgClassName
{
background-color: #E382F8;
}
</style>
border-color css
<style>
span { border-color: #E382F8; }
span { border-color: rgb(227,130,248); }
td.TdClassName
{
border-color: #E382F8;
}
.TagClassName
{
border-color: #E382F8;
}
</style>