Shades of Amaranth #EA4754
Tints of Amaranth #EA4754
RGB
CMYK
RGB Variations
Color information
#EA4754 (or 0xEA4754) is known color: Amaranth. HEX triplet: EA, 47 and 54. RGB value is (234,71,84). Sum of RGB (Red+Green+Blue) = 234+71+84=389 (51% of max value = 765). Red value is 234 (91.80% from 255 or 60.15% from 389); Green value is 71 (28.12% from 255 or 18.25% from 389); Blue value is 84 (33.20% from 255 or 21.59% from 389); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4754 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA4754 is #15B8AB. Grayscale: #797979. Windows color (decimal): -1423532 or 5523434. OLE color: 5523434.
HSL color Cylindrical-coordinate representation of color #EA4754: hue angle of 355.21º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EA4754 is Cyan = 0, Magento = 0.70, Yellow = 0.64 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 71 | 84 | - |
| CMYK | 0 | 0.70 | 0.64 | 0.08 |
| HSL | 355.21º | 0.8% | 0.6% | - |
| HSV(B) | 355.21º | 0.7% | 0.92% | - |
| XYZ | 37.79 | 22.64 | 10.77 | - |
| YUV | 121.22 | 107 | 208.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 71 | 84 | 0 | 0.70 | 0.64 | 0.08 | 355.21 | 0.8 | 0.6 |
| Hex | EA | 47 | 54 | 0 | 46 | 40 | 8 | 163 | 50 | 3C |
| Octal | 352 | 107 | 124 | 0 | 106 | 100 | 10 | 543 | 120 | 74 |
| Binary | 11101010 | 1000111 | 1010100 | 0 | 1000110 | 1000000 | 1000 | 101100011 | 1010000 | 111100 |
Color Harmonies of #EA4754
Complementary color
Monochromatic Colors of #EA4754
Black with #EA4754
Text Example
Text Example
White with #EA4754
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA4754; }
p { color: rgb(234,71,84); }
H1.HeaderClassName
{
color: #EA4754;
}
.AnyTagClassName
{
color: #EA4754;
}
</style>
background-color css
<style>
a { background-color: #EA4754; }
a { background-color: rgb(234,71,84); }
div.DivClassName
{
background-color: #EA4754;
}
.BgClassName
{
background-color: #EA4754;
}
</style>
border-color css
<style>
span { border-color: #EA4754; }
span { border-color: rgb(234,71,84); }
td.TdClassName
{
border-color: #EA4754;
}
.TagClassName
{
border-color: #EA4754;
}
</style>