Shades of Alizarin #EA393C
Tints of Alizarin #EA393C
RGB
CMYK
RGB Variations
Color information
#EA393C (or 0xEA393C) is known color: Alizarin. HEX triplet: EA, 39 and 3C. RGB value is (234,57,60). Sum of RGB (Red+Green+Blue) = 234+57+60=351 (46% of max value = 765). Red value is 234 (91.80% from 255 or 66.67% from 351); Green value is 57 (22.66% from 255 or 16.24% from 351); Blue value is 60 (23.83% from 255 or 17.09% from 351); Max value from RGB is 234 - color contains mainly: red. Hex color #EA393C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA393C is #15C6C3. Grayscale: #6E6E6E. Windows color (decimal): -1427140 or 3946986. OLE color: 3946986.
HSL color Cylindrical-coordinate representation of color #EA393C: hue angle of 358.98º 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 #EA393C is Cyan = 0, Magento = 0.76, Yellow = 0.74 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 57 | 60 | - |
| CMYK | 0 | 0.76 | 0.74 | 0.08 |
| HSL | 358.98º | 0.81% | 0.57% | - |
| HSV(B) | 358.98º | 0.76% | 0.92% | - |
| XYZ | 36.21 | 20.74 | 6.37 | - |
| YUV | 110.27 | 99.64 | 216.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 57 | 60 | 0 | 0.76 | 0.74 | 0.08 | 358.98 | 0.81 | 0.57 |
| Hex | EA | 39 | 3C | 0 | 4C | 4A | 8 | 167 | 51 | 39 |
| Octal | 352 | 71 | 74 | 0 | 114 | 112 | 10 | 547 | 121 | 71 |
| Binary | 11101010 | 111001 | 111100 | 0 | 1001100 | 1001010 | 1000 | 101100111 | 1010001 | 111001 |
Color Harmonies of #EA393C
Complementary color
Monochromatic Colors of #EA393C
Black with #EA393C
Text Example
Text Example
White with #EA393C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA393C; }
p { color: rgb(234,57,60); }
H1.HeaderClassName
{
color: #EA393C;
}
.AnyTagClassName
{
color: #EA393C;
}
</style>
background-color css
<style>
a { background-color: #EA393C; }
a { background-color: rgb(234,57,60); }
div.DivClassName
{
background-color: #EA393C;
}
.BgClassName
{
background-color: #EA393C;
}
</style>
border-color css
<style>
span { border-color: #EA393C; }
span { border-color: rgb(234,57,60); }
td.TdClassName
{
border-color: #EA393C;
}
.TagClassName
{
border-color: #EA393C;
}
</style>