Shades of Alizarin #E9293C
Tints of Alizarin #E9293C
RGB
CMYK
RGB Variations
Color information
#E9293C (or 0xE9293C) is known color: Alizarin. HEX triplet: E9, 29 and 3C. RGB value is (233,41,60). Sum of RGB (Red+Green+Blue) = 233+41+60=334 (44% of max value = 765). Red value is 233 (91.41% from 255 or 69.76% from 334); Green value is 41 (16.41% from 255 or 12.28% from 334); Blue value is 60 (23.83% from 255 or 17.96% from 334); Max value from RGB is 233 - color contains mainly: red. Hex color #E9293C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E9293C is #16D6C3. Grayscale: #646464. Windows color (decimal): -1496772 or 3942889. OLE color: 3942889.
HSL color Cylindrical-coordinate representation of color #E9293C: hue angle of 354.06º degrees, saturation: 0.81, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E9293C is Cyan = 0, Magento = 0.82, Yellow = 0.74 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 41 | 60 | - |
| CMYK | 0 | 0.82 | 0.74 | 0.09 |
| HSL | 354.06º | 0.81% | 0.54% | - |
| HSV(B) | 354.06º | 0.82% | 0.91% | - |
| XYZ | 35.21 | 19.24 | 6.13 | - |
| YUV | 100.57 | 105.11 | 222.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 41 | 60 | 0 | 0.82 | 0.74 | 0.09 | 354.06 | 0.81 | 0.54 |
| Hex | E9 | 29 | 3C | 0 | 52 | 4A | 9 | 162 | 51 | 36 |
| Octal | 351 | 51 | 74 | 0 | 122 | 112 | 11 | 542 | 121 | 66 |
| Binary | 11101001 | 101001 | 111100 | 0 | 1010010 | 1001010 | 1001 | 101100010 | 1010001 | 110110 |
Color Harmonies of #E9293C
Complementary color
Monochromatic Colors of #E9293C
Black with #E9293C
Text Example
Text Example
White with #E9293C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9293C; }
p { color: rgb(233,41,60); }
H1.HeaderClassName
{
color: #E9293C;
}
.AnyTagClassName
{
color: #E9293C;
}
</style>
background-color css
<style>
a { background-color: #E9293C; }
a { background-color: rgb(233,41,60); }
div.DivClassName
{
background-color: #E9293C;
}
.BgClassName
{
background-color: #E9293C;
}
</style>
border-color css
<style>
span { border-color: #E9293C; }
span { border-color: rgb(233,41,60); }
td.TdClassName
{
border-color: #E9293C;
}
.TagClassName
{
border-color: #E9293C;
}
</style>