Shades of Alizarin #E23040
Tints of Alizarin #E23040
RGB
CMYK
RGB Variations
Color information
#E23040 (or 0xE23040) is known color: Alizarin. HEX triplet: E2, 30 and 40. RGB value is (226,48,64). Sum of RGB (Red+Green+Blue) = 226+48+64=338 (44% of max value = 765). Red value is 226 (88.67% from 255 or 66.86% from 338); Green value is 48 (19.14% from 255 or 14.20% from 338); Blue value is 64 (25.39% from 255 or 18.93% from 338); Max value from RGB is 226 - color contains mainly: red. Hex color #E23040 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E23040 is #1DCFBF. Grayscale: #676767. Windows color (decimal): -1953728 or 4206818. OLE color: 4206818.
HSL color Cylindrical-coordinate representation of color #E23040: hue angle of 354.61º degrees, saturation: 0.75, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E23040 is Cyan = 0, Magento = 0.79, Yellow = 0.72 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 48 | 64 | - |
| CMYK | 0 | 0.79 | 0.72 | 0.11 |
| HSL | 354.61º | 0.75% | 0.54% | - |
| HSV(B) | 354.61º | 0.79% | 0.89% | - |
| XYZ | 33.35 | 18.65 | 6.69 | - |
| YUV | 103.05 | 105.97 | 215.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 48 | 64 | 0 | 0.79 | 0.72 | 0.11 | 354.61 | 0.75 | 0.54 |
| Hex | E2 | 30 | 40 | 0 | 4F | 48 | B | 163 | 4B | 36 |
| Octal | 342 | 60 | 100 | 0 | 117 | 110 | 13 | 543 | 113 | 66 |
| Binary | 11100010 | 110000 | 1000000 | 0 | 1001111 | 1001000 | 1011 | 101100011 | 1001011 | 110110 |
Color Harmonies of #E23040
Complementary color
Monochromatic Colors of #E23040
Black with #E23040
Text Example
Text Example
White with #E23040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E23040; }
p { color: rgb(226,48,64); }
H1.HeaderClassName
{
color: #E23040;
}
.AnyTagClassName
{
color: #E23040;
}
</style>
background-color css
<style>
a { background-color: #E23040; }
a { background-color: rgb(226,48,64); }
div.DivClassName
{
background-color: #E23040;
}
.BgClassName
{
background-color: #E23040;
}
</style>
border-color css
<style>
span { border-color: #E23040; }
span { border-color: rgb(226,48,64); }
td.TdClassName
{
border-color: #E23040;
}
.TagClassName
{
border-color: #E23040;
}
</style>