Shades of Alizarin #EA1B37
Tints of Alizarin #EA1B37
RGB
CMYK
RGB Variations
Color information
#EA1B37 (or 0xEA1B37) is known color: Alizarin. HEX triplet: EA, 1B and 37. RGB value is (234,27,55). Sum of RGB (Red+Green+Blue) = 234+27+55=316 (41% of max value = 765). Red value is 234 (91.80% from 255 or 74.05% from 316); Green value is 27 (10.94% from 255 or 8.54% from 316); Blue value is 55 (21.88% from 255 or 17.41% from 316); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1B37 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA1B37 is #15E4C8. Grayscale: #5C5C5C. Windows color (decimal): -1434825 or 3611626. OLE color: 3611626.
HSL color Cylindrical-coordinate representation of color #EA1B37: hue angle of 351.88º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EA1B37 is Cyan = 0, Magento = 0.88, Yellow = 0.76 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 27 | 55 | - |
| CMYK | 0 | 0.88 | 0.76 | 0.08 |
| HSL | 351.88º | 0.83% | 0.51% | - |
| HSV(B) | 351.88º | 0.88% | 0.92% | - |
| XYZ | 35.01 | 18.55 | 5.35 | - |
| YUV | 92.09 | 107.08 | 229.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 27 | 55 | 0 | 0.88 | 0.76 | 0.08 | 351.88 | 0.83 | 0.51 |
| Hex | EA | 1B | 37 | 0 | 58 | 4C | 8 | 160 | 53 | 33 |
| Octal | 352 | 33 | 67 | 0 | 130 | 114 | 10 | 540 | 123 | 63 |
| Binary | 11101010 | 11011 | 110111 | 0 | 1011000 | 1001100 | 1000 | 101100000 | 1010011 | 110011 |
Color Harmonies of #EA1B37
Complementary color
Monochromatic Colors of #EA1B37
Black with #EA1B37
Text Example
Text Example
White with #EA1B37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA1B37; }
p { color: rgb(234,27,55); }
H1.HeaderClassName
{
color: #EA1B37;
}
.AnyTagClassName
{
color: #EA1B37;
}
</style>
background-color css
<style>
a { background-color: #EA1B37; }
a { background-color: rgb(234,27,55); }
div.DivClassName
{
background-color: #EA1B37;
}
.BgClassName
{
background-color: #EA1B37;
}
</style>
border-color css
<style>
span { border-color: #EA1B37; }
span { border-color: rgb(234,27,55); }
td.TdClassName
{
border-color: #EA1B37;
}
.TagClassName
{
border-color: #EA1B37;
}
</style>