Shades of Alizarin #EA2226
Tints of Alizarin #EA2226
RGB
CMYK
RGB Variations
Color information
#EA2226 (or 0xEA2226) is known color: Alizarin. HEX triplet: EA, 22 and 26. RGB value is (234,34,38). Sum of RGB (Red+Green+Blue) = 234+34+38=306 (40% of max value = 765). Red value is 234 (91.80% from 255 or 76.47% from 306); Green value is 34 (13.67% from 255 or 11.11% from 306); Blue value is 38 (15.23% from 255 or 12.42% from 306); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2226 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA2226 is #15DDD9. Grayscale: #5E5E5E. Windows color (decimal): -1433050 or 2499306. OLE color: 2499306.
HSL color Cylindrical-coordinate representation of color #EA2226: hue angle of 358.8º 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 #EA2226 is Cyan = 0, Magento = 0.85, Yellow = 0.84 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 34 | 38 | - |
| CMYK | 0 | 0.85 | 0.84 | 0.08 |
| HSL | 358.8º | 0.83% | 0.53% | - |
| HSV(B) | 358.8º | 0.85% | 0.92% | - |
| XYZ | 34.85 | 18.78 | 3.62 | - |
| YUV | 94.26 | 96.26 | 227.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 34 | 38 | 0 | 0.85 | 0.84 | 0.08 | 358.8 | 0.83 | 0.53 |
| Hex | EA | 22 | 26 | 0 | 55 | 54 | 8 | 167 | 53 | 35 |
| Octal | 352 | 42 | 46 | 0 | 125 | 124 | 10 | 547 | 123 | 65 |
| Binary | 11101010 | 100010 | 100110 | 0 | 1010101 | 1010100 | 1000 | 101100111 | 1010011 | 110101 |
Color Harmonies of #EA2226
Complementary color
Monochromatic Colors of #EA2226
Black with #EA2226
Text Example
Text Example
White with #EA2226
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA2226; }
p { color: rgb(234,34,38); }
H1.HeaderClassName
{
color: #EA2226;
}
.AnyTagClassName
{
color: #EA2226;
}
</style>
background-color css
<style>
a { background-color: #EA2226; }
a { background-color: rgb(234,34,38); }
div.DivClassName
{
background-color: #EA2226;
}
.BgClassName
{
background-color: #EA2226;
}
</style>
border-color css
<style>
span { border-color: #EA2226; }
span { border-color: rgb(234,34,38); }
td.TdClassName
{
border-color: #EA2226;
}
.TagClassName
{
border-color: #EA2226;
}
</style>