Shades of Alizarin #EA2037
Tints of Alizarin #EA2037
RGB
CMYK
RGB Variations
Color information
#EA2037 (or 0xEA2037) is known color: Alizarin. HEX triplet: EA, 20 and 37. RGB value is (234,32,55). Sum of RGB (Red+Green+Blue) = 234+32+55=321 (42% of max value = 765). Red value is 234 (91.80% from 255 or 72.90% from 321); Green value is 32 (12.89% from 255 or 9.97% from 321); Blue value is 55 (21.88% from 255 or 17.13% from 321); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2037 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA2037 is #15DFC8. Grayscale: #5F5F5F. Windows color (decimal): -1433545 or 3612906. OLE color: 3612906.
HSL color Cylindrical-coordinate representation of color #EA2037: hue angle of 353.17º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #EA2037 is Cyan = 0, Magento = 0.86, Yellow = 0.76 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 32 | 55 | - |
| CMYK | 0 | 0.86 | 0.76 | 0.08 |
| HSL | 353.17º | 0.83% | 0.52% | - |
| HSV(B) | 353.17º | 0.86% | 0.92% | - |
| XYZ | 35.14 | 18.8 | 5.39 | - |
| YUV | 95.02 | 105.42 | 227.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 32 | 55 | 0 | 0.86 | 0.76 | 0.08 | 353.17 | 0.83 | 0.52 |
| Hex | EA | 20 | 37 | 0 | 56 | 4C | 8 | 161 | 53 | 34 |
| Octal | 352 | 40 | 67 | 0 | 126 | 114 | 10 | 541 | 123 | 64 |
| Binary | 11101010 | 100000 | 110111 | 0 | 1010110 | 1001100 | 1000 | 101100001 | 1010011 | 110100 |
Color Harmonies of #EA2037
Complementary color
Monochromatic Colors of #EA2037
Black with #EA2037
Text Example
Text Example
White with #EA2037
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA2037; }
p { color: rgb(234,32,55); }
H1.HeaderClassName
{
color: #EA2037;
}
.AnyTagClassName
{
color: #EA2037;
}
</style>
background-color css
<style>
a { background-color: #EA2037; }
a { background-color: rgb(234,32,55); }
div.DivClassName
{
background-color: #EA2037;
}
.BgClassName
{
background-color: #EA2037;
}
</style>
border-color css
<style>
span { border-color: #EA2037; }
span { border-color: rgb(234,32,55); }
td.TdClassName
{
border-color: #EA2037;
}
.TagClassName
{
border-color: #EA2037;
}
</style>