Shades of Heliotrope #E382F6
Tints of Heliotrope #E382F6
RGB
CMYK
RGB Variations
Color information
#E382F6 (or 0xE382F6) is known color: Heliotrope. HEX triplet: E3, 82 and F6. RGB value is (227,130,246). Sum of RGB (Red+Green+Blue) = 227+130+246=603 (79% of max value = 765). Red value is 227 (89.06% from 255 or 37.65% from 603); Green value is 130 (51.17% from 255 or 21.56% from 603); Blue value is 246 (96.48% from 255 or 40.80% from 603); Max value from RGB is 246 - color contains mainly: blue. Hex color #E382F6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E382F6 is #1C7D09. Grayscale: #ABABAB. Windows color (decimal): -1867018 or 16155363. OLE color: 16155363.
HSL color Cylindrical-coordinate representation of color #E382F6: hue angle of 290.17º degrees, saturation: 0.87, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E382F6 is Cyan = 0.08, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 227 | 130 | 246 | - |
| CMYK | 0.08 | 0.47 | 0 | 0.04 |
| HSL | 290.17º | 0.87% | 0.74% | - |
| HSV(B) | 290.17º | 0.47% | 0.96% | - |
| XYZ | 56.3 | 38.95 | 91.74 | - |
| YUV | 172.23 | 169.64 | 167.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 130 | 246 | 0.08 | 0.47 | 0 | 0.04 | 290.17 | 0.87 | 0.74 |
| Hex | E3 | 82 | F6 | 8 | 2F | 0 | 4 | 122 | 57 | 4A |
| Octal | 343 | 202 | 366 | 10 | 57 | 0 | 4 | 442 | 127 | 112 |
| Binary | 11100011 | 10000010 | 11110110 | 1000 | 101111 | 0 | 100 | 100100010 | 1010111 | 1001010 |
Color Harmonies of #E382F6
Complementary color
Monochromatic Colors of #E382F6
Black with #E382F6
Text Example
Text Example
White with #E382F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E382F6; }
p { color: rgb(227,130,246); }
H1.HeaderClassName
{
color: #E382F6;
}
.AnyTagClassName
{
color: #E382F6;
}
</style>
background-color css
<style>
a { background-color: #E382F6; }
a { background-color: rgb(227,130,246); }
div.DivClassName
{
background-color: #E382F6;
}
.BgClassName
{
background-color: #E382F6;
}
</style>
border-color css
<style>
span { border-color: #E382F6; }
span { border-color: rgb(227,130,246); }
td.TdClassName
{
border-color: #E382F6;
}
.TagClassName
{
border-color: #E382F6;
}
</style>