Shades of Alizarin #EA2436
Tints of Alizarin #EA2436
RGB
CMYK
RGB Variations
Color information
#EA2436 (or 0xEA2436) is known color: Alizarin. HEX triplet: EA, 24 and 36. RGB value is (234,36,54). Sum of RGB (Red+Green+Blue) = 234+36+54=324 (42% of max value = 765). Red value is 234 (91.80% from 255 or 72.22% from 324); Green value is 36 (14.45% from 255 or 11.11% from 324); Blue value is 54 (21.48% from 255 or 16.67% from 324); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2436 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA2436 is #15DBC9. Grayscale: #616161. Windows color (decimal): -1432522 or 3548394. OLE color: 3548394.
HSL color Cylindrical-coordinate representation of color #EA2436: hue angle of 354.55º degrees, saturation: 0.82, 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 #EA2436 is Cyan = 0, Magento = 0.85, Yellow = 0.77 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 36 | 54 | - |
| CMYK | 0 | 0.85 | 0.77 | 0.08 |
| HSL | 354.55º | 0.83% | 0.53% | - |
| HSV(B) | 354.55º | 0.85% | 0.92% | - |
| XYZ | 35.23 | 19.02 | 5.3 | - |
| YUV | 97.25 | 103.6 | 225.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 36 | 54 | 0 | 0.85 | 0.77 | 0.08 | 354.55 | 0.83 | 0.53 |
| Hex | EA | 24 | 36 | 0 | 55 | 4D | 8 | 163 | 52 | 35 |
| Octal | 352 | 44 | 66 | 0 | 125 | 115 | 10 | 543 | 122 | 65 |
| Binary | 11101010 | 100100 | 110110 | 0 | 1010101 | 1001101 | 1000 | 101100011 | 1010010 | 110101 |
Color Harmonies of #EA2436
Complementary color
Monochromatic Colors of #EA2436
Black with #EA2436
Text Example
Text Example
White with #EA2436
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA2436; }
p { color: rgb(234,36,54); }
H1.HeaderClassName
{
color: #EA2436;
}
.AnyTagClassName
{
color: #EA2436;
}
</style>
background-color css
<style>
a { background-color: #EA2436; }
a { background-color: rgb(234,36,54); }
div.DivClassName
{
background-color: #EA2436;
}
.BgClassName
{
background-color: #EA2436;
}
</style>
border-color css
<style>
span { border-color: #EA2436; }
span { border-color: rgb(234,36,54); }
td.TdClassName
{
border-color: #EA2436;
}
.TagClassName
{
border-color: #EA2436;
}
</style>