Shades of Alizarin #E2233D
Tints of Alizarin #E2233D
RGB
CMYK
RGB Variations
Color information
#E2233D (or 0xE2233D) is known color: Alizarin. HEX triplet: E2, 23 and 3D. RGB value is (226,35,61). Sum of RGB (Red+Green+Blue) = 226+35+61=322 (42% of max value = 765). Red value is 226 (88.67% from 255 or 70.19% from 322); Green value is 35 (14.06% from 255 or 10.87% from 322); Blue value is 61 (24.22% from 255 or 18.94% from 322); Max value from RGB is 226 - color contains mainly: red. Hex color #E2233D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E2233D is #1DDCC2. Grayscale: #5F5F5F. Windows color (decimal): -1957059 or 4006882. OLE color: 4006882.
HSL color Cylindrical-coordinate representation of color #E2233D: hue angle of 351.83º degrees, saturation: 0.77, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E2233D is Cyan = 0, Magento = 0.85, Yellow = 0.73 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 35 | 61 | - |
| CMYK | 0 | 0.85 | 0.73 | 0.11 |
| HSL | 351.83º | 0.77% | 0.51% | - |
| HSV(B) | 351.83º | 0.85% | 0.89% | - |
| XYZ | 32.81 | 17.71 | 6.1 | - |
| YUV | 95.07 | 108.78 | 221.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 35 | 61 | 0 | 0.85 | 0.73 | 0.11 | 351.83 | 0.77 | 0.51 |
| Hex | E2 | 23 | 3D | 0 | 55 | 49 | B | 160 | 4D | 33 |
| Octal | 342 | 43 | 75 | 0 | 125 | 111 | 13 | 540 | 115 | 63 |
| Binary | 11100010 | 100011 | 111101 | 0 | 1010101 | 1001001 | 1011 | 101100000 | 1001101 | 110011 |
Color Harmonies of #E2233D
Complementary color
Monochromatic Colors of #E2233D
Black with #E2233D
Text Example
Text Example
White with #E2233D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2233D; }
p { color: rgb(226,35,61); }
H1.HeaderClassName
{
color: #E2233D;
}
.AnyTagClassName
{
color: #E2233D;
}
</style>
background-color css
<style>
a { background-color: #E2233D; }
a { background-color: rgb(226,35,61); }
div.DivClassName
{
background-color: #E2233D;
}
.BgClassName
{
background-color: #E2233D;
}
</style>
border-color css
<style>
span { border-color: #E2233D; }
span { border-color: rgb(226,35,61); }
td.TdClassName
{
border-color: #E2233D;
}
.TagClassName
{
border-color: #E2233D;
}
</style>