Shades of Amaranth #EA3959
Tints of Amaranth #EA3959
RGB
CMYK
RGB Variations
Color information
#EA3959 (or 0xEA3959) is known color: Amaranth. HEX triplet: EA, 39 and 59. RGB value is (234,57,89). Sum of RGB (Red+Green+Blue) = 234+57+89=380 (50% of max value = 765). Red value is 234 (91.80% from 255 or 61.58% from 380); Green value is 57 (22.66% from 255 or 15% from 380); Blue value is 89 (35.16% from 255 or 23.42% from 380); Max value from RGB is 234 - color contains mainly: red. Hex color #EA3959 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA3959 is #15C6A6. Grayscale: #717171. Windows color (decimal): -1427111 or 5847530. OLE color: 5847530.
HSL color Cylindrical-coordinate representation of color #EA3959: hue angle of 349.15º 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 #EA3959 is Cyan = 0, Magento = 0.76, Yellow = 0.62 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 57 | 89 | - |
| CMYK | 0 | 0.76 | 0.62 | 0.08 |
| HSL | 349.15º | 0.81% | 0.57% | - |
| HSV(B) | 349.15º | 0.76% | 0.92% | - |
| XYZ | 37.2 | 21.14 | 11.57 | - |
| YUV | 113.57 | 114.14 | 213.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 57 | 89 | 0 | 0.76 | 0.62 | 0.08 | 349.15 | 0.81 | 0.57 |
| Hex | EA | 39 | 59 | 0 | 4C | 3E | 8 | 15D | 51 | 39 |
| Octal | 352 | 71 | 131 | 0 | 114 | 76 | 10 | 535 | 121 | 71 |
| Binary | 11101010 | 111001 | 1011001 | 0 | 1001100 | 111110 | 1000 | 101011101 | 1010001 | 111001 |
Color Harmonies of #EA3959
Complementary color
Monochromatic Colors of #EA3959
Black with #EA3959
Text Example
Text Example
White with #EA3959
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA3959; }
p { color: rgb(234,57,89); }
H1.HeaderClassName
{
color: #EA3959;
}
.AnyTagClassName
{
color: #EA3959;
}
</style>
background-color css
<style>
a { background-color: #EA3959; }
a { background-color: rgb(234,57,89); }
div.DivClassName
{
background-color: #EA3959;
}
.BgClassName
{
background-color: #EA3959;
}
</style>
border-color css
<style>
span { border-color: #EA3959; }
span { border-color: rgb(234,57,89); }
td.TdClassName
{
border-color: #EA3959;
}
.TagClassName
{
border-color: #EA3959;
}
</style>