Shades of Alizarin #EA2229
Tints of Alizarin #EA2229
RGB
CMYK
RGB Variations
Color information
#EA2229 (or 0xEA2229) is known color: Alizarin. HEX triplet: EA, 22 and 29. RGB value is (234,34,41). Sum of RGB (Red+Green+Blue) = 234+34+41=309 (40% of max value = 765). Red value is 234 (91.80% from 255 or 75.73% from 309); Green value is 34 (13.67% from 255 or 11.00% from 309); Blue value is 41 (16.41% from 255 or 13.27% from 309); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2229 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA2229 is #15DDD6. Grayscale: #5E5E5E. Windows color (decimal): -1433047 or 2695914. OLE color: 2695914.
HSL color Cylindrical-coordinate representation of color #EA2229: hue angle of 357.9º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #EA2229 is Cyan = 0, Magento = 0.85, Yellow = 0.82 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 34 | 41 | - |
| CMYK | 0 | 0.85 | 0.82 | 0.08 |
| HSL | 357.9º | 0.83% | 0.53% | - |
| HSV(B) | 357.9º | 0.85% | 0.92% | - |
| XYZ | 34.9 | 18.8 | 3.89 | - |
| YUV | 94.6 | 97.76 | 227.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 34 | 41 | 0 | 0.85 | 0.82 | 0.08 | 357.9 | 0.83 | 0.53 |
| Hex | EA | 22 | 29 | 0 | 55 | 52 | 8 | 166 | 53 | 35 |
| Octal | 352 | 42 | 51 | 0 | 125 | 122 | 10 | 546 | 123 | 65 |
| Binary | 11101010 | 100010 | 101001 | 0 | 1010101 | 1010010 | 1000 | 101100110 | 1010011 | 110101 |
Color Harmonies of #EA2229
Complementary color
Monochromatic Colors of #EA2229
Black with #EA2229
Text Example
Text Example
White with #EA2229
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA2229; }
p { color: rgb(234,34,41); }
H1.HeaderClassName
{
color: #EA2229;
}
.AnyTagClassName
{
color: #EA2229;
}
</style>
background-color css
<style>
a { background-color: #EA2229; }
a { background-color: rgb(234,34,41); }
div.DivClassName
{
background-color: #EA2229;
}
.BgClassName
{
background-color: #EA2229;
}
</style>
border-color css
<style>
span { border-color: #EA2229; }
span { border-color: rgb(234,34,41); }
td.TdClassName
{
border-color: #EA2229;
}
.TagClassName
{
border-color: #EA2229;
}
</style>