Shades of Alizarin #E23242
Tints of Alizarin #E23242
RGB
CMYK
RGB Variations
Color information
#E23242 (or 0xE23242) is known color: Alizarin. HEX triplet: E2, 32 and 42. RGB value is (226,50,66). Sum of RGB (Red+Green+Blue) = 226+50+66=342 (45% of max value = 765). Red value is 226 (88.67% from 255 or 66.08% from 342); Green value is 50 (19.92% from 255 or 14.62% from 342); Blue value is 66 (26.17% from 255 or 19.30% from 342); Max value from RGB is 226 - color contains mainly: red. Hex color #E23242 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E23242 is #1DCDBD. Grayscale: #686868. Windows color (decimal): -1953214 or 4338402. OLE color: 4338402.
HSL color Cylindrical-coordinate representation of color #E23242: hue angle of 354.55º degrees, saturation: 0.75, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E23242 is Cyan = 0, Magento = 0.78, Yellow = 0.71 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 50 | 66 | - |
| CMYK | 0 | 0.78 | 0.71 | 0.11 |
| HSL | 354.55º | 0.75% | 0.54% | - |
| HSV(B) | 354.55º | 0.78% | 0.89% | - |
| XYZ | 33.49 | 18.84 | 7.03 | - |
| YUV | 104.45 | 106.31 | 214.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 50 | 66 | 0 | 0.78 | 0.71 | 0.11 | 354.55 | 0.75 | 0.54 |
| Hex | E2 | 32 | 42 | 0 | 4E | 47 | B | 163 | 4B | 36 |
| Octal | 342 | 62 | 102 | 0 | 116 | 107 | 13 | 543 | 113 | 66 |
| Binary | 11100010 | 110010 | 1000010 | 0 | 1001110 | 1000111 | 1011 | 101100011 | 1001011 | 110110 |
Color Harmonies of #E23242
Complementary color
Monochromatic Colors of #E23242
Black with #E23242
Text Example
Text Example
White with #E23242
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E23242; }
p { color: rgb(226,50,66); }
H1.HeaderClassName
{
color: #E23242;
}
.AnyTagClassName
{
color: #E23242;
}
</style>
background-color css
<style>
a { background-color: #E23242; }
a { background-color: rgb(226,50,66); }
div.DivClassName
{
background-color: #E23242;
}
.BgClassName
{
background-color: #E23242;
}
</style>
border-color css
<style>
span { border-color: #E23242; }
span { border-color: rgb(226,50,66); }
td.TdClassName
{
border-color: #E23242;
}
.TagClassName
{
border-color: #E23242;
}
</style>