Shades of Alizarin #EA293A
Tints of Alizarin #EA293A
RGB
CMYK
RGB Variations
Color information
#EA293A (or 0xEA293A) is known color: Alizarin. HEX triplet: EA, 29 and 3A. RGB value is (234,41,58). Sum of RGB (Red+Green+Blue) = 234+41+58=333 (44% of max value = 765). Red value is 234 (91.80% from 255 or 70.27% from 333); Green value is 41 (16.41% from 255 or 12.31% from 333); Blue value is 58 (23.05% from 255 or 17.42% from 333); Max value from RGB is 234 - color contains mainly: red. Hex color #EA293A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA293A is #15D6C5. Grayscale: #646464. Windows color (decimal): -1431238 or 3811818. OLE color: 3811818.
HSL color Cylindrical-coordinate representation of color #EA293A: hue angle of 354.72º 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 #EA293A is Cyan = 0, Magento = 0.82, Yellow = 0.75 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 41 | 58 | - |
| CMYK | 0 | 0.82 | 0.75 | 0.08 |
| HSL | 354.72º | 0.82% | 0.54% | - |
| HSV(B) | 354.72º | 0.82% | 0.92% | - |
| XYZ | 35.49 | 19.38 | 5.87 | - |
| YUV | 100.65 | 103.94 | 223.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 41 | 58 | 0 | 0.82 | 0.75 | 0.08 | 354.72 | 0.82 | 0.54 |
| Hex | EA | 29 | 3A | 0 | 52 | 4B | 8 | 163 | 52 | 36 |
| Octal | 352 | 51 | 72 | 0 | 122 | 113 | 10 | 543 | 122 | 66 |
| Binary | 11101010 | 101001 | 111010 | 0 | 1010010 | 1001011 | 1000 | 101100011 | 1010010 | 110110 |
Color Harmonies of #EA293A
Complementary color
Monochromatic Colors of #EA293A
Black with #EA293A
Text Example
Text Example
White with #EA293A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA293A; }
p { color: rgb(234,41,58); }
H1.HeaderClassName
{
color: #EA293A;
}
.AnyTagClassName
{
color: #EA293A;
}
</style>
background-color css
<style>
a { background-color: #EA293A; }
a { background-color: rgb(234,41,58); }
div.DivClassName
{
background-color: #EA293A;
}
.BgClassName
{
background-color: #EA293A;
}
</style>
border-color css
<style>
span { border-color: #EA293A; }
span { border-color: rgb(234,41,58); }
td.TdClassName
{
border-color: #EA293A;
}
.TagClassName
{
border-color: #EA293A;
}
</style>