Shades of Alizarin #EA2A34
Tints of Alizarin #EA2A34
RGB
CMYK
RGB Variations
Color information
#EA2A34 (or 0xEA2A34) is known color: Alizarin. HEX triplet: EA, 2A and 34. RGB value is (234,42,52). Sum of RGB (Red+Green+Blue) = 234+42+52=328 (43% of max value = 765). Red value is 234 (91.80% from 255 or 71.34% from 328); Green value is 42 (16.80% from 255 or 12.80% from 328); Blue value is 52 (20.70% from 255 or 15.85% from 328); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2A34 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA2A34 is #15D5CB. Grayscale: #646464. Windows color (decimal): -1430988 or 3418858. OLE color: 3418858.
HSL color Cylindrical-coordinate representation of color #EA2A34: hue angle of 356.88º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EA2A34 is Cyan = 0, Magento = 0.82, Yellow = 0.78 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 42 | 52 | - |
| CMYK | 0 | 0.82 | 0.78 | 0.08 |
| HSL | 356.88º | 0.82% | 0.54% | - |
| HSV(B) | 356.88º | 0.82% | 0.92% | - |
| XYZ | 35.38 | 19.4 | 5.13 | - |
| YUV | 100.55 | 100.61 | 223.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 42 | 52 | 0 | 0.82 | 0.78 | 0.08 | 356.88 | 0.82 | 0.54 |
| Hex | EA | 2A | 34 | 0 | 52 | 4E | 8 | 165 | 52 | 36 |
| Octal | 352 | 52 | 64 | 0 | 122 | 116 | 10 | 545 | 122 | 66 |
| Binary | 11101010 | 101010 | 110100 | 0 | 1010010 | 1001110 | 1000 | 101100101 | 1010010 | 110110 |
Color Harmonies of #EA2A34
Complementary color
Monochromatic Colors of #EA2A34
Black with #EA2A34
Text Example
Text Example
White with #EA2A34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA2A34; }
p { color: rgb(234,42,52); }
H1.HeaderClassName
{
color: #EA2A34;
}
.AnyTagClassName
{
color: #EA2A34;
}
</style>
background-color css
<style>
a { background-color: #EA2A34; }
a { background-color: rgb(234,42,52); }
div.DivClassName
{
background-color: #EA2A34;
}
.BgClassName
{
background-color: #EA2A34;
}
</style>
border-color css
<style>
span { border-color: #EA2A34; }
span { border-color: rgb(234,42,52); }
td.TdClassName
{
border-color: #EA2A34;
}
.TagClassName
{
border-color: #EA2A34;
}
</style>