Shades of Alizarin #E5182E
Tints of Alizarin #E5182E
RGB
CMYK
RGB Variations
Color information
#E5182E (or 0xE5182E) is known color: Alizarin. HEX triplet: E5, 18 and 2E. RGB value is (229,24,46). Sum of RGB (Red+Green+Blue) = 229+24+46=299 (39% of max value = 765). Red value is 229 (89.84% from 255 or 76.59% from 299); Green value is 24 (9.77% from 255 or 8.03% from 299); Blue value is 46 (18.36% from 255 or 15.38% from 299); Max value from RGB is 229 - color contains mainly: red. Hex color #E5182E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E5182E is #1AE7D1. Grayscale: #575757. Windows color (decimal): -1763282 or 3021029. OLE color: 3021029.
HSL color Cylindrical-coordinate representation of color #E5182E: hue angle of 353.56º degrees, saturation: 0.81, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E5182E is Cyan = 0, Magento = 0.90, Yellow = 0.80 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 24 | 46 | - |
| CMYK | 0 | 0.90 | 0.80 | 0.10 |
| HSL | 353.56º | 0.81% | 0.5% | - |
| HSV(B) | 353.56º | 0.9% | 0.9% | - |
| XYZ | 33.13 | 17.51 | 4.22 | - |
| YUV | 87.8 | 104.42 | 228.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 24 | 46 | 0 | 0.90 | 0.80 | 0.10 | 353.56 | 0.81 | 0.5 |
| Hex | E5 | 18 | 2E | 0 | 5A | 50 | A | 162 | 51 | 32 |
| Octal | 345 | 30 | 56 | 0 | 132 | 120 | 12 | 542 | 121 | 62 |
| Binary | 11100101 | 11000 | 101110 | 0 | 1011010 | 1010000 | 1010 | 101100010 | 1010001 | 110010 |
Color Harmonies of #E5182E
Complementary color
Monochromatic Colors of #E5182E
Black with #E5182E
Text Example
Text Example
White with #E5182E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5182E; }
p { color: rgb(229,24,46); }
H1.HeaderClassName
{
color: #E5182E;
}
.AnyTagClassName
{
color: #E5182E;
}
</style>
background-color css
<style>
a { background-color: #E5182E; }
a { background-color: rgb(229,24,46); }
div.DivClassName
{
background-color: #E5182E;
}
.BgClassName
{
background-color: #E5182E;
}
</style>
border-color css
<style>
span { border-color: #E5182E; }
span { border-color: rgb(229,24,46); }
td.TdClassName
{
border-color: #E5182E;
}
.TagClassName
{
border-color: #E5182E;
}
</style>