Shades of Alizarin #EA2838
Tints of Alizarin #EA2838
RGB
CMYK
RGB Variations
Color information
#EA2838 (or 0xEA2838) is known color: Alizarin. HEX triplet: EA, 28 and 38. RGB value is (234,40,56). Sum of RGB (Red+Green+Blue) = 234+40+56=330 (43% of max value = 765). Red value is 234 (91.80% from 255 or 70.91% from 330); Green value is 40 (16.02% from 255 or 12.12% from 330); Blue value is 56 (22.27% from 255 or 16.97% from 330); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2838 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA2838 is #15D7C7. Grayscale: #636363. Windows color (decimal): -1431496 or 3680490. OLE color: 3680490.
HSL color Cylindrical-coordinate representation of color #EA2838: hue angle of 355.05º 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 #EA2838 is Cyan = 0, Magento = 0.83, Yellow = 0.76 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 40 | 56 | - |
| CMYK | 0 | 0.83 | 0.76 | 0.08 |
| HSL | 355.05º | 0.82% | 0.54% | - |
| HSV(B) | 355.05º | 0.83% | 0.92% | - |
| XYZ | 35.4 | 19.3 | 5.6 | - |
| YUV | 99.83 | 103.27 | 223.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 40 | 56 | 0 | 0.83 | 0.76 | 0.08 | 355.05 | 0.82 | 0.54 |
| Hex | EA | 28 | 38 | 0 | 53 | 4C | 8 | 163 | 52 | 36 |
| Octal | 352 | 50 | 70 | 0 | 123 | 114 | 10 | 543 | 122 | 66 |
| Binary | 11101010 | 101000 | 111000 | 0 | 1010011 | 1001100 | 1000 | 101100011 | 1010010 | 110110 |
Color Harmonies of #EA2838
Complementary color
Monochromatic Colors of #EA2838
Black with #EA2838
Text Example
Text Example
White with #EA2838
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA2838; }
p { color: rgb(234,40,56); }
H1.HeaderClassName
{
color: #EA2838;
}
.AnyTagClassName
{
color: #EA2838;
}
</style>
background-color css
<style>
a { background-color: #EA2838; }
a { background-color: rgb(234,40,56); }
div.DivClassName
{
background-color: #EA2838;
}
.BgClassName
{
background-color: #EA2838;
}
</style>
border-color css
<style>
span { border-color: #EA2838; }
span { border-color: rgb(234,40,56); }
td.TdClassName
{
border-color: #EA2838;
}
.TagClassName
{
border-color: #EA2838;
}
</style>