Shades of Alizarin #E2293F
Tints of Alizarin #E2293F
RGB
CMYK
RGB Variations
Color information
#E2293F (or 0xE2293F) is known color: Alizarin. HEX triplet: E2, 29 and 3F. RGB value is (226,41,63). Sum of RGB (Red+Green+Blue) = 226+41+63=330 (43% of max value = 765). Red value is 226 (88.67% from 255 or 68.48% from 330); Green value is 41 (16.41% from 255 or 12.42% from 330); Blue value is 63 (25% from 255 or 19.09% from 330); Max value from RGB is 226 - color contains mainly: red. Hex color #E2293F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E2293F is #1DD6C0. Grayscale: #626262. Windows color (decimal): -1955521 or 4139490. OLE color: 4139490.
HSL color Cylindrical-coordinate representation of color #E2293F: hue angle of 352.86º 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 #E2293F is Cyan = 0, Magento = 0.82, Yellow = 0.72 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 41 | 63 | - |
| CMYK | 0 | 0.82 | 0.72 | 0.11 |
| HSL | 352.86º | 0.76% | 0.52% | - |
| HSV(B) | 352.86º | 0.82% | 0.89% | - |
| XYZ | 33.05 | 18.11 | 6.46 | - |
| YUV | 98.82 | 107.79 | 218.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 41 | 63 | 0 | 0.82 | 0.72 | 0.11 | 352.86 | 0.76 | 0.52 |
| Hex | E2 | 29 | 3F | 0 | 52 | 48 | B | 161 | 4C | 34 |
| Octal | 342 | 51 | 77 | 0 | 122 | 110 | 13 | 541 | 114 | 64 |
| Binary | 11100010 | 101001 | 111111 | 0 | 1010010 | 1001000 | 1011 | 101100001 | 1001100 | 110100 |
Color Harmonies of #E2293F
Complementary color
Monochromatic Colors of #E2293F
Black with #E2293F
Text Example
Text Example
White with #E2293F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2293F; }
p { color: rgb(226,41,63); }
H1.HeaderClassName
{
color: #E2293F;
}
.AnyTagClassName
{
color: #E2293F;
}
</style>
background-color css
<style>
a { background-color: #E2293F; }
a { background-color: rgb(226,41,63); }
div.DivClassName
{
background-color: #E2293F;
}
.BgClassName
{
background-color: #E2293F;
}
</style>
border-color css
<style>
span { border-color: #E2293F; }
span { border-color: rgb(226,41,63); }
td.TdClassName
{
border-color: #E2293F;
}
.TagClassName
{
border-color: #E2293F;
}
</style>