Shades of Alizarin #EA2836
Tints of Alizarin #EA2836
RGB
CMYK
RGB Variations
Color information
#EA2836 (or 0xEA2836) is known color: Alizarin. HEX triplet: EA, 28 and 36. RGB value is (234,40,54). Sum of RGB (Red+Green+Blue) = 234+40+54=328 (43% of max value = 765). Red value is 234 (91.80% from 255 or 71.34% from 328); Green value is 40 (16.02% from 255 or 12.20% from 328); Blue value is 54 (21.48% from 255 or 16.46% from 328); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2836 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA2836 is #15D7C9. Grayscale: #636363. Windows color (decimal): -1431498 or 3549418. OLE color: 3549418.
HSL color Cylindrical-coordinate representation of color #EA2836: hue angle of 355.67º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EA2836 is Cyan = 0, Magento = 0.83, Yellow = 0.77 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 40 | 54 | - |
| CMYK | 0 | 0.83 | 0.77 | 0.08 |
| HSL | 355.67º | 0.82% | 0.54% | - |
| HSV(B) | 355.67º | 0.83% | 0.92% | - |
| XYZ | 35.36 | 19.28 | 5.35 | - |
| YUV | 99.6 | 102.27 | 223.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 40 | 54 | 0 | 0.83 | 0.77 | 0.08 | 355.67 | 0.82 | 0.54 |
| Hex | EA | 28 | 36 | 0 | 53 | 4D | 8 | 164 | 52 | 36 |
| Octal | 352 | 50 | 66 | 0 | 123 | 115 | 10 | 544 | 122 | 66 |
| Binary | 11101010 | 101000 | 110110 | 0 | 1010011 | 1001101 | 1000 | 101100100 | 1010010 | 110110 |
Color Harmonies of #EA2836
Complementary color
Monochromatic Colors of #EA2836
Black with #EA2836
Text Example
Text Example
White with #EA2836
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA2836; }
p { color: rgb(234,40,54); }
H1.HeaderClassName
{
color: #EA2836;
}
.AnyTagClassName
{
color: #EA2836;
}
</style>
background-color css
<style>
a { background-color: #EA2836; }
a { background-color: rgb(234,40,54); }
div.DivClassName
{
background-color: #EA2836;
}
.BgClassName
{
background-color: #EA2836;
}
</style>
border-color css
<style>
span { border-color: #EA2836; }
span { border-color: rgb(234,40,54); }
td.TdClassName
{
border-color: #EA2836;
}
.TagClassName
{
border-color: #EA2836;
}
</style>