Shades of Alizarin #E52043
Tints of Alizarin #E52043
RGB
CMYK
RGB Variations
Color information
#E52043 (or 0xE52043) is known color: Alizarin. HEX triplet: E5, 20 and 43. RGB value is (229,32,67). Sum of RGB (Red+Green+Blue) = 229+32+67=328 (43% of max value = 765). Red value is 229 (89.84% from 255 or 69.82% from 328); Green value is 32 (12.89% from 255 or 9.76% from 328); Blue value is 67 (26.56% from 255 or 20.43% from 328); Max value from RGB is 229 - color contains mainly: red. Hex color #E52043 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E52043 is #1ADFBC. Grayscale: #5E5E5E. Windows color (decimal): -1761213 or 4399333. OLE color: 4399333.
HSL color Cylindrical-coordinate representation of color #E52043: hue angle of 349.34º degrees, saturation: 0.79, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E52043 is Cyan = 0, Magento = 0.86, Yellow = 0.71 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 32 | 67 | - |
| CMYK | 0 | 0.86 | 0.71 | 0.10 |
| HSL | 349.34º | 0.79% | 0.51% | - |
| HSV(B) | 349.34º | 0.86% | 0.9% | - |
| XYZ | 33.84 | 18.1 | 7.02 | - |
| YUV | 94.89 | 112.27 | 223.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 32 | 67 | 0 | 0.86 | 0.71 | 0.10 | 349.34 | 0.79 | 0.51 |
| Hex | E5 | 20 | 43 | 0 | 56 | 47 | A | 15D | 4F | 33 |
| Octal | 345 | 40 | 103 | 0 | 126 | 107 | 12 | 535 | 117 | 63 |
| Binary | 11100101 | 100000 | 1000011 | 0 | 1010110 | 1000111 | 1010 | 101011101 | 1001111 | 110011 |
Color Harmonies of #E52043
Complementary color
Monochromatic Colors of #E52043
Black with #E52043
Text Example
Text Example
White with #E52043
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E52043; }
p { color: rgb(229,32,67); }
H1.HeaderClassName
{
color: #E52043;
}
.AnyTagClassName
{
color: #E52043;
}
</style>
background-color css
<style>
a { background-color: #E52043; }
a { background-color: rgb(229,32,67); }
div.DivClassName
{
background-color: #E52043;
}
.BgClassName
{
background-color: #E52043;
}
</style>
border-color css
<style>
span { border-color: #E52043; }
span { border-color: rgb(229,32,67); }
td.TdClassName
{
border-color: #E52043;
}
.TagClassName
{
border-color: #E52043;
}
</style>