Shades of Alizarin #EA1936
Tints of Alizarin #EA1936
RGB
CMYK
RGB Variations
Color information
#EA1936 (or 0xEA1936) is known color: Alizarin. HEX triplet: EA, 19 and 36. RGB value is (234,25,54). Sum of RGB (Red+Green+Blue) = 234+25+54=313 (41% of max value = 765). Red value is 234 (91.80% from 255 or 74.76% from 313); Green value is 25 (10.16% from 255 or 7.99% from 313); Blue value is 54 (21.48% from 255 or 17.25% from 313); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1936 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EA1936 is #15E6C9. Grayscale: #5A5A5A. Windows color (decimal): -1435338 or 3545578. OLE color: 3545578.
HSL color Cylindrical-coordinate representation of color #EA1936: hue angle of 351.67º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EA1936 is Cyan = 0, Magento = 0.89, Yellow = 0.77 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 25 | 54 | - |
| CMYK | 0 | 0.89 | 0.77 | 0.08 |
| HSL | 351.67º | 0.83% | 0.51% | - |
| HSV(B) | 351.67º | 0.89% | 0.92% | - |
| XYZ | 34.95 | 18.45 | 5.21 | - |
| YUV | 90.8 | 107.24 | 230.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 25 | 54 | 0 | 0.89 | 0.77 | 0.08 | 351.67 | 0.83 | 0.51 |
| Hex | EA | 19 | 36 | 0 | 59 | 4D | 8 | 160 | 53 | 33 |
| Octal | 352 | 31 | 66 | 0 | 131 | 115 | 10 | 540 | 123 | 63 |
| Binary | 11101010 | 11001 | 110110 | 0 | 1011001 | 1001101 | 1000 | 101100000 | 1010011 | 110011 |
Color Harmonies of #EA1936
Complementary color
Monochromatic Colors of #EA1936
Black with #EA1936
Text Example
Text Example
White with #EA1936
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA1936; }
p { color: rgb(234,25,54); }
H1.HeaderClassName
{
color: #EA1936;
}
.AnyTagClassName
{
color: #EA1936;
}
</style>
background-color css
<style>
a { background-color: #EA1936; }
a { background-color: rgb(234,25,54); }
div.DivClassName
{
background-color: #EA1936;
}
.BgClassName
{
background-color: #EA1936;
}
</style>
border-color css
<style>
span { border-color: #EA1936; }
span { border-color: rgb(234,25,54); }
td.TdClassName
{
border-color: #EA1936;
}
.TagClassName
{
border-color: #EA1936;
}
</style>