Shades of Alizarin #EA293C
Tints of Alizarin #EA293C
RGB
CMYK
RGB Variations
Color information
#EA293C (or 0xEA293C) is known color: Alizarin. HEX triplet: EA, 29 and 3C. RGB value is (234,41,60). Sum of RGB (Red+Green+Blue) = 234+41+60=335 (44% of max value = 765). Red value is 234 (91.80% from 255 or 69.85% from 335); Green value is 41 (16.41% from 255 or 12.24% from 335); Blue value is 60 (23.83% from 255 or 17.91% from 335); Max value from RGB is 234 - color contains mainly: red. Hex color #EA293C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA293C is #15D6C3. Grayscale: #646464. Windows color (decimal): -1431236 or 3942890. OLE color: 3942890.
HSL color Cylindrical-coordinate representation of color #EA293C: hue angle of 354.09º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EA293C is Cyan = 0, Magento = 0.82, Yellow = 0.74 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 41 | 60 | - |
| CMYK | 0 | 0.82 | 0.74 | 0.08 |
| HSL | 354.09º | 0.82% | 0.54% | - |
| HSV(B) | 354.09º | 0.82% | 0.92% | - |
| XYZ | 35.54 | 19.4 | 6.15 | - |
| YUV | 100.87 | 104.94 | 222.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 41 | 60 | 0 | 0.82 | 0.74 | 0.08 | 354.09 | 0.82 | 0.54 |
| Hex | EA | 29 | 3C | 0 | 52 | 4A | 8 | 162 | 52 | 36 |
| Octal | 352 | 51 | 74 | 0 | 122 | 112 | 10 | 542 | 122 | 66 |
| Binary | 11101010 | 101001 | 111100 | 0 | 1010010 | 1001010 | 1000 | 101100010 | 1010010 | 110110 |
Color Harmonies of #EA293C
Complementary color
Monochromatic Colors of #EA293C
Black with #EA293C
Text Example
Text Example
White with #EA293C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA293C; }
p { color: rgb(234,41,60); }
H1.HeaderClassName
{
color: #EA293C;
}
.AnyTagClassName
{
color: #EA293C;
}
</style>
background-color css
<style>
a { background-color: #EA293C; }
a { background-color: rgb(234,41,60); }
div.DivClassName
{
background-color: #EA293C;
}
.BgClassName
{
background-color: #EA293C;
}
</style>
border-color css
<style>
span { border-color: #EA293C; }
span { border-color: rgb(234,41,60); }
td.TdClassName
{
border-color: #EA293C;
}
.TagClassName
{
border-color: #EA293C;
}
</style>