Shades of Alizarin #EA353A
Tints of Alizarin #EA353A
RGB
CMYK
RGB Variations
Color information
#EA353A (or 0xEA353A) is known color: Alizarin. HEX triplet: EA, 35 and 3A. RGB value is (234,53,58). Sum of RGB (Red+Green+Blue) = 234+53+58=345 (45% of max value = 765). Red value is 234 (91.80% from 255 or 67.83% from 345); Green value is 53 (21.09% from 255 or 15.36% from 345); Blue value is 58 (23.05% from 255 or 16.81% from 345); Max value from RGB is 234 - color contains mainly: red. Hex color #EA353A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA353A is #15CAC5. Grayscale: #6B6B6B. Windows color (decimal): -1428166 or 3814890. OLE color: 3814890.
HSL color Cylindrical-coordinate representation of color #EA353A: hue angle of 358.34º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #EA353A is Cyan = 0, Magento = 0.77, Yellow = 0.75 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 53 | 58 | - |
| CMYK | 0 | 0.77 | 0.75 | 0.08 |
| HSL | 358.34º | 0.81% | 0.56% | - |
| HSV(B) | 358.34º | 0.77% | 0.92% | - |
| XYZ | 35.97 | 20.34 | 6.03 | - |
| YUV | 107.69 | 99.97 | 218.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 53 | 58 | 0 | 0.77 | 0.75 | 0.08 | 358.34 | 0.81 | 0.56 |
| Hex | EA | 35 | 3A | 0 | 4D | 4B | 8 | 166 | 51 | 38 |
| Octal | 352 | 65 | 72 | 0 | 115 | 113 | 10 | 546 | 121 | 70 |
| Binary | 11101010 | 110101 | 111010 | 0 | 1001101 | 1001011 | 1000 | 101100110 | 1010001 | 111000 |
Color Harmonies of #EA353A
Complementary color
Monochromatic Colors of #EA353A
Black with #EA353A
Text Example
Text Example
White with #EA353A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA353A; }
p { color: rgb(234,53,58); }
H1.HeaderClassName
{
color: #EA353A;
}
.AnyTagClassName
{
color: #EA353A;
}
</style>
background-color css
<style>
a { background-color: #EA353A; }
a { background-color: rgb(234,53,58); }
div.DivClassName
{
background-color: #EA353A;
}
.BgClassName
{
background-color: #EA353A;
}
</style>
border-color css
<style>
span { border-color: #EA353A; }
span { border-color: rgb(234,53,58); }
td.TdClassName
{
border-color: #EA353A;
}
.TagClassName
{
border-color: #EA353A;
}
</style>