Shades of Alizarin #EA2839
Tints of Alizarin #EA2839
RGB
CMYK
RGB Variations
Color information
#EA2839 (or 0xEA2839) is known color: Alizarin. HEX triplet: EA, 28 and 39. RGB value is (234,40,57). Sum of RGB (Red+Green+Blue) = 234+40+57=331 (43% of max value = 765). Red value is 234 (91.80% from 255 or 70.69% from 331); Green value is 40 (16.02% from 255 or 12.08% from 331); Blue value is 57 (22.66% from 255 or 17.22% from 331); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2839 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA2839 is #15D7C6. Grayscale: #646464. Windows color (decimal): -1431495 or 3746026. OLE color: 3746026.
HSL color Cylindrical-coordinate representation of color #EA2839: hue angle of 354.74º 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 #EA2839 is Cyan = 0, Magento = 0.83, Yellow = 0.76 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 40 | 57 | - |
| CMYK | 0 | 0.83 | 0.76 | 0.08 |
| HSL | 354.74º | 0.82% | 0.54% | - |
| HSV(B) | 354.74º | 0.83% | 0.92% | - |
| XYZ | 35.43 | 19.31 | 5.73 | - |
| YUV | 99.94 | 103.77 | 223.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 40 | 57 | 0 | 0.83 | 0.76 | 0.08 | 354.74 | 0.82 | 0.54 |
| Hex | EA | 28 | 39 | 0 | 53 | 4C | 8 | 163 | 52 | 36 |
| Octal | 352 | 50 | 71 | 0 | 123 | 114 | 10 | 543 | 122 | 66 |
| Binary | 11101010 | 101000 | 111001 | 0 | 1010011 | 1001100 | 1000 | 101100011 | 1010010 | 110110 |
Color Harmonies of #EA2839
Complementary color
Monochromatic Colors of #EA2839
Black with #EA2839
Text Example
Text Example
White with #EA2839
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA2839; }
p { color: rgb(234,40,57); }
H1.HeaderClassName
{
color: #EA2839;
}
.AnyTagClassName
{
color: #EA2839;
}
</style>
background-color css
<style>
a { background-color: #EA2839; }
a { background-color: rgb(234,40,57); }
div.DivClassName
{
background-color: #EA2839;
}
.BgClassName
{
background-color: #EA2839;
}
</style>
border-color css
<style>
span { border-color: #EA2839; }
span { border-color: rgb(234,40,57); }
td.TdClassName
{
border-color: #EA2839;
}
.TagClassName
{
border-color: #EA2839;
}
</style>