Shades of Alizarin #E5213E
Tints of Alizarin #E5213E
RGB
CMYK
RGB Variations
Color information
#E5213E (or 0xE5213E) is known color: Alizarin. HEX triplet: E5, 21 and 3E. RGB value is (229,33,62). Sum of RGB (Red+Green+Blue) = 229+33+62=324 (42% of max value = 765). Red value is 229 (89.84% from 255 or 70.68% from 324); Green value is 33 (13.28% from 255 or 10.19% from 324); Blue value is 62 (24.61% from 255 or 19.14% from 324); Max value from RGB is 229 - color contains mainly: red. Hex color #E5213E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E5213E is #1ADEC1. Grayscale: #5E5E5E. Windows color (decimal): -1760962 or 4071909. OLE color: 4071909.
HSL color Cylindrical-coordinate representation of color #E5213E: hue angle of 351.12º 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 #E5213E is Cyan = 0, Magento = 0.86, Yellow = 0.73 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 33 | 62 | - |
| CMYK | 0 | 0.86 | 0.73 | 0.10 |
| HSL | 351.12º | 0.79% | 0.51% | - |
| HSV(B) | 351.12º | 0.86% | 0.9% | - |
| XYZ | 33.73 | 18.09 | 6.27 | - |
| YUV | 94.91 | 109.43 | 223.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 33 | 62 | 0 | 0.86 | 0.73 | 0.10 | 351.12 | 0.79 | 0.51 |
| Hex | E5 | 21 | 3E | 0 | 56 | 49 | A | 15F | 4F | 33 |
| Octal | 345 | 41 | 76 | 0 | 126 | 111 | 12 | 537 | 117 | 63 |
| Binary | 11100101 | 100001 | 111110 | 0 | 1010110 | 1001001 | 1010 | 101011111 | 1001111 | 110011 |
Color Harmonies of #E5213E
Complementary color
Monochromatic Colors of #E5213E
Black with #E5213E
Text Example
Text Example
White with #E5213E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5213E; }
p { color: rgb(229,33,62); }
H1.HeaderClassName
{
color: #E5213E;
}
.AnyTagClassName
{
color: #E5213E;
}
</style>
background-color css
<style>
a { background-color: #E5213E; }
a { background-color: rgb(229,33,62); }
div.DivClassName
{
background-color: #E5213E;
}
.BgClassName
{
background-color: #E5213E;
}
</style>
border-color css
<style>
span { border-color: #E5213E; }
span { border-color: rgb(229,33,62); }
td.TdClassName
{
border-color: #E5213E;
}
.TagClassName
{
border-color: #E5213E;
}
</style>