Shades of Alizarin #E1323E
Tints of Alizarin #E1323E
RGB
CMYK
RGB Variations
Color information
#E1323E (or 0xE1323E) is known color: Alizarin. HEX triplet: E1, 32 and 3E. RGB value is (225,50,62). Sum of RGB (Red+Green+Blue) = 225+50+62=337 (44% of max value = 765). Red value is 225 (88.28% from 255 or 66.77% from 337); Green value is 50 (19.92% from 255 or 14.84% from 337); Blue value is 62 (24.61% from 255 or 18.40% from 337); Max value from RGB is 225 - color contains mainly: red. Hex color #E1323E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E1323E is #1ECDC1. Grayscale: #676767. Windows color (decimal): -2018754 or 4076257. OLE color: 4076257.
HSL color Cylindrical-coordinate representation of color #E1323E: hue angle of 355.89º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E1323E is Cyan = 0, Magento = 0.78, Yellow = 0.72 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 50 | 62 | - |
| CMYK | 0 | 0.78 | 0.72 | 0.12 |
| HSL | 355.89º | 0.74% | 0.54% | - |
| HSV(B) | 355.89º | 0.78% | 0.88% | - |
| XYZ | 33.06 | 18.64 | 6.41 | - |
| YUV | 103.69 | 104.48 | 214.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 50 | 62 | 0 | 0.78 | 0.72 | 0.12 | 355.89 | 0.74 | 0.54 |
| Hex | E1 | 32 | 3E | 0 | 4E | 48 | C | 164 | 4A | 36 |
| Octal | 341 | 62 | 76 | 0 | 116 | 110 | 14 | 544 | 112 | 66 |
| Binary | 11100001 | 110010 | 111110 | 0 | 1001110 | 1001000 | 1100 | 101100100 | 1001010 | 110110 |
Color Harmonies of #E1323E
Complementary color
Monochromatic Colors of #E1323E
Black with #E1323E
Text Example
Text Example
White with #E1323E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1323E; }
p { color: rgb(225,50,62); }
H1.HeaderClassName
{
color: #E1323E;
}
.AnyTagClassName
{
color: #E1323E;
}
</style>
background-color css
<style>
a { background-color: #E1323E; }
a { background-color: rgb(225,50,62); }
div.DivClassName
{
background-color: #E1323E;
}
.BgClassName
{
background-color: #E1323E;
}
</style>
border-color css
<style>
span { border-color: #E1323E; }
span { border-color: rgb(225,50,62); }
td.TdClassName
{
border-color: #E1323E;
}
.TagClassName
{
border-color: #E1323E;
}
</style>