Shades of Amaranth #EA294F
Tints of Amaranth #EA294F
RGB
CMYK
RGB Variations
Color information
#EA294F (or 0xEA294F) is known color: Amaranth. HEX triplet: EA, 29 and 4F. RGB value is (234,41,79). Sum of RGB (Red+Green+Blue) = 234+41+79=354 (46% of max value = 765). Red value is 234 (91.80% from 255 or 66.10% from 354); Green value is 41 (16.41% from 255 or 11.58% from 354); Blue value is 79 (31.25% from 255 or 22.32% from 354); Max value from RGB is 234 - color contains mainly: red. Hex color #EA294F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA294F is #15D6B0. Grayscale: #676767. Windows color (decimal): -1431217 or 5188074. OLE color: 5188074.
HSL color Cylindrical-coordinate representation of color #EA294F: hue angle of 348.19º 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 #EA294F is Cyan = 0, Magento = 0.82, Yellow = 0.66 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 41 | 79 | - |
| CMYK | 0 | 0.82 | 0.66 | 0.08 |
| HSL | 348.19º | 0.82% | 0.54% | - |
| HSV(B) | 348.19º | 0.82% | 0.92% | - |
| XYZ | 36.14 | 19.64 | 9.28 | - |
| YUV | 103.04 | 114.44 | 221.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 41 | 79 | 0 | 0.82 | 0.66 | 0.08 | 348.19 | 0.82 | 0.54 |
| Hex | EA | 29 | 4F | 0 | 52 | 42 | 8 | 15C | 52 | 36 |
| Octal | 352 | 51 | 117 | 0 | 122 | 102 | 10 | 534 | 122 | 66 |
| Binary | 11101010 | 101001 | 1001111 | 0 | 1010010 | 1000010 | 1000 | 101011100 | 1010010 | 110110 |
Color Harmonies of #EA294F
Complementary color
Monochromatic Colors of #EA294F
Black with #EA294F
Text Example
Text Example
White with #EA294F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA294F; }
p { color: rgb(234,41,79); }
H1.HeaderClassName
{
color: #EA294F;
}
.AnyTagClassName
{
color: #EA294F;
}
</style>
background-color css
<style>
a { background-color: #EA294F; }
a { background-color: rgb(234,41,79); }
div.DivClassName
{
background-color: #EA294F;
}
.BgClassName
{
background-color: #EA294F;
}
</style>
border-color css
<style>
span { border-color: #EA294F; }
span { border-color: rgb(234,41,79); }
td.TdClassName
{
border-color: #EA294F;
}
.TagClassName
{
border-color: #EA294F;
}
</style>