Shades of Alizarin #E5223F
Tints of Alizarin #E5223F
RGB
CMYK
RGB Variations
Color information
#E5223F (or 0xE5223F) is known color: Alizarin. HEX triplet: E5, 22 and 3F. RGB value is (229,34,63). Sum of RGB (Red+Green+Blue) = 229+34+63=326 (43% of max value = 765). Red value is 229 (89.84% from 255 or 70.25% from 326); Green value is 34 (13.67% from 255 or 10.43% from 326); Blue value is 63 (25% from 255 or 19.33% from 326); Max value from RGB is 229 - color contains mainly: red. Hex color #E5223F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E5223F is #1ADDC0. Grayscale: #5F5F5F. Windows color (decimal): -1760705 or 4137701. OLE color: 4137701.
HSL color Cylindrical-coordinate representation of color #E5223F: hue angle of 351.08º 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 #E5223F is Cyan = 0, Magento = 0.85, Yellow = 0.72 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 34 | 63 | - |
| CMYK | 0 | 0.85 | 0.72 | 0.10 |
| HSL | 351.08º | 0.79% | 0.52% | - |
| HSV(B) | 351.08º | 0.85% | 0.9% | - |
| XYZ | 33.78 | 18.16 | 6.43 | - |
| YUV | 95.61 | 109.6 | 223.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 34 | 63 | 0 | 0.85 | 0.72 | 0.10 | 351.08 | 0.79 | 0.52 |
| Hex | E5 | 22 | 3F | 0 | 55 | 48 | A | 15F | 4F | 34 |
| Octal | 345 | 42 | 77 | 0 | 125 | 110 | 12 | 537 | 117 | 64 |
| Binary | 11100101 | 100010 | 111111 | 0 | 1010101 | 1001000 | 1010 | 101011111 | 1001111 | 110100 |
Color Harmonies of #E5223F
Complementary color
Monochromatic Colors of #E5223F
Black with #E5223F
Text Example
Text Example
White with #E5223F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5223F; }
p { color: rgb(229,34,63); }
H1.HeaderClassName
{
color: #E5223F;
}
.AnyTagClassName
{
color: #E5223F;
}
</style>
background-color css
<style>
a { background-color: #E5223F; }
a { background-color: rgb(229,34,63); }
div.DivClassName
{
background-color: #E5223F;
}
.BgClassName
{
background-color: #E5223F;
}
</style>
border-color css
<style>
span { border-color: #E5223F; }
span { border-color: rgb(229,34,63); }
td.TdClassName
{
border-color: #E5223F;
}
.TagClassName
{
border-color: #E5223F;
}
</style>