Shades of Alizarin #E42740
Tints of Alizarin #E42740
RGB
CMYK
RGB Variations
Color information
#E42740 (or 0xE42740) is known color: Alizarin. HEX triplet: E4, 27 and 40. RGB value is (228,39,64). Sum of RGB (Red+Green+Blue) = 228+39+64=331 (43% of max value = 765). Red value is 228 (89.45% from 255 or 68.88% from 331); Green value is 39 (15.62% from 255 or 11.78% from 331); Blue value is 64 (25.39% from 255 or 19.34% from 331); Max value from RGB is 228 - color contains mainly: red. Hex color #E42740 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E42740 is #1BD8BF. Grayscale: #626262. Windows color (decimal): -1824960 or 4204516. OLE color: 4204516.
HSL color Cylindrical-coordinate representation of color #E42740: hue angle of 352.06º degrees, saturation: 0.78, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E42740 is Cyan = 0, Magento = 0.83, Yellow = 0.72 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 39 | 64 | - |
| CMYK | 0 | 0.83 | 0.72 | 0.11 |
| HSL | 352.06º | 0.78% | 0.52% | - |
| HSV(B) | 352.06º | 0.83% | 0.89% | - |
| XYZ | 33.65 | 18.32 | 6.61 | - |
| YUV | 98.36 | 108.62 | 220.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 39 | 64 | 0 | 0.83 | 0.72 | 0.11 | 352.06 | 0.78 | 0.52 |
| Hex | E4 | 27 | 40 | 0 | 53 | 48 | B | 160 | 4E | 34 |
| Octal | 344 | 47 | 100 | 0 | 123 | 110 | 13 | 540 | 116 | 64 |
| Binary | 11100100 | 100111 | 1000000 | 0 | 1010011 | 1001000 | 1011 | 101100000 | 1001110 | 110100 |
Color Harmonies of #E42740
Complementary color
Monochromatic Colors of #E42740
Black with #E42740
Text Example
Text Example
White with #E42740
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E42740; }
p { color: rgb(228,39,64); }
H1.HeaderClassName
{
color: #E42740;
}
.AnyTagClassName
{
color: #E42740;
}
</style>
background-color css
<style>
a { background-color: #E42740; }
a { background-color: rgb(228,39,64); }
div.DivClassName
{
background-color: #E42740;
}
.BgClassName
{
background-color: #E42740;
}
</style>
border-color css
<style>
span { border-color: #E42740; }
span { border-color: rgb(228,39,64); }
td.TdClassName
{
border-color: #E42740;
}
.TagClassName
{
border-color: #E42740;
}
</style>