Shades of Amaranth #EA3559
Tints of Amaranth #EA3559
RGB
CMYK
RGB Variations
Color information
#EA3559 (or 0xEA3559) is known color: Amaranth. HEX triplet: EA, 35 and 59. RGB value is (234,53,89). Sum of RGB (Red+Green+Blue) = 234+53+89=376 (49% of max value = 765). Red value is 234 (91.80% from 255 or 62.23% from 376); Green value is 53 (21.09% from 255 or 14.10% from 376); Blue value is 89 (35.16% from 255 or 23.67% from 376); Max value from RGB is 234 - color contains mainly: red. Hex color #EA3559 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA3559 is #15CAA6. Grayscale: #6F6F6F. Windows color (decimal): -1428135 or 5846506. OLE color: 5846506.
HSL color Cylindrical-coordinate representation of color #EA3559: hue angle of 348.07º 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 #EA3559 is Cyan = 0, Magento = 0.77, Yellow = 0.62 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 53 | 89 | - |
| CMYK | 0 | 0.77 | 0.62 | 0.08 |
| HSL | 348.07º | 0.81% | 0.56% | - |
| HSV(B) | 348.07º | 0.77% | 0.92% | - |
| XYZ | 37.01 | 20.76 | 11.51 | - |
| YUV | 111.22 | 115.47 | 215.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 53 | 89 | 0 | 0.77 | 0.62 | 0.08 | 348.07 | 0.81 | 0.56 |
| Hex | EA | 35 | 59 | 0 | 4D | 3E | 8 | 15C | 51 | 38 |
| Octal | 352 | 65 | 131 | 0 | 115 | 76 | 10 | 534 | 121 | 70 |
| Binary | 11101010 | 110101 | 1011001 | 0 | 1001101 | 111110 | 1000 | 101011100 | 1010001 | 111000 |
Color Harmonies of #EA3559
Complementary color
Monochromatic Colors of #EA3559
Black with #EA3559
Text Example
Text Example
White with #EA3559
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA3559; }
p { color: rgb(234,53,89); }
H1.HeaderClassName
{
color: #EA3559;
}
.AnyTagClassName
{
color: #EA3559;
}
</style>
background-color css
<style>
a { background-color: #EA3559; }
a { background-color: rgb(234,53,89); }
div.DivClassName
{
background-color: #EA3559;
}
.BgClassName
{
background-color: #EA3559;
}
</style>
border-color css
<style>
span { border-color: #EA3559; }
span { border-color: rgb(234,53,89); }
td.TdClassName
{
border-color: #EA3559;
}
.TagClassName
{
border-color: #EA3559;
}
</style>