Shades of Alizarin #EA1629
Tints of Alizarin #EA1629
RGB
CMYK
RGB Variations
Color information
#EA1629 (or 0xEA1629) is known color: Alizarin. HEX triplet: EA, 16 and 29. RGB value is (234,22,41). Sum of RGB (Red+Green+Blue) = 234+22+41=297 (39% of max value = 765). Red value is 234 (91.80% from 255 or 78.79% from 297); Green value is 22 (8.98% from 255 or 7.41% from 297); Blue value is 41 (16.41% from 255 or 13.80% from 297); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1629 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EA1629 is #15E9D6. Grayscale: #575757. Windows color (decimal): -1436119 or 2692842. OLE color: 2692842.
HSL color Cylindrical-coordinate representation of color #EA1629: hue angle of 354.62º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EA1629 is Cyan = 0, Magento = 0.91, Yellow = 0.82 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 22 | 41 | - |
| CMYK | 0 | 0.91 | 0.82 | 0.08 |
| HSL | 354.62º | 0.83% | 0.5% | - |
| HSV(B) | 354.62º | 0.91% | 0.92% | - |
| XYZ | 34.62 | 18.23 | 3.79 | - |
| YUV | 87.55 | 101.74 | 232.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 22 | 41 | 0 | 0.91 | 0.82 | 0.08 | 354.62 | 0.83 | 0.5 |
| Hex | EA | 16 | 29 | 0 | 5B | 52 | 8 | 163 | 53 | 32 |
| Octal | 352 | 26 | 51 | 0 | 133 | 122 | 10 | 543 | 123 | 62 |
| Binary | 11101010 | 10110 | 101001 | 0 | 1011011 | 1010010 | 1000 | 101100011 | 1010011 | 110010 |
Color Harmonies of #EA1629
Complementary color
Monochromatic Colors of #EA1629
Black with #EA1629
Text Example
Text Example
White with #EA1629
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA1629; }
p { color: rgb(234,22,41); }
H1.HeaderClassName
{
color: #EA1629;
}
.AnyTagClassName
{
color: #EA1629;
}
</style>
background-color css
<style>
a { background-color: #EA1629; }
a { background-color: rgb(234,22,41); }
div.DivClassName
{
background-color: #EA1629;
}
.BgClassName
{
background-color: #EA1629;
}
</style>
border-color css
<style>
span { border-color: #EA1629; }
span { border-color: rgb(234,22,41); }
td.TdClassName
{
border-color: #EA1629;
}
.TagClassName
{
border-color: #EA1629;
}
</style>