Shades of Amaranth #EA3756
Tints of Amaranth #EA3756
RGB
CMYK
RGB Variations
Color information
#EA3756 (or 0xEA3756) is known color: Amaranth. HEX triplet: EA, 37 and 56. RGB value is (234,55,86). Sum of RGB (Red+Green+Blue) = 234+55+86=375 (49% of max value = 765). Red value is 234 (91.80% from 255 or 62.4% from 375); Green value is 55 (21.88% from 255 or 14.67% from 375); Blue value is 86 (33.98% from 255 or 22.93% from 375); Max value from RGB is 234 - color contains mainly: red. Hex color #EA3756 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA3756 is #15C8A9. Grayscale: #707070. Windows color (decimal): -1427626 or 5650410. OLE color: 5650410.
HSL color Cylindrical-coordinate representation of color #EA3756: hue angle of 349.61º 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 #EA3756 is Cyan = 0, Magento = 0.76, Yellow = 0.63 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 55 | 86 | - |
| CMYK | 0 | 0.76 | 0.63 | 0.08 |
| HSL | 349.61º | 0.81% | 0.57% | - |
| HSV(B) | 349.61º | 0.76% | 0.92% | - |
| XYZ | 36.98 | 20.9 | 10.89 | - |
| YUV | 112.06 | 113.3 | 214.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 55 | 86 | 0 | 0.76 | 0.63 | 0.08 | 349.61 | 0.81 | 0.57 |
| Hex | EA | 37 | 56 | 0 | 4C | 3F | 8 | 15E | 51 | 39 |
| Octal | 352 | 67 | 126 | 0 | 114 | 77 | 10 | 536 | 121 | 71 |
| Binary | 11101010 | 110111 | 1010110 | 0 | 1001100 | 111111 | 1000 | 101011110 | 1010001 | 111001 |
Color Harmonies of #EA3756
Complementary color
Monochromatic Colors of #EA3756
Black with #EA3756
Text Example
Text Example
White with #EA3756
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA3756; }
p { color: rgb(234,55,86); }
H1.HeaderClassName
{
color: #EA3756;
}
.AnyTagClassName
{
color: #EA3756;
}
</style>
background-color css
<style>
a { background-color: #EA3756; }
a { background-color: rgb(234,55,86); }
div.DivClassName
{
background-color: #EA3756;
}
.BgClassName
{
background-color: #EA3756;
}
</style>
border-color css
<style>
span { border-color: #EA3756; }
span { border-color: rgb(234,55,86); }
td.TdClassName
{
border-color: #EA3756;
}
.TagClassName
{
border-color: #EA3756;
}
</style>