Shades of Alizarin #E42E40
Tints of Alizarin #E42E40
RGB
CMYK
RGB Variations
Color information
#E42E40 (or 0xE42E40) is known color: Alizarin. HEX triplet: E4, 2E and 40. RGB value is (228,46,64). Sum of RGB (Red+Green+Blue) = 228+46+64=338 (44% of max value = 765). Red value is 228 (89.45% from 255 or 67.46% from 338); Green value is 46 (18.36% from 255 or 13.61% from 338); Blue value is 64 (25.39% from 255 or 18.93% from 338); Max value from RGB is 228 - color contains mainly: red. Hex color #E42E40 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E42E40 is #1BD1BF. Grayscale: #666666. Windows color (decimal): -1823168 or 4206308. OLE color: 4206308.
HSL color Cylindrical-coordinate representation of color #E42E40: hue angle of 354.07º degrees, saturation: 0.77, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E42E40 is Cyan = 0, Magento = 0.80, Yellow = 0.72 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 46 | 64 | - |
| CMYK | 0 | 0.80 | 0.72 | 0.11 |
| HSL | 354.07º | 0.77% | 0.54% | - |
| HSV(B) | 354.07º | 0.8% | 0.89% | - |
| XYZ | 33.9 | 18.82 | 6.7 | - |
| YUV | 102.47 | 106.3 | 217.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 46 | 64 | 0 | 0.80 | 0.72 | 0.11 | 354.07 | 0.77 | 0.54 |
| Hex | E4 | 2E | 40 | 0 | 50 | 48 | B | 162 | 4D | 36 |
| Octal | 344 | 56 | 100 | 0 | 120 | 110 | 13 | 542 | 115 | 66 |
| Binary | 11100100 | 101110 | 1000000 | 0 | 1010000 | 1001000 | 1011 | 101100010 | 1001101 | 110110 |
Color Harmonies of #E42E40
Complementary color
Monochromatic Colors of #E42E40
Black with #E42E40
Text Example
Text Example
White with #E42E40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E42E40; }
p { color: rgb(228,46,64); }
H1.HeaderClassName
{
color: #E42E40;
}
.AnyTagClassName
{
color: #E42E40;
}
</style>
background-color css
<style>
a { background-color: #E42E40; }
a { background-color: rgb(228,46,64); }
div.DivClassName
{
background-color: #E42E40;
}
.BgClassName
{
background-color: #E42E40;
}
</style>
border-color css
<style>
span { border-color: #E42E40; }
span { border-color: rgb(228,46,64); }
td.TdClassName
{
border-color: #E42E40;
}
.TagClassName
{
border-color: #E42E40;
}
</style>