Shades of Heliotrope #E381F8
Tints of Heliotrope #E381F8
RGB
CMYK
RGB Variations
Color information
#E381F8 (or 0xE381F8) is known color: Heliotrope. HEX triplet: E3, 81 and F8. RGB value is (227,129,248). Sum of RGB (Red+Green+Blue) = 227+129+248=604 (80% of max value = 765). Red value is 227 (89.06% from 255 or 37.58% from 604); Green value is 129 (50.78% from 255 or 21.36% from 604); Blue value is 248 (97.27% from 255 or 41.06% from 604); Max value from RGB is 248 - color contains mainly: blue. Hex color #E381F8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E381F8 is #1C7E07. Grayscale: #ABABAB. Windows color (decimal): -1867272 or 16286179. OLE color: 16286179.
HSL color Cylindrical-coordinate representation of color #E381F8: hue angle of 289.41º 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 #E381F8 is Cyan = 0.08, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 227 | 129 | 248 | - |
| CMYK | 0.08 | 0.48 | 0 | 0.03 |
| HSL | 289.41º | 0.89% | 0.74% | - |
| HSV(B) | 289.41º | 0.48% | 0.97% | - |
| XYZ | 56.47 | 38.81 | 93.32 | - |
| YUV | 171.87 | 170.97 | 167.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 129 | 248 | 0.08 | 0.48 | 0 | 0.03 | 289.41 | 0.89 | 0.74 |
| Hex | E3 | 81 | F8 | 8 | 30 | 0 | 3 | 121 | 59 | 4A |
| Octal | 343 | 201 | 370 | 10 | 60 | 0 | 3 | 441 | 131 | 112 |
| Binary | 11100011 | 10000001 | 11111000 | 1000 | 110000 | 0 | 11 | 100100001 | 1011001 | 1001010 |
Color Harmonies of #E381F8
Complementary color
Monochromatic Colors of #E381F8
Black with #E381F8
Text Example
Text Example
White with #E381F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E381F8; }
p { color: rgb(227,129,248); }
H1.HeaderClassName
{
color: #E381F8;
}
.AnyTagClassName
{
color: #E381F8;
}
</style>
background-color css
<style>
a { background-color: #E381F8; }
a { background-color: rgb(227,129,248); }
div.DivClassName
{
background-color: #E381F8;
}
.BgClassName
{
background-color: #E381F8;
}
</style>
border-color css
<style>
span { border-color: #E381F8; }
span { border-color: rgb(227,129,248); }
td.TdClassName
{
border-color: #E381F8;
}
.TagClassName
{
border-color: #E381F8;
}
</style>