Shades of Alizarin #EA293B
Tints of Alizarin #EA293B
RGB
CMYK
RGB Variations
Color information
#EA293B (or 0xEA293B) is known color: Alizarin. HEX triplet: EA, 29 and 3B. RGB value is (234,41,59). Sum of RGB (Red+Green+Blue) = 234+41+59=334 (44% of max value = 765). Red value is 234 (91.80% from 255 or 70.06% from 334); Green value is 41 (16.41% from 255 or 12.28% from 334); Blue value is 59 (23.44% from 255 or 17.66% from 334); Max value from RGB is 234 - color contains mainly: red. Hex color #EA293B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA293B is #15D6C4. Grayscale: #646464. Windows color (decimal): -1431237 or 3877354. OLE color: 3877354.
HSL color Cylindrical-coordinate representation of color #EA293B: hue angle of 354.4º 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 #EA293B is Cyan = 0, Magento = 0.82, Yellow = 0.75 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 41 | 59 | - |
| CMYK | 0 | 0.82 | 0.75 | 0.08 |
| HSL | 354.4º | 0.82% | 0.54% | - |
| HSV(B) | 354.4º | 0.82% | 0.92% | - |
| XYZ | 35.51 | 19.39 | 6.01 | - |
| YUV | 100.76 | 104.44 | 223.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 41 | 59 | 0 | 0.82 | 0.75 | 0.08 | 354.4 | 0.82 | 0.54 |
| Hex | EA | 29 | 3B | 0 | 52 | 4B | 8 | 162 | 52 | 36 |
| Octal | 352 | 51 | 73 | 0 | 122 | 113 | 10 | 542 | 122 | 66 |
| Binary | 11101010 | 101001 | 111011 | 0 | 1010010 | 1001011 | 1000 | 101100010 | 1010010 | 110110 |
Color Harmonies of #EA293B
Complementary color
Monochromatic Colors of #EA293B
Black with #EA293B
Text Example
Text Example
White with #EA293B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA293B; }
p { color: rgb(234,41,59); }
H1.HeaderClassName
{
color: #EA293B;
}
.AnyTagClassName
{
color: #EA293B;
}
</style>
background-color css
<style>
a { background-color: #EA293B; }
a { background-color: rgb(234,41,59); }
div.DivClassName
{
background-color: #EA293B;
}
.BgClassName
{
background-color: #EA293B;
}
</style>
border-color css
<style>
span { border-color: #EA293B; }
span { border-color: rgb(234,41,59); }
td.TdClassName
{
border-color: #EA293B;
}
.TagClassName
{
border-color: #EA293B;
}
</style>