Shades of Alizarin #E42840
Tints of Alizarin #E42840
RGB
CMYK
RGB Variations
Color information
#E42840 (or 0xE42840) is known color: Alizarin. HEX triplet: E4, 28 and 40. RGB value is (228,40,64). Sum of RGB (Red+Green+Blue) = 228+40+64=332 (43% of max value = 765). Red value is 228 (89.45% from 255 or 68.67% from 332); Green value is 40 (16.02% from 255 or 12.05% from 332); Blue value is 64 (25.39% from 255 or 19.28% from 332); Max value from RGB is 228 - color contains mainly: red. Hex color #E42840 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E42840 is #1BD7BF. Grayscale: #636363. Windows color (decimal): -1824704 or 4204772. OLE color: 4204772.
HSL color Cylindrical-coordinate representation of color #E42840: hue angle of 352.34º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E42840 is Cyan = 0, Magento = 0.82, Yellow = 0.72 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 40 | 64 | - |
| CMYK | 0 | 0.82 | 0.72 | 0.11 |
| HSL | 352.34º | 0.78% | 0.53% | - |
| HSV(B) | 352.34º | 0.82% | 0.89% | - |
| XYZ | 33.68 | 18.38 | 6.62 | - |
| YUV | 98.95 | 108.28 | 220.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 40 | 64 | 0 | 0.82 | 0.72 | 0.11 | 352.34 | 0.78 | 0.53 |
| Hex | E4 | 28 | 40 | 0 | 52 | 48 | B | 160 | 4E | 35 |
| Octal | 344 | 50 | 100 | 0 | 122 | 110 | 13 | 540 | 116 | 65 |
| Binary | 11100100 | 101000 | 1000000 | 0 | 1010010 | 1001000 | 1011 | 101100000 | 1001110 | 110101 |
Color Harmonies of #E42840
Complementary color
Monochromatic Colors of #E42840
Black with #E42840
Text Example
Text Example
White with #E42840
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E42840; }
p { color: rgb(228,40,64); }
H1.HeaderClassName
{
color: #E42840;
}
.AnyTagClassName
{
color: #E42840;
}
</style>
background-color css
<style>
a { background-color: #E42840; }
a { background-color: rgb(228,40,64); }
div.DivClassName
{
background-color: #E42840;
}
.BgClassName
{
background-color: #E42840;
}
</style>
border-color css
<style>
span { border-color: #E42840; }
span { border-color: rgb(228,40,64); }
td.TdClassName
{
border-color: #E42840;
}
.TagClassName
{
border-color: #E42840;
}
</style>