Shades of Alizarin #E2313F
Tints of Alizarin #E2313F
RGB
CMYK
RGB Variations
Color information
#E2313F (or 0xE2313F) is known color: Alizarin. HEX triplet: E2, 31 and 3F. RGB value is (226,49,63). Sum of RGB (Red+Green+Blue) = 226+49+63=338 (44% of max value = 765). Red value is 226 (88.67% from 255 or 66.86% from 338); Green value is 49 (19.53% from 255 or 14.50% from 338); Blue value is 63 (25% from 255 or 18.64% from 338); Max value from RGB is 226 - color contains mainly: red. Hex color #E2313F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E2313F is #1DCEC0. Grayscale: #676767. Windows color (decimal): -1953473 or 4141538. OLE color: 4141538.
HSL color Cylindrical-coordinate representation of color #E2313F: hue angle of 355.25º degrees, saturation: 0.75, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E2313F is Cyan = 0, Magento = 0.78, Yellow = 0.72 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 49 | 63 | - |
| CMYK | 0 | 0.78 | 0.72 | 0.11 |
| HSL | 355.25º | 0.75% | 0.54% | - |
| HSV(B) | 355.25º | 0.78% | 0.89% | - |
| XYZ | 33.36 | 18.72 | 6.56 | - |
| YUV | 103.52 | 105.14 | 215.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 49 | 63 | 0 | 0.78 | 0.72 | 0.11 | 355.25 | 0.75 | 0.54 |
| Hex | E2 | 31 | 3F | 0 | 4E | 48 | B | 163 | 4B | 36 |
| Octal | 342 | 61 | 77 | 0 | 116 | 110 | 13 | 543 | 113 | 66 |
| Binary | 11100010 | 110001 | 111111 | 0 | 1001110 | 1001000 | 1011 | 101100011 | 1001011 | 110110 |
Color Harmonies of #E2313F
Complementary color
Monochromatic Colors of #E2313F
Black with #E2313F
Text Example
Text Example
White with #E2313F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2313F; }
p { color: rgb(226,49,63); }
H1.HeaderClassName
{
color: #E2313F;
}
.AnyTagClassName
{
color: #E2313F;
}
</style>
background-color css
<style>
a { background-color: #E2313F; }
a { background-color: rgb(226,49,63); }
div.DivClassName
{
background-color: #E2313F;
}
.BgClassName
{
background-color: #E2313F;
}
</style>
border-color css
<style>
span { border-color: #E2313F; }
span { border-color: rgb(226,49,63); }
td.TdClassName
{
border-color: #E2313F;
}
.TagClassName
{
border-color: #E2313F;
}
</style>