Shades of Alizarin #E5223E
Tints of Alizarin #E5223E
RGB
CMYK
RGB Variations
Color information
#E5223E (or 0xE5223E) is known color: Alizarin. HEX triplet: E5, 22 and 3E. RGB value is (229,34,62). Sum of RGB (Red+Green+Blue) = 229+34+62=325 (43% of max value = 765). Red value is 229 (89.84% from 255 or 70.46% from 325); Green value is 34 (13.67% from 255 or 10.46% from 325); Blue value is 62 (24.61% from 255 or 19.08% from 325); Max value from RGB is 229 - color contains mainly: red. Hex color #E5223E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E5223E is #1ADDC1. Grayscale: #5F5F5F. Windows color (decimal): -1760706 or 4072165. OLE color: 4072165.
HSL color Cylindrical-coordinate representation of color #E5223E: hue angle of 351.38º degrees, saturation: 0.79, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E5223E is Cyan = 0, Magento = 0.85, Yellow = 0.73 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 34 | 62 | - |
| CMYK | 0 | 0.85 | 0.73 | 0.10 |
| HSL | 351.38º | 0.79% | 0.52% | - |
| HSV(B) | 351.38º | 0.85% | 0.9% | - |
| XYZ | 33.75 | 18.15 | 6.28 | - |
| YUV | 95.5 | 109.1 | 223.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 34 | 62 | 0 | 0.85 | 0.73 | 0.10 | 351.38 | 0.79 | 0.52 |
| Hex | E5 | 22 | 3E | 0 | 55 | 49 | A | 15F | 4F | 34 |
| Octal | 345 | 42 | 76 | 0 | 125 | 111 | 12 | 537 | 117 | 64 |
| Binary | 11100101 | 100010 | 111110 | 0 | 1010101 | 1001001 | 1010 | 101011111 | 1001111 | 110100 |
Color Harmonies of #E5223E
Complementary color
Monochromatic Colors of #E5223E
Black with #E5223E
Text Example
Text Example
White with #E5223E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5223E; }
p { color: rgb(229,34,62); }
H1.HeaderClassName
{
color: #E5223E;
}
.AnyTagClassName
{
color: #E5223E;
}
</style>
background-color css
<style>
a { background-color: #E5223E; }
a { background-color: rgb(229,34,62); }
div.DivClassName
{
background-color: #E5223E;
}
.BgClassName
{
background-color: #E5223E;
}
</style>
border-color css
<style>
span { border-color: #E5223E; }
span { border-color: rgb(229,34,62); }
td.TdClassName
{
border-color: #E5223E;
}
.TagClassName
{
border-color: #E5223E;
}
</style>