Shades of Amaranth #EA2847
Tints of Amaranth #EA2847
RGB
CMYK
RGB Variations
Color information
#EA2847 (or 0xEA2847) is known color: Amaranth. HEX triplet: EA, 28 and 47. RGB value is (234,40,71). Sum of RGB (Red+Green+Blue) = 234+40+71=345 (45% of max value = 765). Red value is 234 (91.80% from 255 or 67.83% from 345); Green value is 40 (16.02% from 255 or 11.59% from 345); Blue value is 71 (28.12% from 255 or 20.58% from 345); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2847 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA2847 is #15D7B8. Grayscale: #656565. Windows color (decimal): -1431481 or 4663530. OLE color: 4663530.
HSL color Cylindrical-coordinate representation of color #EA2847: hue angle of 350.41º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EA2847 is Cyan = 0, Magento = 0.83, Yellow = 0.70 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 40 | 71 | - |
| CMYK | 0 | 0.83 | 0.70 | 0.08 |
| HSL | 350.41º | 0.82% | 0.54% | - |
| HSV(B) | 350.41º | 0.83% | 0.92% | - |
| XYZ | 35.83 | 19.46 | 7.83 | - |
| YUV | 101.54 | 110.77 | 222.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 40 | 71 | 0 | 0.83 | 0.70 | 0.08 | 350.41 | 0.82 | 0.54 |
| Hex | EA | 28 | 47 | 0 | 53 | 46 | 8 | 15E | 52 | 36 |
| Octal | 352 | 50 | 107 | 0 | 123 | 106 | 10 | 536 | 122 | 66 |
| Binary | 11101010 | 101000 | 1000111 | 0 | 1010011 | 1000110 | 1000 | 101011110 | 1010010 | 110110 |
Color Harmonies of #EA2847
Complementary color
Monochromatic Colors of #EA2847
Black with #EA2847
Text Example
Text Example
White with #EA2847
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA2847; }
p { color: rgb(234,40,71); }
H1.HeaderClassName
{
color: #EA2847;
}
.AnyTagClassName
{
color: #EA2847;
}
</style>
background-color css
<style>
a { background-color: #EA2847; }
a { background-color: rgb(234,40,71); }
div.DivClassName
{
background-color: #EA2847;
}
.BgClassName
{
background-color: #EA2847;
}
</style>
border-color css
<style>
span { border-color: #EA2847; }
span { border-color: rgb(234,40,71); }
td.TdClassName
{
border-color: #EA2847;
}
.TagClassName
{
border-color: #EA2847;
}
</style>