Shades of Amaranth #EA3758
Tints of Amaranth #EA3758
RGB
CMYK
RGB Variations
Color information
#EA3758 (or 0xEA3758) is known color: Amaranth. HEX triplet: EA, 37 and 58. RGB value is (234,55,88). Sum of RGB (Red+Green+Blue) = 234+55+88=377 (49% of max value = 765). Red value is 234 (91.80% from 255 or 62.07% from 377); Green value is 55 (21.88% from 255 or 14.59% from 377); Blue value is 88 (34.77% from 255 or 23.34% from 377); Max value from RGB is 234 - color contains mainly: red. Hex color #EA3758 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA3758 is #15C8A7. Grayscale: #707070. Windows color (decimal): -1427624 or 5781482. OLE color: 5781482.
HSL color Cylindrical-coordinate representation of color #EA3758: hue angle of 348.94º 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 #EA3758 is Cyan = 0, Magento = 0.76, Yellow = 0.62 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 55 | 88 | - |
| CMYK | 0 | 0.76 | 0.62 | 0.08 |
| HSL | 348.94º | 0.81% | 0.57% | - |
| HSV(B) | 348.94º | 0.76% | 0.92% | - |
| XYZ | 37.06 | 20.93 | 11.32 | - |
| YUV | 112.28 | 114.3 | 214.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 55 | 88 | 0 | 0.76 | 0.62 | 0.08 | 348.94 | 0.81 | 0.57 |
| Hex | EA | 37 | 58 | 0 | 4C | 3E | 8 | 15D | 51 | 39 |
| Octal | 352 | 67 | 130 | 0 | 114 | 76 | 10 | 535 | 121 | 71 |
| Binary | 11101010 | 110111 | 1011000 | 0 | 1001100 | 111110 | 1000 | 101011101 | 1010001 | 111001 |
Color Harmonies of #EA3758
Complementary color
Monochromatic Colors of #EA3758
Black with #EA3758
Text Example
Text Example
White with #EA3758
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA3758; }
p { color: rgb(234,55,88); }
H1.HeaderClassName
{
color: #EA3758;
}
.AnyTagClassName
{
color: #EA3758;
}
</style>
background-color css
<style>
a { background-color: #EA3758; }
a { background-color: rgb(234,55,88); }
div.DivClassName
{
background-color: #EA3758;
}
.BgClassName
{
background-color: #EA3758;
}
</style>
border-color css
<style>
span { border-color: #EA3758; }
span { border-color: rgb(234,55,88); }
td.TdClassName
{
border-color: #EA3758;
}
.TagClassName
{
border-color: #EA3758;
}
</style>