Shades of Alizarin #E5223C
Tints of Alizarin #E5223C
RGB
CMYK
RGB Variations
Color information
#E5223C (or 0xE5223C) is known color: Alizarin. HEX triplet: E5, 22 and 3C. RGB value is (229,34,60). Sum of RGB (Red+Green+Blue) = 229+34+60=323 (42% of max value = 765). Red value is 229 (89.84% from 255 or 70.90% from 323); Green value is 34 (13.67% from 255 or 10.53% from 323); Blue value is 60 (23.83% from 255 or 18.58% from 323); Max value from RGB is 229 - color contains mainly: red. Hex color #E5223C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E5223C is #1ADDC3. Grayscale: #5F5F5F. Windows color (decimal): -1760708 or 3941093. OLE color: 3941093.
HSL color Cylindrical-coordinate representation of color #E5223C: hue angle of 352º 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 #E5223C is Cyan = 0, Magento = 0.85, Yellow = 0.74 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 34 | 60 | - |
| CMYK | 0 | 0.85 | 0.74 | 0.10 |
| HSL | 352º | 0.79% | 0.52% | - |
| HSV(B) | 352º | 0.85% | 0.9% | - |
| XYZ | 33.7 | 18.13 | 6 | - |
| YUV | 95.27 | 108.1 | 223.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 34 | 60 | 0 | 0.85 | 0.74 | 0.10 | 352 | 0.79 | 0.52 |
| Hex | E5 | 22 | 3C | 0 | 55 | 4A | A | 160 | 4F | 34 |
| Octal | 345 | 42 | 74 | 0 | 125 | 112 | 12 | 540 | 117 | 64 |
| Binary | 11100101 | 100010 | 111100 | 0 | 1010101 | 1001010 | 1010 | 101100000 | 1001111 | 110100 |
Color Harmonies of #E5223C
Complementary color
Monochromatic Colors of #E5223C
Black with #E5223C
Text Example
Text Example
White with #E5223C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5223C; }
p { color: rgb(229,34,60); }
H1.HeaderClassName
{
color: #E5223C;
}
.AnyTagClassName
{
color: #E5223C;
}
</style>
background-color css
<style>
a { background-color: #E5223C; }
a { background-color: rgb(229,34,60); }
div.DivClassName
{
background-color: #E5223C;
}
.BgClassName
{
background-color: #E5223C;
}
</style>
border-color css
<style>
span { border-color: #E5223C; }
span { border-color: rgb(229,34,60); }
td.TdClassName
{
border-color: #E5223C;
}
.TagClassName
{
border-color: #E5223C;
}
</style>