Shades of Amaranth #EA3146
Tints of Amaranth #EA3146
RGB
CMYK
RGB Variations
Color information
#EA3146 (or 0xEA3146) is known color: Amaranth. HEX triplet: EA, 31 and 46. RGB value is (234,49,70). Sum of RGB (Red+Green+Blue) = 234+49+70=353 (46% of max value = 765). Red value is 234 (91.80% from 255 or 66.29% from 353); Green value is 49 (19.53% from 255 or 13.88% from 353); Blue value is 70 (27.73% from 255 or 19.83% from 353); Max value from RGB is 234 - color contains mainly: red. Hex color #EA3146 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA3146 is #15CEB9. Grayscale: #6A6A6A. Windows color (decimal): -1429178 or 4600298. OLE color: 4600298.
HSL color Cylindrical-coordinate representation of color #EA3146: hue angle of 353.19º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EA3146 is Cyan = 0, Magento = 0.79, Yellow = 0.70 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 49 | 70 | - |
| CMYK | 0 | 0.79 | 0.70 | 0.08 |
| HSL | 353.19º | 0.81% | 0.55% | - |
| HSV(B) | 353.19º | 0.79% | 0.92% | - |
| XYZ | 36.14 | 20.13 | 7.78 | - |
| YUV | 106.71 | 107.29 | 218.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 49 | 70 | 0 | 0.79 | 0.70 | 0.08 | 353.19 | 0.81 | 0.55 |
| Hex | EA | 31 | 46 | 0 | 4F | 46 | 8 | 161 | 51 | 37 |
| Octal | 352 | 61 | 106 | 0 | 117 | 106 | 10 | 541 | 121 | 67 |
| Binary | 11101010 | 110001 | 1000110 | 0 | 1001111 | 1000110 | 1000 | 101100001 | 1010001 | 110111 |
Color Harmonies of #EA3146
Complementary color
Monochromatic Colors of #EA3146
Black with #EA3146
Text Example
Text Example
White with #EA3146
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA3146; }
p { color: rgb(234,49,70); }
H1.HeaderClassName
{
color: #EA3146;
}
.AnyTagClassName
{
color: #EA3146;
}
</style>
background-color css
<style>
a { background-color: #EA3146; }
a { background-color: rgb(234,49,70); }
div.DivClassName
{
background-color: #EA3146;
}
.BgClassName
{
background-color: #EA3146;
}
</style>
border-color css
<style>
span { border-color: #EA3146; }
span { border-color: rgb(234,49,70); }
td.TdClassName
{
border-color: #EA3146;
}
.TagClassName
{
border-color: #EA3146;
}
</style>