Shades of Amaranth #EA4656
Tints of Amaranth #EA4656
RGB
CMYK
RGB Variations
Color information
#EA4656 (or 0xEA4656) is known color: Amaranth. HEX triplet: EA, 46 and 56. RGB value is (234,70,86). Sum of RGB (Red+Green+Blue) = 234+70+86=390 (51% of max value = 765). Red value is 234 (91.80% from 255 or 60% from 390); Green value is 70 (27.73% from 255 or 17.95% from 390); Blue value is 86 (33.98% from 255 or 22.05% from 390); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4656 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA4656 is #15B9A9. Grayscale: #787878. Windows color (decimal): -1423786 or 5654250. OLE color: 5654250.
HSL color Cylindrical-coordinate representation of color #EA4656: hue angle of 354.15º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EA4656 is Cyan = 0, Magento = 0.70, Yellow = 0.63 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 70 | 86 | - |
| CMYK | 0 | 0.70 | 0.63 | 0.08 |
| HSL | 354.15º | 0.8% | 0.6% | - |
| HSV(B) | 354.15º | 0.7% | 0.92% | - |
| XYZ | 37.8 | 22.54 | 11.16 | - |
| YUV | 120.86 | 108.33 | 208.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 70 | 86 | 0 | 0.70 | 0.63 | 0.08 | 354.15 | 0.8 | 0.6 |
| Hex | EA | 46 | 56 | 0 | 46 | 3F | 8 | 162 | 50 | 3C |
| Octal | 352 | 106 | 126 | 0 | 106 | 77 | 10 | 542 | 120 | 74 |
| Binary | 11101010 | 1000110 | 1010110 | 0 | 1000110 | 111111 | 1000 | 101100010 | 1010000 | 111100 |
Color Harmonies of #EA4656
Complementary color
Monochromatic Colors of #EA4656
Black with #EA4656
Text Example
Text Example
White with #EA4656
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA4656; }
p { color: rgb(234,70,86); }
H1.HeaderClassName
{
color: #EA4656;
}
.AnyTagClassName
{
color: #EA4656;
}
</style>
background-color css
<style>
a { background-color: #EA4656; }
a { background-color: rgb(234,70,86); }
div.DivClassName
{
background-color: #EA4656;
}
.BgClassName
{
background-color: #EA4656;
}
</style>
border-color css
<style>
span { border-color: #EA4656; }
span { border-color: rgb(234,70,86); }
td.TdClassName
{
border-color: #EA4656;
}
.TagClassName
{
border-color: #EA4656;
}
</style>