Shades of Heliotrope #E376FF
Tints of Heliotrope #E376FF
RGB
CMYK
RGB Variations
Color information
#E376FF (or 0xE376FF) is known color: Heliotrope. HEX triplet: E3, 76 and FF. RGB value is (227,118,255). Sum of RGB (Red+Green+Blue) = 227+118+255=600 (79% of max value = 765). Red value is 227 (89.06% from 255 or 37.83% from 600); Green value is 118 (46.48% from 255 or 19.67% from 600); Blue value is 255 (100% from 255 or 42.5% from 600); Max value from RGB is 255 - color contains mainly: blue. Hex color #E376FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E376FF is #1C8900. Grayscale: #A5A5A5. Windows color (decimal): -1870081 or 16742115. OLE color: 16742115.
HSL color Cylindrical-coordinate representation of color #E376FF: hue angle of 287.74º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E376FF is Cyan = 0.11, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 227 | 118 | 255 | - |
| CMYK | 0.11 | 0.54 | 0 | 0 |
| HSL | 287.74º | 1% | 0.73% | - |
| HSV(B) | 287.74º | 0.54% | 1% | - |
| XYZ | 56.21 | 36.51 | 98.69 | - |
| YUV | 166.21 | 178.11 | 171.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 118 | 255 | 0.11 | 0.54 | 0 | 0 | 287.74 | 1 | 0.73 |
| Hex | E3 | 76 | FF | B | 36 | 0 | 0 | 120 | 64 | 49 |
| Octal | 343 | 166 | 377 | 13 | 66 | 0 | 0 | 440 | 144 | 111 |
| Binary | 11100011 | 1110110 | 11111111 | 1011 | 110110 | 0 | 0 | 100100000 | 1100100 | 1001001 |
Color Harmonies of #E376FF
Complementary color
Monochromatic Colors of #E376FF
Black with #E376FF
Text Example
Text Example
White with #E376FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E376FF; }
p { color: rgb(227,118,255); }
H1.HeaderClassName
{
color: #E376FF;
}
.AnyTagClassName
{
color: #E376FF;
}
</style>
background-color css
<style>
a { background-color: #E376FF; }
a { background-color: rgb(227,118,255); }
div.DivClassName
{
background-color: #E376FF;
}
.BgClassName
{
background-color: #E376FF;
}
</style>
border-color css
<style>
span { border-color: #E376FF; }
span { border-color: rgb(227,118,255); }
td.TdClassName
{
border-color: #E376FF;
}
.TagClassName
{
border-color: #E376FF;
}
</style>