Shades of Alizarin #EA373A
Tints of Alizarin #EA373A
RGB
CMYK
RGB Variations
Color information
#EA373A (or 0xEA373A) is known color: Alizarin. HEX triplet: EA, 37 and 3A. RGB value is (234,55,58). Sum of RGB (Red+Green+Blue) = 234+55+58=347 (45% of max value = 765). Red value is 234 (91.80% from 255 or 67.44% from 347); Green value is 55 (21.88% from 255 or 15.85% from 347); Blue value is 58 (23.05% from 255 or 16.71% from 347); Max value from RGB is 234 - color contains mainly: red. Hex color #EA373A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA373A is #15C8C5. Grayscale: #6D6D6D. Windows color (decimal): -1427654 or 3815402. OLE color: 3815402.
HSL color Cylindrical-coordinate representation of color #EA373A: hue angle of 358.99º degrees, saturation: 0.81, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #EA373A is Cyan = 0, Magento = 0.76, Yellow = 0.75 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 55 | 58 | - |
| CMYK | 0 | 0.76 | 0.75 | 0.08 |
| HSL | 358.99º | 0.81% | 0.57% | - |
| HSV(B) | 358.99º | 0.76% | 0.92% | - |
| XYZ | 36.06 | 20.53 | 6.07 | - |
| YUV | 108.86 | 99.3 | 217.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 55 | 58 | 0 | 0.76 | 0.75 | 0.08 | 358.99 | 0.81 | 0.57 |
| Hex | EA | 37 | 3A | 0 | 4C | 4B | 8 | 167 | 51 | 39 |
| Octal | 352 | 67 | 72 | 0 | 114 | 113 | 10 | 547 | 121 | 71 |
| Binary | 11101010 | 110111 | 111010 | 0 | 1001100 | 1001011 | 1000 | 101100111 | 1010001 | 111001 |
Color Harmonies of #EA373A
Complementary color
Monochromatic Colors of #EA373A
Black with #EA373A
Text Example
Text Example
White with #EA373A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA373A; }
p { color: rgb(234,55,58); }
H1.HeaderClassName
{
color: #EA373A;
}
.AnyTagClassName
{
color: #EA373A;
}
</style>
background-color css
<style>
a { background-color: #EA373A; }
a { background-color: rgb(234,55,58); }
div.DivClassName
{
background-color: #EA373A;
}
.BgClassName
{
background-color: #EA373A;
}
</style>
border-color css
<style>
span { border-color: #EA373A; }
span { border-color: rgb(234,55,58); }
td.TdClassName
{
border-color: #EA373A;
}
.TagClassName
{
border-color: #EA373A;
}
</style>