Shades of Alizarin #EA192A
Tints of Alizarin #EA192A
RGB
CMYK
RGB Variations
Color information
#EA192A (or 0xEA192A) is known color: Alizarin. HEX triplet: EA, 19 and 2A. RGB value is (234,25,42). Sum of RGB (Red+Green+Blue) = 234+25+42=301 (39% of max value = 765). Red value is 234 (91.80% from 255 or 77.74% from 301); Green value is 25 (10.16% from 255 or 8.31% from 301); Blue value is 42 (16.80% from 255 or 13.95% from 301); Max value from RGB is 234 - color contains mainly: red. Hex color #EA192A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EA192A is #15E6D5. Grayscale: #595959. Windows color (decimal): -1435350 or 2759146. OLE color: 2759146.
HSL color Cylindrical-coordinate representation of color #EA192A: hue angle of 355.12º 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 #EA192A is Cyan = 0, Magento = 0.89, Yellow = 0.82 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 25 | 42 | - |
| CMYK | 0 | 0.89 | 0.82 | 0.08 |
| HSL | 355.12º | 0.83% | 0.51% | - |
| HSV(B) | 355.12º | 0.89% | 0.92% | - |
| XYZ | 34.7 | 18.35 | 3.9 | - |
| YUV | 89.43 | 101.24 | 231.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 25 | 42 | 0 | 0.89 | 0.82 | 0.08 | 355.12 | 0.83 | 0.51 |
| Hex | EA | 19 | 2A | 0 | 59 | 52 | 8 | 163 | 53 | 33 |
| Octal | 352 | 31 | 52 | 0 | 131 | 122 | 10 | 543 | 123 | 63 |
| Binary | 11101010 | 11001 | 101010 | 0 | 1011001 | 1010010 | 1000 | 101100011 | 1010011 | 110011 |
Color Harmonies of #EA192A
Complementary color
Monochromatic Colors of #EA192A
Black with #EA192A
Text Example
Text Example
White with #EA192A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA192A; }
p { color: rgb(234,25,42); }
H1.HeaderClassName
{
color: #EA192A;
}
.AnyTagClassName
{
color: #EA192A;
}
</style>
background-color css
<style>
a { background-color: #EA192A; }
a { background-color: rgb(234,25,42); }
div.DivClassName
{
background-color: #EA192A;
}
.BgClassName
{
background-color: #EA192A;
}
</style>
border-color css
<style>
span { border-color: #EA192A; }
span { border-color: rgb(234,25,42); }
td.TdClassName
{
border-color: #EA192A;
}
.TagClassName
{
border-color: #EA192A;
}
</style>