Shades of Heliotrope #E381FF
Tints of Heliotrope #E381FF
RGB
CMYK
RGB Variations
Color information
#E381FF (or 0xE381FF) is known color: Heliotrope. HEX triplet: E3, 81 and FF. RGB value is (227,129,255). Sum of RGB (Red+Green+Blue) = 227+129+255=611 (80% of max value = 765). Red value is 227 (89.06% from 255 or 37.15% from 611); Green value is 129 (50.78% from 255 or 21.11% from 611); Blue value is 255 (100% from 255 or 41.73% from 611); Max value from RGB is 255 - color contains mainly: blue. Hex color #E381FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E381FF is #1C7E00. Grayscale: #ACACAC. Windows color (decimal): -1867265 or 16744931. OLE color: 16744931.
HSL color Cylindrical-coordinate representation of color #E381FF: hue angle of 286.67º 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 #E381FF is Cyan = 0.11, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 227 | 129 | 255 | - |
| CMYK | 0.11 | 0.49 | 0 | 0 |
| HSL | 286.67º | 1% | 0.75% | - |
| HSV(B) | 286.67º | 0.49% | 1% | - |
| XYZ | 57.58 | 39.25 | 99.15 | - |
| YUV | 172.67 | 174.47 | 166.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 129 | 255 | 0.11 | 0.49 | 0 | 0 | 286.67 | 1 | 0.75 |
| Hex | E3 | 81 | FF | B | 31 | 0 | 0 | 11F | 64 | 4B |
| Octal | 343 | 201 | 377 | 13 | 61 | 0 | 0 | 437 | 144 | 113 |
| Binary | 11100011 | 10000001 | 11111111 | 1011 | 110001 | 0 | 0 | 100011111 | 1100100 | 1001011 |
Color Harmonies of #E381FF
Complementary color
Monochromatic Colors of #E381FF
Black with #E381FF
Text Example
Text Example
White with #E381FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E381FF; }
p { color: rgb(227,129,255); }
H1.HeaderClassName
{
color: #E381FF;
}
.AnyTagClassName
{
color: #E381FF;
}
</style>
background-color css
<style>
a { background-color: #E381FF; }
a { background-color: rgb(227,129,255); }
div.DivClassName
{
background-color: #E381FF;
}
.BgClassName
{
background-color: #E381FF;
}
</style>
border-color css
<style>
span { border-color: #E381FF; }
span { border-color: rgb(227,129,255); }
td.TdClassName
{
border-color: #E381FF;
}
.TagClassName
{
border-color: #E381FF;
}
</style>