Shades of Amaranth #EA2D47
Tints of Amaranth #EA2D47
RGB
CMYK
RGB Variations
Color information
#EA2D47 (or 0xEA2D47) is known color: Amaranth. HEX triplet: EA, 2D and 47. RGB value is (234,45,71). Sum of RGB (Red+Green+Blue) = 234+45+71=350 (46% of max value = 765). Red value is 234 (91.80% from 255 or 66.86% from 350); Green value is 45 (17.97% from 255 or 12.86% from 350); Blue value is 71 (28.12% from 255 or 20.29% from 350); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2D47 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA2D47 is #15D2B8. Grayscale: #686868. Windows color (decimal): -1430201 or 4664810. OLE color: 4664810.
HSL color Cylindrical-coordinate representation of color #EA2D47: hue angle of 351.75º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EA2D47 is Cyan = 0, Magento = 0.81, Yellow = 0.70 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 45 | 71 | - |
| CMYK | 0 | 0.81 | 0.70 | 0.08 |
| HSL | 351.75º | 0.82% | 0.55% | - |
| HSV(B) | 351.75º | 0.81% | 0.92% | - |
| XYZ | 36.01 | 19.82 | 7.89 | - |
| YUV | 104.48 | 109.12 | 220.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 45 | 71 | 0 | 0.81 | 0.70 | 0.08 | 351.75 | 0.82 | 0.55 |
| Hex | EA | 2D | 47 | 0 | 51 | 46 | 8 | 160 | 52 | 37 |
| Octal | 352 | 55 | 107 | 0 | 121 | 106 | 10 | 540 | 122 | 67 |
| Binary | 11101010 | 101101 | 1000111 | 0 | 1010001 | 1000110 | 1000 | 101100000 | 1010010 | 110111 |
Color Harmonies of #EA2D47
Complementary color
Monochromatic Colors of #EA2D47
Black with #EA2D47
Text Example
Text Example
White with #EA2D47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA2D47; }
p { color: rgb(234,45,71); }
H1.HeaderClassName
{
color: #EA2D47;
}
.AnyTagClassName
{
color: #EA2D47;
}
</style>
background-color css
<style>
a { background-color: #EA2D47; }
a { background-color: rgb(234,45,71); }
div.DivClassName
{
background-color: #EA2D47;
}
.BgClassName
{
background-color: #EA2D47;
}
</style>
border-color css
<style>
span { border-color: #EA2D47; }
span { border-color: rgb(234,45,71); }
td.TdClassName
{
border-color: #EA2D47;
}
.TagClassName
{
border-color: #EA2D47;
}
</style>