Shades of Amaranth #EA294E
Tints of Amaranth #EA294E
RGB
CMYK
RGB Variations
Color information
#EA294E (or 0xEA294E) is known color: Amaranth. HEX triplet: EA, 29 and 4E. RGB value is (234,41,78). Sum of RGB (Red+Green+Blue) = 234+41+78=353 (46% of max value = 765). Red value is 234 (91.80% from 255 or 66.29% from 353); Green value is 41 (16.41% from 255 or 11.61% from 353); Blue value is 78 (30.86% from 255 or 22.10% from 353); Max value from RGB is 234 - color contains mainly: red. Hex color #EA294E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA294E is #15D6B1. Grayscale: #666666. Windows color (decimal): -1431218 or 5122538. OLE color: 5122538.
HSL color Cylindrical-coordinate representation of color #EA294E: hue angle of 348.5º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EA294E is Cyan = 0, Magento = 0.82, Yellow = 0.67 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 41 | 78 | - |
| CMYK | 0 | 0.82 | 0.67 | 0.08 |
| HSL | 348.5º | 0.82% | 0.54% | - |
| HSV(B) | 348.5º | 0.82% | 0.92% | - |
| XYZ | 36.1 | 19.63 | 9.09 | - |
| YUV | 102.93 | 113.94 | 221.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 41 | 78 | 0 | 0.82 | 0.67 | 0.08 | 348.5 | 0.82 | 0.54 |
| Hex | EA | 29 | 4E | 0 | 52 | 43 | 8 | 15C | 52 | 36 |
| Octal | 352 | 51 | 116 | 0 | 122 | 103 | 10 | 534 | 122 | 66 |
| Binary | 11101010 | 101001 | 1001110 | 0 | 1010010 | 1000011 | 1000 | 101011100 | 1010010 | 110110 |
Color Harmonies of #EA294E
Complementary color
Monochromatic Colors of #EA294E
Black with #EA294E
Text Example
Text Example
White with #EA294E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA294E; }
p { color: rgb(234,41,78); }
H1.HeaderClassName
{
color: #EA294E;
}
.AnyTagClassName
{
color: #EA294E;
}
</style>
background-color css
<style>
a { background-color: #EA294E; }
a { background-color: rgb(234,41,78); }
div.DivClassName
{
background-color: #EA294E;
}
.BgClassName
{
background-color: #EA294E;
}
</style>
border-color css
<style>
span { border-color: #EA294E; }
span { border-color: rgb(234,41,78); }
td.TdClassName
{
border-color: #EA294E;
}
.TagClassName
{
border-color: #EA294E;
}
</style>