Shades of Alizarin #E12040
Tints of Alizarin #E12040
RGB
CMYK
RGB Variations
Color information
#E12040 (or 0xE12040) is known color: Alizarin. HEX triplet: E1, 20 and 40. RGB value is (225,32,64). Sum of RGB (Red+Green+Blue) = 225+32+64=321 (42% of max value = 765). Red value is 225 (88.28% from 255 or 70.09% from 321); Green value is 32 (12.89% from 255 or 9.97% from 321); Blue value is 64 (25.39% from 255 or 19.94% from 321); Max value from RGB is 225 - color contains mainly: red. Hex color #E12040 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E12040 is #1EDFBF. Grayscale: #5D5D5D. Windows color (decimal): -2023360 or 4202721. OLE color: 4202721.
HSL color Cylindrical-coordinate representation of color #E12040: hue angle of 350.05º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E12040 is Cyan = 0, Magento = 0.86, Yellow = 0.72 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 32 | 64 | - |
| CMYK | 0 | 0.86 | 0.72 | 0.12 |
| HSL | 350.05º | 0.76% | 0.5% | - |
| HSV(B) | 350.05º | 0.86% | 0.88% | - |
| XYZ | 32.49 | 17.41 | 6.5 | - |
| YUV | 93.36 | 111.44 | 221.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 32 | 64 | 0 | 0.86 | 0.72 | 0.12 | 350.05 | 0.76 | 0.5 |
| Hex | E1 | 20 | 40 | 0 | 56 | 48 | C | 15E | 4C | 32 |
| Octal | 341 | 40 | 100 | 0 | 126 | 110 | 14 | 536 | 114 | 62 |
| Binary | 11100001 | 100000 | 1000000 | 0 | 1010110 | 1001000 | 1100 | 101011110 | 1001100 | 110010 |
Color Harmonies of #E12040
Complementary color
Monochromatic Colors of #E12040
Black with #E12040
Text Example
Text Example
White with #E12040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E12040; }
p { color: rgb(225,32,64); }
H1.HeaderClassName
{
color: #E12040;
}
.AnyTagClassName
{
color: #E12040;
}
</style>
background-color css
<style>
a { background-color: #E12040; }
a { background-color: rgb(225,32,64); }
div.DivClassName
{
background-color: #E12040;
}
.BgClassName
{
background-color: #E12040;
}
</style>
border-color css
<style>
span { border-color: #E12040; }
span { border-color: rgb(225,32,64); }
td.TdClassName
{
border-color: #E12040;
}
.TagClassName
{
border-color: #E12040;
}
</style>