Shades of Alizarin #E2313E
Tints of Alizarin #E2313E
RGB
CMYK
RGB Variations
Color information
#E2313E (or 0xE2313E) is known color: Alizarin. HEX triplet: E2, 31 and 3E. RGB value is (226,49,62). Sum of RGB (Red+Green+Blue) = 226+49+62=337 (44% of max value = 765). Red value is 226 (88.67% from 255 or 67.06% from 337); Green value is 49 (19.53% from 255 or 14.54% from 337); Blue value is 62 (24.61% from 255 or 18.40% from 337); Max value from RGB is 226 - color contains mainly: red. Hex color #E2313E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E2313E is #1DCEC1. Grayscale: #676767. Windows color (decimal): -1953474 or 4076002. OLE color: 4076002.
HSL color Cylindrical-coordinate representation of color #E2313E: hue angle of 355.59º 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 #E2313E is Cyan = 0, Magento = 0.78, Yellow = 0.73 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 49 | 62 | - |
| CMYK | 0 | 0.78 | 0.73 | 0.11 |
| HSL | 355.59º | 0.75% | 0.54% | - |
| HSV(B) | 355.59º | 0.78% | 0.89% | - |
| XYZ | 33.33 | 18.71 | 6.41 | - |
| YUV | 103.41 | 104.64 | 215.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 49 | 62 | 0 | 0.78 | 0.73 | 0.11 | 355.59 | 0.75 | 0.54 |
| Hex | E2 | 31 | 3E | 0 | 4E | 49 | B | 164 | 4B | 36 |
| Octal | 342 | 61 | 76 | 0 | 116 | 111 | 13 | 544 | 113 | 66 |
| Binary | 11100010 | 110001 | 111110 | 0 | 1001110 | 1001001 | 1011 | 101100100 | 1001011 | 110110 |
Color Harmonies of #E2313E
Complementary color
Monochromatic Colors of #E2313E
Black with #E2313E
Text Example
Text Example
White with #E2313E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2313E; }
p { color: rgb(226,49,62); }
H1.HeaderClassName
{
color: #E2313E;
}
.AnyTagClassName
{
color: #E2313E;
}
</style>
background-color css
<style>
a { background-color: #E2313E; }
a { background-color: rgb(226,49,62); }
div.DivClassName
{
background-color: #E2313E;
}
.BgClassName
{
background-color: #E2313E;
}
</style>
border-color css
<style>
span { border-color: #E2313E; }
span { border-color: rgb(226,49,62); }
td.TdClassName
{
border-color: #E2313E;
}
.TagClassName
{
border-color: #E2313E;
}
</style>