Shades of Heliotrope #E381F9
Tints of Heliotrope #E381F9
RGB
CMYK
RGB Variations
Color information
#E381F9 (or 0xE381F9) is known color: Heliotrope. HEX triplet: E3, 81 and F9. RGB value is (227,129,249). Sum of RGB (Red+Green+Blue) = 227+129+249=605 (80% of max value = 765). Red value is 227 (89.06% from 255 or 37.52% from 605); Green value is 129 (50.78% from 255 or 21.32% from 605); Blue value is 249 (97.66% from 255 or 41.16% from 605); Max value from RGB is 249 - color contains mainly: blue. Hex color #E381F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E381F9 is #1C7E06. Grayscale: #ABABAB. Windows color (decimal): -1867271 or 16351715. OLE color: 16351715.
HSL color Cylindrical-coordinate representation of color #E381F9: hue angle of 289º 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 #E381F9 is Cyan = 0.09, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 227 | 129 | 249 | - |
| CMYK | 0.09 | 0.48 | 0 | 0.02 |
| HSL | 289º | 0.91% | 0.74% | - |
| HSV(B) | 289º | 0.48% | 0.98% | - |
| XYZ | 56.63 | 38.87 | 94.14 | - |
| YUV | 171.98 | 171.47 | 167.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 129 | 249 | 0.09 | 0.48 | 0 | 0.02 | 289 | 0.91 | 0.74 |
| Hex | E3 | 81 | F9 | 9 | 30 | 0 | 2 | 121 | 5B | 4A |
| Octal | 343 | 201 | 371 | 11 | 60 | 0 | 2 | 441 | 133 | 112 |
| Binary | 11100011 | 10000001 | 11111001 | 1001 | 110000 | 0 | 10 | 100100001 | 1011011 | 1001010 |
Color Harmonies of #E381F9
Complementary color
Monochromatic Colors of #E381F9
Black with #E381F9
Text Example
Text Example
White with #E381F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E381F9; }
p { color: rgb(227,129,249); }
H1.HeaderClassName
{
color: #E381F9;
}
.AnyTagClassName
{
color: #E381F9;
}
</style>
background-color css
<style>
a { background-color: #E381F9; }
a { background-color: rgb(227,129,249); }
div.DivClassName
{
background-color: #E381F9;
}
.BgClassName
{
background-color: #E381F9;
}
</style>
border-color css
<style>
span { border-color: #E381F9; }
span { border-color: rgb(227,129,249); }
td.TdClassName
{
border-color: #E381F9;
}
.TagClassName
{
border-color: #E381F9;
}
</style>