Shades of Amaranth #EA4853
Tints of Amaranth #EA4853
RGB
CMYK
RGB Variations
Color information
#EA4853 (or 0xEA4853) is known color: Amaranth. HEX triplet: EA, 48 and 53. RGB value is (234,72,83). Sum of RGB (Red+Green+Blue) = 234+72+83=389 (51% of max value = 765). Red value is 234 (91.80% from 255 or 60.15% from 389); Green value is 72 (28.52% from 255 or 18.51% from 389); Blue value is 83 (32.81% from 255 or 21.34% from 389); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4853 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA4853 is #15B7AC. Grayscale: #797979. Windows color (decimal): -1423277 or 5458154. OLE color: 5458154.
HSL color Cylindrical-coordinate representation of color #EA4853: hue angle of 355.93º degrees, saturation: 0.79, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EA4853 is Cyan = 0, Magento = 0.69, Yellow = 0.65 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 72 | 83 | - |
| CMYK | 0 | 0.69 | 0.65 | 0.08 |
| HSL | 355.93º | 0.79% | 0.6% | - |
| HSV(B) | 355.93º | 0.69% | 0.92% | - |
| XYZ | 37.81 | 22.75 | 10.58 | - |
| YUV | 121.69 | 106.17 | 208.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 72 | 83 | 0 | 0.69 | 0.65 | 0.08 | 355.93 | 0.79 | 0.6 |
| Hex | EA | 48 | 53 | 0 | 45 | 41 | 8 | 164 | 4F | 3C |
| Octal | 352 | 110 | 123 | 0 | 105 | 101 | 10 | 544 | 117 | 74 |
| Binary | 11101010 | 1001000 | 1010011 | 0 | 1000101 | 1000001 | 1000 | 101100100 | 1001111 | 111100 |
Color Harmonies of #EA4853
Complementary color
Monochromatic Colors of #EA4853
Black with #EA4853
Text Example
Text Example
White with #EA4853
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA4853; }
p { color: rgb(234,72,83); }
H1.HeaderClassName
{
color: #EA4853;
}
.AnyTagClassName
{
color: #EA4853;
}
</style>
background-color css
<style>
a { background-color: #EA4853; }
a { background-color: rgb(234,72,83); }
div.DivClassName
{
background-color: #EA4853;
}
.BgClassName
{
background-color: #EA4853;
}
</style>
border-color css
<style>
span { border-color: #EA4853; }
span { border-color: rgb(234,72,83); }
td.TdClassName
{
border-color: #EA4853;
}
.TagClassName
{
border-color: #EA4853;
}
</style>