Shades of Heliotrope #E382FF
Tints of Heliotrope #E382FF
RGB
CMYK
RGB Variations
Color information
#E382FF (or 0xE382FF) is known color: Heliotrope. HEX triplet: E3, 82 and FF. RGB value is (227,130,255). Sum of RGB (Red+Green+Blue) = 227+130+255=612 (81% of max value = 765). Red value is 227 (89.06% from 255 or 37.09% from 612); Green value is 130 (51.17% from 255 or 21.24% from 612); Blue value is 255 (100% from 255 or 41.67% from 612); Max value from RGB is 255 - color contains mainly: blue. Hex color #E382FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E382FF is #1C7D00. Grayscale: #ACACAC. Windows color (decimal): -1867009 or 16745187. OLE color: 16745187.
HSL color Cylindrical-coordinate representation of color #E382FF: hue angle of 286.56º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E382FF is Cyan = 0.11, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 227 | 130 | 255 | - |
| CMYK | 0.11 | 0.49 | 0 | 0 |
| HSL | 286.56º | 1% | 0.75% | - |
| HSV(B) | 286.56º | 0.49% | 1% | - |
| XYZ | 57.71 | 39.52 | 99.19 | - |
| YUV | 173.25 | 174.14 | 166.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 130 | 255 | 0.11 | 0.49 | 0 | 0 | 286.56 | 1 | 0.75 |
| Hex | E3 | 82 | FF | B | 31 | 0 | 0 | 11F | 64 | 4B |
| Octal | 343 | 202 | 377 | 13 | 61 | 0 | 0 | 437 | 144 | 113 |
| Binary | 11100011 | 10000010 | 11111111 | 1011 | 110001 | 0 | 0 | 100011111 | 1100100 | 1001011 |
Color Harmonies of #E382FF
Complementary color
Monochromatic Colors of #E382FF
Black with #E382FF
Text Example
Text Example
White with #E382FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E382FF; }
p { color: rgb(227,130,255); }
H1.HeaderClassName
{
color: #E382FF;
}
.AnyTagClassName
{
color: #E382FF;
}
</style>
background-color css
<style>
a { background-color: #E382FF; }
a { background-color: rgb(227,130,255); }
div.DivClassName
{
background-color: #E382FF;
}
.BgClassName
{
background-color: #E382FF;
}
</style>
border-color css
<style>
span { border-color: #E382FF; }
span { border-color: rgb(227,130,255); }
td.TdClassName
{
border-color: #E382FF;
}
.TagClassName
{
border-color: #E382FF;
}
</style>