Shades of Alizarin #E2323C
Tints of Alizarin #E2323C
RGB
CMYK
RGB Variations
Color information
#E2323C (or 0xE2323C) is known color: Alizarin. HEX triplet: E2, 32 and 3C. RGB value is (226,50,60). Sum of RGB (Red+Green+Blue) = 226+50+60=336 (44% of max value = 765). Red value is 226 (88.67% from 255 or 67.26% from 336); Green value is 50 (19.92% from 255 or 14.88% from 336); Blue value is 60 (23.83% from 255 or 17.86% from 336); Max value from RGB is 226 - color contains mainly: red. Hex color #E2323C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E2323C is #1DCDC3. Grayscale: #676767. Windows color (decimal): -1953220 or 3945186. OLE color: 3945186.
HSL color Cylindrical-coordinate representation of color #E2323C: hue angle of 356.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 #E2323C is Cyan = 0, Magento = 0.78, Yellow = 0.73 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 50 | 60 | - |
| CMYK | 0 | 0.78 | 0.73 | 0.11 |
| HSL | 356.59º | 0.75% | 0.54% | - |
| HSV(B) | 356.59º | 0.78% | 0.89% | - |
| XYZ | 33.32 | 18.78 | 6.14 | - |
| YUV | 103.76 | 103.31 | 215.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 50 | 60 | 0 | 0.78 | 0.73 | 0.11 | 356.59 | 0.75 | 0.54 |
| Hex | E2 | 32 | 3C | 0 | 4E | 49 | B | 165 | 4B | 36 |
| Octal | 342 | 62 | 74 | 0 | 116 | 111 | 13 | 545 | 113 | 66 |
| Binary | 11100010 | 110010 | 111100 | 0 | 1001110 | 1001001 | 1011 | 101100101 | 1001011 | 110110 |
Color Harmonies of #E2323C
Complementary color
Monochromatic Colors of #E2323C
Black with #E2323C
Text Example
Text Example
White with #E2323C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2323C; }
p { color: rgb(226,50,60); }
H1.HeaderClassName
{
color: #E2323C;
}
.AnyTagClassName
{
color: #E2323C;
}
</style>
background-color css
<style>
a { background-color: #E2323C; }
a { background-color: rgb(226,50,60); }
div.DivClassName
{
background-color: #E2323C;
}
.BgClassName
{
background-color: #E2323C;
}
</style>
border-color css
<style>
span { border-color: #E2323C; }
span { border-color: rgb(226,50,60); }
td.TdClassName
{
border-color: #E2323C;
}
.TagClassName
{
border-color: #E2323C;
}
</style>