Shades of Alizarin #EA2324
Tints of Alizarin #EA2324
RGB
CMYK
RGB Variations
Color information
#EA2324 (or 0xEA2324) is known color: Alizarin. HEX triplet: EA, 23 and 24. RGB value is (234,35,36). Sum of RGB (Red+Green+Blue) = 234+35+36=305 (40% of max value = 765). Red value is 234 (91.80% from 255 or 76.72% from 305); Green value is 35 (14.06% from 255 or 11.48% from 305); Blue value is 36 (14.45% from 255 or 11.80% from 305); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2324 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA2324 is #15DCDB. Grayscale: #5E5E5E. Windows color (decimal): -1432796 or 2368490. OLE color: 2368490.
HSL color Cylindrical-coordinate representation of color #EA2324: hue angle of 359.7º 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 #EA2324 is Cyan = 0, Magento = 0.85, Yellow = 0.85 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 35 | 36 | - |
| CMYK | 0 | 0.85 | 0.85 | 0.08 |
| HSL | 359.7º | 0.83% | 0.53% | - |
| HSV(B) | 359.7º | 0.85% | 0.92% | - |
| XYZ | 34.85 | 18.82 | 3.47 | - |
| YUV | 94.62 | 94.93 | 227.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 35 | 36 | 0 | 0.85 | 0.85 | 0.08 | 359.7 | 0.83 | 0.53 |
| Hex | EA | 23 | 24 | 0 | 55 | 55 | 8 | 168 | 53 | 35 |
| Octal | 352 | 43 | 44 | 0 | 125 | 125 | 10 | 550 | 123 | 65 |
| Binary | 11101010 | 100011 | 100100 | 0 | 1010101 | 1010101 | 1000 | 101101000 | 1010011 | 110101 |
Color Harmonies of #EA2324
Complementary color
Monochromatic Colors of #EA2324
Black with #EA2324
Text Example
Text Example
White with #EA2324
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA2324; }
p { color: rgb(234,35,36); }
H1.HeaderClassName
{
color: #EA2324;
}
.AnyTagClassName
{
color: #EA2324;
}
</style>
background-color css
<style>
a { background-color: #EA2324; }
a { background-color: rgb(234,35,36); }
div.DivClassName
{
background-color: #EA2324;
}
.BgClassName
{
background-color: #EA2324;
}
</style>
border-color css
<style>
span { border-color: #EA2324; }
span { border-color: rgb(234,35,36); }
td.TdClassName
{
border-color: #EA2324;
}
.TagClassName
{
border-color: #EA2324;
}
</style>