Shades of Alizarin #EA192E
Tints of Alizarin #EA192E
RGB
CMYK
RGB Variations
Color information
#EA192E (or 0xEA192E) is known color: Alizarin. HEX triplet: EA, 19 and 2E. RGB value is (234,25,46). Sum of RGB (Red+Green+Blue) = 234+25+46=305 (40% of max value = 765). Red value is 234 (91.80% from 255 or 76.72% from 305); Green value is 25 (10.16% from 255 or 8.20% from 305); Blue value is 46 (18.36% from 255 or 15.08% from 305); Max value from RGB is 234 - color contains mainly: red. Hex color #EA192E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EA192E is #15E6D1. Grayscale: #5A5A5A. Windows color (decimal): -1435346 or 3021290. OLE color: 3021290.
HSL color Cylindrical-coordinate representation of color #EA192E: hue angle of 353.97º 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 #EA192E is Cyan = 0, Magento = 0.89, Yellow = 0.80 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 25 | 46 | - |
| CMYK | 0 | 0.89 | 0.80 | 0.08 |
| HSL | 353.97º | 0.83% | 0.51% | - |
| HSV(B) | 353.97º | 0.89% | 0.92% | - |
| XYZ | 34.77 | 18.38 | 4.3 | - |
| YUV | 89.89 | 103.24 | 230.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 25 | 46 | 0 | 0.89 | 0.80 | 0.08 | 353.97 | 0.83 | 0.51 |
| Hex | EA | 19 | 2E | 0 | 59 | 50 | 8 | 162 | 53 | 33 |
| Octal | 352 | 31 | 56 | 0 | 131 | 120 | 10 | 542 | 123 | 63 |
| Binary | 11101010 | 11001 | 101110 | 0 | 1011001 | 1010000 | 1000 | 101100010 | 1010011 | 110011 |
Color Harmonies of #EA192E
Complementary color
Monochromatic Colors of #EA192E
Black with #EA192E
Text Example
Text Example
White with #EA192E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA192E; }
p { color: rgb(234,25,46); }
H1.HeaderClassName
{
color: #EA192E;
}
.AnyTagClassName
{
color: #EA192E;
}
</style>
background-color css
<style>
a { background-color: #EA192E; }
a { background-color: rgb(234,25,46); }
div.DivClassName
{
background-color: #EA192E;
}
.BgClassName
{
background-color: #EA192E;
}
</style>
border-color css
<style>
span { border-color: #EA192E; }
span { border-color: rgb(234,25,46); }
td.TdClassName
{
border-color: #EA192E;
}
.TagClassName
{
border-color: #EA192E;
}
</style>