Shades of Amaranth #EA3447
Tints of Amaranth #EA3447
RGB
CMYK
RGB Variations
Color information
#EA3447 (or 0xEA3447) is known color: Amaranth. HEX triplet: EA, 34 and 47. RGB value is (234,52,71). Sum of RGB (Red+Green+Blue) = 234+52+71=357 (47% of max value = 765). Red value is 234 (91.80% from 255 or 65.55% from 357); Green value is 52 (20.70% from 255 or 14.57% from 357); Blue value is 71 (28.12% from 255 or 19.89% from 357); Max value from RGB is 234 - color contains mainly: red. Hex color #EA3447 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA3447 is #15CBB8. Grayscale: #6C6C6C. Windows color (decimal): -1428409 or 4666602. OLE color: 4666602.
HSL color Cylindrical-coordinate representation of color #EA3447: hue angle of 353.74º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #EA3447 is Cyan = 0, Magento = 0.78, Yellow = 0.70 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 52 | 71 | - |
| CMYK | 0 | 0.78 | 0.70 | 0.08 |
| HSL | 353.74º | 0.81% | 0.56% | - |
| HSV(B) | 353.74º | 0.78% | 0.92% | - |
| XYZ | 36.3 | 20.4 | 7.99 | - |
| YUV | 108.58 | 106.8 | 217.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 52 | 71 | 0 | 0.78 | 0.70 | 0.08 | 353.74 | 0.81 | 0.56 |
| Hex | EA | 34 | 47 | 0 | 4E | 46 | 8 | 162 | 51 | 38 |
| Octal | 352 | 64 | 107 | 0 | 116 | 106 | 10 | 542 | 121 | 70 |
| Binary | 11101010 | 110100 | 1000111 | 0 | 1001110 | 1000110 | 1000 | 101100010 | 1010001 | 111000 |
Color Harmonies of #EA3447
Complementary color
Monochromatic Colors of #EA3447
Black with #EA3447
Text Example
Text Example
White with #EA3447
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA3447; }
p { color: rgb(234,52,71); }
H1.HeaderClassName
{
color: #EA3447;
}
.AnyTagClassName
{
color: #EA3447;
}
</style>
background-color css
<style>
a { background-color: #EA3447; }
a { background-color: rgb(234,52,71); }
div.DivClassName
{
background-color: #EA3447;
}
.BgClassName
{
background-color: #EA3447;
}
</style>
border-color css
<style>
span { border-color: #EA3447; }
span { border-color: rgb(234,52,71); }
td.TdClassName
{
border-color: #EA3447;
}
.TagClassName
{
border-color: #EA3447;
}
</style>