Shades of Alizarin #E42E3A
Tints of Alizarin #E42E3A
RGB
CMYK
RGB Variations
Color information
#E42E3A (or 0xE42E3A) is known color: Alizarin. HEX triplet: E4, 2E and 3A. RGB value is (228,46,58). Sum of RGB (Red+Green+Blue) = 228+46+58=332 (43% of max value = 765). Red value is 228 (89.45% from 255 or 68.67% from 332); Green value is 46 (18.36% from 255 or 13.86% from 332); Blue value is 58 (23.05% from 255 or 17.47% from 332); Max value from RGB is 228 - color contains mainly: red. Hex color #E42E3A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E42E3A is #1BD1C5. Grayscale: #656565. Windows color (decimal): -1823174 or 3813092. OLE color: 3813092.
HSL color Cylindrical-coordinate representation of color #E42E3A: hue angle of 356.04º 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 #E42E3A is Cyan = 0, Magento = 0.80, Yellow = 0.75 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 46 | 58 | - |
| CMYK | 0 | 0.80 | 0.75 | 0.11 |
| HSL | 356.04º | 0.77% | 0.54% | - |
| HSV(B) | 356.04º | 0.8% | 0.89% | - |
| XYZ | 33.74 | 18.75 | 5.84 | - |
| YUV | 101.79 | 103.3 | 218.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 46 | 58 | 0 | 0.80 | 0.75 | 0.11 | 356.04 | 0.77 | 0.54 |
| Hex | E4 | 2E | 3A | 0 | 50 | 4B | B | 164 | 4D | 36 |
| Octal | 344 | 56 | 72 | 0 | 120 | 113 | 13 | 544 | 115 | 66 |
| Binary | 11100100 | 101110 | 111010 | 0 | 1010000 | 1001011 | 1011 | 101100100 | 1001101 | 110110 |
Color Harmonies of #E42E3A
Complementary color
Monochromatic Colors of #E42E3A
Black with #E42E3A
Text Example
Text Example
White with #E42E3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E42E3A; }
p { color: rgb(228,46,58); }
H1.HeaderClassName
{
color: #E42E3A;
}
.AnyTagClassName
{
color: #E42E3A;
}
</style>
background-color css
<style>
a { background-color: #E42E3A; }
a { background-color: rgb(228,46,58); }
div.DivClassName
{
background-color: #E42E3A;
}
.BgClassName
{
background-color: #E42E3A;
}
</style>
border-color css
<style>
span { border-color: #E42E3A; }
span { border-color: rgb(228,46,58); }
td.TdClassName
{
border-color: #E42E3A;
}
.TagClassName
{
border-color: #E42E3A;
}
</style>