Shades of Alizarin #E2233F
Tints of Alizarin #E2233F
RGB
CMYK
RGB Variations
Color information
#E2233F (or 0xE2233F) is known color: Alizarin. HEX triplet: E2, 23 and 3F. RGB value is (226,35,63). Sum of RGB (Red+Green+Blue) = 226+35+63=324 (42% of max value = 765). Red value is 226 (88.67% from 255 or 69.75% from 324); Green value is 35 (14.06% from 255 or 10.80% from 324); Blue value is 63 (25% from 255 or 19.44% from 324); Max value from RGB is 226 - color contains mainly: red. Hex color #E2233F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E2233F is #1DDCC0. Grayscale: #5F5F5F. Windows color (decimal): -1957057 or 4137954. OLE color: 4137954.
HSL color Cylindrical-coordinate representation of color #E2233F: hue angle of 351.2º 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 #E2233F is Cyan = 0, Magento = 0.85, Yellow = 0.72 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 35 | 63 | - |
| CMYK | 0 | 0.85 | 0.72 | 0.11 |
| HSL | 351.2º | 0.77% | 0.51% | - |
| HSV(B) | 351.2º | 0.85% | 0.89% | - |
| XYZ | 32.86 | 17.73 | 6.39 | - |
| YUV | 95.3 | 109.78 | 221.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 35 | 63 | 0 | 0.85 | 0.72 | 0.11 | 351.2 | 0.77 | 0.51 |
| Hex | E2 | 23 | 3F | 0 | 55 | 48 | B | 15F | 4D | 33 |
| Octal | 342 | 43 | 77 | 0 | 125 | 110 | 13 | 537 | 115 | 63 |
| Binary | 11100010 | 100011 | 111111 | 0 | 1010101 | 1001000 | 1011 | 101011111 | 1001101 | 110011 |
Color Harmonies of #E2233F
Complementary color
Monochromatic Colors of #E2233F
Black with #E2233F
Text Example
Text Example
White with #E2233F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2233F; }
p { color: rgb(226,35,63); }
H1.HeaderClassName
{
color: #E2233F;
}
.AnyTagClassName
{
color: #E2233F;
}
</style>
background-color css
<style>
a { background-color: #E2233F; }
a { background-color: rgb(226,35,63); }
div.DivClassName
{
background-color: #E2233F;
}
.BgClassName
{
background-color: #E2233F;
}
</style>
border-color css
<style>
span { border-color: #E2233F; }
span { border-color: rgb(226,35,63); }
td.TdClassName
{
border-color: #E2233F;
}
.TagClassName
{
border-color: #E2233F;
}
</style>