Shades of Alizarin #E12443
Tints of Alizarin #E12443
RGB
CMYK
RGB Variations
Color information
#E12443 (or 0xE12443) is known color: Alizarin. HEX triplet: E1, 24 and 43. RGB value is (225,36,67). Sum of RGB (Red+Green+Blue) = 225+36+67=328 (43% of max value = 765). Red value is 225 (88.28% from 255 or 68.60% from 328); Green value is 36 (14.45% from 255 or 10.98% from 328); Blue value is 67 (26.56% from 255 or 20.43% from 328); Max value from RGB is 225 - color contains mainly: red. Hex color #E12443 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E12443 is #1EDBBC. Grayscale: #606060. Windows color (decimal): -2022333 or 4400353. OLE color: 4400353.
HSL color Cylindrical-coordinate representation of color #E12443: hue angle of 350.16º degrees, saturation: 0.76, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E12443 is Cyan = 0, Magento = 0.84, Yellow = 0.70 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 36 | 67 | - |
| CMYK | 0 | 0.84 | 0.70 | 0.12 |
| HSL | 350.16º | 0.76% | 0.51% | - |
| HSV(B) | 350.16º | 0.84% | 0.88% | - |
| XYZ | 32.7 | 17.67 | 7 | - |
| YUV | 96.05 | 111.62 | 219.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 36 | 67 | 0 | 0.84 | 0.70 | 0.12 | 350.16 | 0.76 | 0.51 |
| Hex | E1 | 24 | 43 | 0 | 54 | 46 | C | 15E | 4C | 33 |
| Octal | 341 | 44 | 103 | 0 | 124 | 106 | 14 | 536 | 114 | 63 |
| Binary | 11100001 | 100100 | 1000011 | 0 | 1010100 | 1000110 | 1100 | 101011110 | 1001100 | 110011 |
Color Harmonies of #E12443
Complementary color
Monochromatic Colors of #E12443
Black with #E12443
Text Example
Text Example
White with #E12443
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E12443; }
p { color: rgb(225,36,67); }
H1.HeaderClassName
{
color: #E12443;
}
.AnyTagClassName
{
color: #E12443;
}
</style>
background-color css
<style>
a { background-color: #E12443; }
a { background-color: rgb(225,36,67); }
div.DivClassName
{
background-color: #E12443;
}
.BgClassName
{
background-color: #E12443;
}
</style>
border-color css
<style>
span { border-color: #E12443; }
span { border-color: rgb(225,36,67); }
td.TdClassName
{
border-color: #E12443;
}
.TagClassName
{
border-color: #E12443;
}
</style>