Shades of Heliotrope #E146FF
Tints of Heliotrope #E146FF
RGB
CMYK
RGB Variations
Color information
#E146FF (or 0xE146FF) is known color: Heliotrope. HEX triplet: E1, 46 and FF. RGB value is (225,70,255). Sum of RGB (Red+Green+Blue) = 225+70+255=550 (72% of max value = 765). Red value is 225 (88.28% from 255 or 40.91% from 550); Green value is 70 (27.73% from 255 or 12.73% from 550); Blue value is 255 (100% from 255 or 46.36% from 550); Max value from RGB is 255 - color contains mainly: blue. Hex color #E146FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E146FF is #1EB900. Grayscale: #888888. Windows color (decimal): -2013441 or 16729825. OLE color: 16729825.
HSL color Cylindrical-coordinate representation of color #E146FF: hue angle of 290.27º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E146FF is Cyan = 0.12, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 225 | 70 | 255 | - |
| CMYK | 0.12 | 0.73 | 0 | 0 |
| HSL | 290.27º | 1% | 0.64% | - |
| HSV(B) | 290.27º | 0.73% | 1% | - |
| XYZ | 51.29 | 27.61 | 97.23 | - |
| YUV | 137.44 | 194.35 | 190.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 70 | 255 | 0.12 | 0.73 | 0 | 0 | 290.27 | 1 | 0.64 |
| Hex | E1 | 46 | FF | C | 49 | 0 | 0 | 122 | 64 | 40 |
| Octal | 341 | 106 | 377 | 14 | 111 | 0 | 0 | 442 | 144 | 100 |
| Binary | 11100001 | 1000110 | 11111111 | 1100 | 1001001 | 0 | 0 | 100100010 | 1100100 | 1000000 |
Color Harmonies of #E146FF
Complementary color
Monochromatic Colors of #E146FF
Black with #E146FF
Text Example
Text Example
White with #E146FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E146FF; }
p { color: rgb(225,70,255); }
H1.HeaderClassName
{
color: #E146FF;
}
.AnyTagClassName
{
color: #E146FF;
}
</style>
background-color css
<style>
a { background-color: #E146FF; }
a { background-color: rgb(225,70,255); }
div.DivClassName
{
background-color: #E146FF;
}
.BgClassName
{
background-color: #E146FF;
}
</style>
border-color css
<style>
span { border-color: #E146FF; }
span { border-color: rgb(225,70,255); }
td.TdClassName
{
border-color: #E146FF;
}
.TagClassName
{
border-color: #E146FF;
}
</style>