Shades of Amaranth #EA2247
Tints of Amaranth #EA2247
RGB
CMYK
RGB Variations
Color information
#EA2247 (or 0xEA2247) is known color: Amaranth. HEX triplet: EA, 22 and 47. RGB value is (234,34,71). Sum of RGB (Red+Green+Blue) = 234+34+71=339 (44% of max value = 765). Red value is 234 (91.80% from 255 or 69.03% from 339); Green value is 34 (13.67% from 255 or 10.03% from 339); Blue value is 71 (28.12% from 255 or 20.94% from 339); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2247 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA2247 is #15DDB8. Grayscale: #626262. Windows color (decimal): -1433017 or 4661994. OLE color: 4661994.
HSL color Cylindrical-coordinate representation of color #EA2247: hue angle of 348.9º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #EA2247 is Cyan = 0, Magento = 0.85, Yellow = 0.70 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 34 | 71 | - |
| CMYK | 0 | 0.85 | 0.70 | 0.08 |
| HSL | 348.9º | 0.83% | 0.53% | - |
| HSV(B) | 348.9º | 0.85% | 0.92% | - |
| XYZ | 35.64 | 19.09 | 7.77 | - |
| YUV | 98.02 | 112.76 | 224.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 34 | 71 | 0 | 0.85 | 0.70 | 0.08 | 348.9 | 0.83 | 0.53 |
| Hex | EA | 22 | 47 | 0 | 55 | 46 | 8 | 15D | 53 | 35 |
| Octal | 352 | 42 | 107 | 0 | 125 | 106 | 10 | 535 | 123 | 65 |
| Binary | 11101010 | 100010 | 1000111 | 0 | 1010101 | 1000110 | 1000 | 101011101 | 1010011 | 110101 |
Color Harmonies of #EA2247
Complementary color
Monochromatic Colors of #EA2247
Black with #EA2247
Text Example
Text Example
White with #EA2247
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA2247; }
p { color: rgb(234,34,71); }
H1.HeaderClassName
{
color: #EA2247;
}
.AnyTagClassName
{
color: #EA2247;
}
</style>
background-color css
<style>
a { background-color: #EA2247; }
a { background-color: rgb(234,34,71); }
div.DivClassName
{
background-color: #EA2247;
}
.BgClassName
{
background-color: #EA2247;
}
</style>
border-color css
<style>
span { border-color: #EA2247; }
span { border-color: rgb(234,34,71); }
td.TdClassName
{
border-color: #EA2247;
}
.TagClassName
{
border-color: #EA2247;
}
</style>