Shades of Alizarin #EA1728
Tints of Alizarin #EA1728
RGB
CMYK
RGB Variations
Color information
#EA1728 (or 0xEA1728) is known color: Alizarin. HEX triplet: EA, 17 and 28. RGB value is (234,23,40). Sum of RGB (Red+Green+Blue) = 234+23+40=297 (39% of max value = 765). Red value is 234 (91.80% from 255 or 78.79% from 297); Green value is 23 (9.38% from 255 or 7.74% from 297); Blue value is 40 (16.02% from 255 or 13.47% from 297); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1728 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EA1728 is #15E8D7. Grayscale: #585858. Windows color (decimal): -1435864 or 2627562. OLE color: 2627562.
HSL color Cylindrical-coordinate representation of color #EA1728: hue angle of 355.17º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EA1728 is Cyan = 0, Magento = 0.90, Yellow = 0.83 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 23 | 40 | - |
| CMYK | 0 | 0.90 | 0.83 | 0.08 |
| HSL | 355.17º | 0.83% | 0.5% | - |
| HSV(B) | 355.17º | 0.9% | 0.92% | - |
| XYZ | 34.62 | 18.26 | 3.71 | - |
| YUV | 88.03 | 100.9 | 232.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 23 | 40 | 0 | 0.90 | 0.83 | 0.08 | 355.17 | 0.83 | 0.5 |
| Hex | EA | 17 | 28 | 0 | 5A | 53 | 8 | 163 | 53 | 32 |
| Octal | 352 | 27 | 50 | 0 | 132 | 123 | 10 | 543 | 123 | 62 |
| Binary | 11101010 | 10111 | 101000 | 0 | 1011010 | 1010011 | 1000 | 101100011 | 1010011 | 110010 |
Color Harmonies of #EA1728
Complementary color
Monochromatic Colors of #EA1728
Black with #EA1728
Text Example
Text Example
White with #EA1728
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA1728; }
p { color: rgb(234,23,40); }
H1.HeaderClassName
{
color: #EA1728;
}
.AnyTagClassName
{
color: #EA1728;
}
</style>
background-color css
<style>
a { background-color: #EA1728; }
a { background-color: rgb(234,23,40); }
div.DivClassName
{
background-color: #EA1728;
}
.BgClassName
{
background-color: #EA1728;
}
</style>
border-color css
<style>
span { border-color: #EA1728; }
span { border-color: rgb(234,23,40); }
td.TdClassName
{
border-color: #EA1728;
}
.TagClassName
{
border-color: #EA1728;
}
</style>