Shades of Alizarin #E22840
Tints of Alizarin #E22840
RGB
CMYK
RGB Variations
Color information
#E22840 (or 0xE22840) is known color: Alizarin. HEX triplet: E2, 28 and 40. RGB value is (226,40,64). Sum of RGB (Red+Green+Blue) = 226+40+64=330 (43% of max value = 765). Red value is 226 (88.67% from 255 or 68.48% from 330); Green value is 40 (16.02% from 255 or 12.12% from 330); Blue value is 64 (25.39% from 255 or 19.39% from 330); Max value from RGB is 226 - color contains mainly: red. Hex color #E22840 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E22840 is #1DD7BF. Grayscale: #626262. Windows color (decimal): -1955776 or 4204770. OLE color: 4204770.
HSL color Cylindrical-coordinate representation of color #E22840: hue angle of 352.26º degrees, saturation: 0.76, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E22840 is Cyan = 0, Magento = 0.82, Yellow = 0.72 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 40 | 64 | - |
| CMYK | 0 | 0.82 | 0.72 | 0.11 |
| HSL | 352.26º | 0.76% | 0.52% | - |
| HSV(B) | 352.26º | 0.82% | 0.89% | - |
| XYZ | 33.05 | 18.06 | 6.59 | - |
| YUV | 98.35 | 108.62 | 219.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 40 | 64 | 0 | 0.82 | 0.72 | 0.11 | 352.26 | 0.76 | 0.52 |
| Hex | E2 | 28 | 40 | 0 | 52 | 48 | B | 160 | 4C | 34 |
| Octal | 342 | 50 | 100 | 0 | 122 | 110 | 13 | 540 | 114 | 64 |
| Binary | 11100010 | 101000 | 1000000 | 0 | 1010010 | 1001000 | 1011 | 101100000 | 1001100 | 110100 |
Color Harmonies of #E22840
Complementary color
Monochromatic Colors of #E22840
Black with #E22840
Text Example
Text Example
White with #E22840
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E22840; }
p { color: rgb(226,40,64); }
H1.HeaderClassName
{
color: #E22840;
}
.AnyTagClassName
{
color: #E22840;
}
</style>
background-color css
<style>
a { background-color: #E22840; }
a { background-color: rgb(226,40,64); }
div.DivClassName
{
background-color: #E22840;
}
.BgClassName
{
background-color: #E22840;
}
</style>
border-color css
<style>
span { border-color: #E22840; }
span { border-color: rgb(226,40,64); }
td.TdClassName
{
border-color: #E22840;
}
.TagClassName
{
border-color: #E22840;
}
</style>