Shades of Amaranth #EA3545
Tints of Amaranth #EA3545
RGB
CMYK
RGB Variations
Color information
#EA3545 (or 0xEA3545) is known color: Amaranth. HEX triplet: EA, 35 and 45. RGB value is (234,53,69). Sum of RGB (Red+Green+Blue) = 234+53+69=356 (47% of max value = 765). Red value is 234 (91.80% from 255 or 65.73% from 356); Green value is 53 (21.09% from 255 or 14.89% from 356); Blue value is 69 (27.34% from 255 or 19.38% from 356); Max value from RGB is 234 - color contains mainly: red. Hex color #EA3545 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA3545 is #15CABA. Grayscale: #6D6D6D. Windows color (decimal): -1428155 or 4535786. OLE color: 4535786.
HSL color Cylindrical-coordinate representation of color #EA3545: hue angle of 354.7º 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 #EA3545 is Cyan = 0, Magento = 0.77, Yellow = 0.71 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 53 | 69 | - |
| CMYK | 0 | 0.77 | 0.71 | 0.08 |
| HSL | 354.7º | 0.81% | 0.56% | - |
| HSV(B) | 354.7º | 0.77% | 0.92% | - |
| XYZ | 36.28 | 20.47 | 7.67 | - |
| YUV | 108.94 | 105.47 | 217.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 53 | 69 | 0 | 0.77 | 0.71 | 0.08 | 354.7 | 0.81 | 0.56 |
| Hex | EA | 35 | 45 | 0 | 4D | 47 | 8 | 163 | 51 | 38 |
| Octal | 352 | 65 | 105 | 0 | 115 | 107 | 10 | 543 | 121 | 70 |
| Binary | 11101010 | 110101 | 1000101 | 0 | 1001101 | 1000111 | 1000 | 101100011 | 1010001 | 111000 |
Color Harmonies of #EA3545
Complementary color
Monochromatic Colors of #EA3545
Black with #EA3545
Text Example
Text Example
White with #EA3545
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA3545; }
p { color: rgb(234,53,69); }
H1.HeaderClassName
{
color: #EA3545;
}
.AnyTagClassName
{
color: #EA3545;
}
</style>
background-color css
<style>
a { background-color: #EA3545; }
a { background-color: rgb(234,53,69); }
div.DivClassName
{
background-color: #EA3545;
}
.BgClassName
{
background-color: #EA3545;
}
</style>
border-color css
<style>
span { border-color: #EA3545; }
span { border-color: rgb(234,53,69); }
td.TdClassName
{
border-color: #EA3545;
}
.TagClassName
{
border-color: #EA3545;
}
</style>