Shades of Alizarin #E12140
Tints of Alizarin #E12140
RGB
CMYK
RGB Variations
Color information
#E12140 (or 0xE12140) is known color: Alizarin. HEX triplet: E1, 21 and 40. RGB value is (225,33,64). Sum of RGB (Red+Green+Blue) = 225+33+64=322 (42% of max value = 765). Red value is 225 (88.28% from 255 or 69.88% from 322); Green value is 33 (13.28% from 255 or 10.25% from 322); Blue value is 64 (25.39% from 255 or 19.88% from 322); Max value from RGB is 225 - color contains mainly: red. Hex color #E12140 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E12140 is #1EDEBF. Grayscale: #5E5E5E. Windows color (decimal): -2023104 or 4202977. OLE color: 4202977.
HSL color Cylindrical-coordinate representation of color #E12140: hue angle of 350.31º degrees, saturation: 0.76, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E12140 is Cyan = 0, Magento = 0.85, Yellow = 0.72 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 33 | 64 | - |
| CMYK | 0 | 0.85 | 0.72 | 0.12 |
| HSL | 350.31º | 0.76% | 0.51% | - |
| HSV(B) | 350.31º | 0.85% | 0.88% | - |
| XYZ | 32.52 | 17.47 | 6.51 | - |
| YUV | 93.94 | 111.11 | 221.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 33 | 64 | 0 | 0.85 | 0.72 | 0.12 | 350.31 | 0.76 | 0.51 |
| Hex | E1 | 21 | 40 | 0 | 55 | 48 | C | 15E | 4C | 33 |
| Octal | 341 | 41 | 100 | 0 | 125 | 110 | 14 | 536 | 114 | 63 |
| Binary | 11100001 | 100001 | 1000000 | 0 | 1010101 | 1001000 | 1100 | 101011110 | 1001100 | 110011 |
Color Harmonies of #E12140
Complementary color
Monochromatic Colors of #E12140
Black with #E12140
Text Example
Text Example
White with #E12140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E12140; }
p { color: rgb(225,33,64); }
H1.HeaderClassName
{
color: #E12140;
}
.AnyTagClassName
{
color: #E12140;
}
</style>
background-color css
<style>
a { background-color: #E12140; }
a { background-color: rgb(225,33,64); }
div.DivClassName
{
background-color: #E12140;
}
.BgClassName
{
background-color: #E12140;
}
</style>
border-color css
<style>
span { border-color: #E12140; }
span { border-color: rgb(225,33,64); }
td.TdClassName
{
border-color: #E12140;
}
.TagClassName
{
border-color: #E12140;
}
</style>