Shades of Amaranth #EA2946
Tints of Amaranth #EA2946
RGB
CMYK
RGB Variations
Color information
#EA2946 (or 0xEA2946) is known color: Amaranth. HEX triplet: EA, 29 and 46. RGB value is (234,41,70). Sum of RGB (Red+Green+Blue) = 234+41+70=345 (45% of max value = 765). Red value is 234 (91.80% from 255 or 67.83% from 345); Green value is 41 (16.41% from 255 or 11.88% from 345); Blue value is 70 (27.73% from 255 or 20.29% from 345); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2946 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA2946 is #15D6B9. Grayscale: #666666. Windows color (decimal): -1431226 or 4598250. OLE color: 4598250.
HSL color Cylindrical-coordinate representation of color #EA2946: hue angle of 350.98º 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 #EA2946 is Cyan = 0, Magento = 0.82, Yellow = 0.70 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 41 | 70 | - |
| CMYK | 0 | 0.82 | 0.70 | 0.08 |
| HSL | 350.98º | 0.82% | 0.54% | - |
| HSV(B) | 350.98º | 0.82% | 0.92% | - |
| XYZ | 35.83 | 19.52 | 7.67 | - |
| YUV | 102.01 | 109.94 | 222.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 41 | 70 | 0 | 0.82 | 0.70 | 0.08 | 350.98 | 0.82 | 0.54 |
| Hex | EA | 29 | 46 | 0 | 52 | 46 | 8 | 15F | 52 | 36 |
| Octal | 352 | 51 | 106 | 0 | 122 | 106 | 10 | 537 | 122 | 66 |
| Binary | 11101010 | 101001 | 1000110 | 0 | 1010010 | 1000110 | 1000 | 101011111 | 1010010 | 110110 |
Color Harmonies of #EA2946
Complementary color
Monochromatic Colors of #EA2946
Black with #EA2946
Text Example
Text Example
White with #EA2946
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA2946; }
p { color: rgb(234,41,70); }
H1.HeaderClassName
{
color: #EA2946;
}
.AnyTagClassName
{
color: #EA2946;
}
</style>
background-color css
<style>
a { background-color: #EA2946; }
a { background-color: rgb(234,41,70); }
div.DivClassName
{
background-color: #EA2946;
}
.BgClassName
{
background-color: #EA2946;
}
</style>
border-color css
<style>
span { border-color: #EA2946; }
span { border-color: rgb(234,41,70); }
td.TdClassName
{
border-color: #EA2946;
}
.TagClassName
{
border-color: #EA2946;
}
</style>