Shades of Amaranth #EA474D
Tints of Amaranth #EA474D
RGB
CMYK
RGB Variations
Color information
#EA474D (or 0xEA474D) is known color: Amaranth. HEX triplet: EA, 47 and 4D. RGB value is (234,71,77). Sum of RGB (Red+Green+Blue) = 234+71+77=382 (50% of max value = 765). Red value is 234 (91.80% from 255 or 61.26% from 382); Green value is 71 (28.12% from 255 or 18.59% from 382); Blue value is 77 (30.47% from 255 or 20.16% from 382); Max value from RGB is 234 - color contains mainly: red. Hex color #EA474D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA474D is #15B8B2. Grayscale: #787878. Windows color (decimal): -1423539 or 5064682. OLE color: 5064682.
HSL color Cylindrical-coordinate representation of color #EA474D: hue angle of 357.79º 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 #EA474D is Cyan = 0, Magento = 0.70, Yellow = 0.67 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 71 | 77 | - |
| CMYK | 0 | 0.70 | 0.67 | 0.08 |
| HSL | 357.79º | 0.8% | 0.6% | - |
| HSV(B) | 357.79º | 0.7% | 0.92% | - |
| XYZ | 37.52 | 22.53 | 9.39 | - |
| YUV | 120.42 | 103.5 | 209.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 71 | 77 | 0 | 0.70 | 0.67 | 0.08 | 357.79 | 0.8 | 0.6 |
| Hex | EA | 47 | 4D | 0 | 46 | 43 | 8 | 166 | 50 | 3C |
| Octal | 352 | 107 | 115 | 0 | 106 | 103 | 10 | 546 | 120 | 74 |
| Binary | 11101010 | 1000111 | 1001101 | 0 | 1000110 | 1000011 | 1000 | 101100110 | 1010000 | 111100 |
Color Harmonies of #EA474D
Complementary color
Monochromatic Colors of #EA474D
Black with #EA474D
Text Example
Text Example
White with #EA474D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA474D; }
p { color: rgb(234,71,77); }
H1.HeaderClassName
{
color: #EA474D;
}
.AnyTagClassName
{
color: #EA474D;
}
</style>
background-color css
<style>
a { background-color: #EA474D; }
a { background-color: rgb(234,71,77); }
div.DivClassName
{
background-color: #EA474D;
}
.BgClassName
{
background-color: #EA474D;
}
</style>
border-color css
<style>
span { border-color: #EA474D; }
span { border-color: rgb(234,71,77); }
td.TdClassName
{
border-color: #EA474D;
}
.TagClassName
{
border-color: #EA474D;
}
</style>