Shades of Amaranth #EA474F
Tints of Amaranth #EA474F
RGB
CMYK
RGB Variations
Color information
#EA474F (or 0xEA474F) is known color: Amaranth. HEX triplet: EA, 47 and 4F. RGB value is (234,71,79). Sum of RGB (Red+Green+Blue) = 234+71+79=384 (50% of max value = 765). Red value is 234 (91.80% from 255 or 60.94% from 384); Green value is 71 (28.12% from 255 or 18.49% from 384); Blue value is 79 (31.25% from 255 or 20.57% from 384); Max value from RGB is 234 - color contains mainly: red. Hex color #EA474F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA474F is #15B8B0. Grayscale: #787878. Windows color (decimal): -1423537 or 5195754. OLE color: 5195754.
HSL color Cylindrical-coordinate representation of color #EA474F: hue angle of 357.06º 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 #EA474F is Cyan = 0, Magento = 0.70, Yellow = 0.66 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 71 | 79 | - |
| CMYK | 0 | 0.70 | 0.66 | 0.08 |
| HSL | 357.06º | 0.8% | 0.6% | - |
| HSV(B) | 357.06º | 0.7% | 0.92% | - |
| XYZ | 37.6 | 22.56 | 9.77 | - |
| YUV | 120.65 | 104.5 | 208.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 71 | 79 | 0 | 0.70 | 0.66 | 0.08 | 357.06 | 0.8 | 0.6 |
| Hex | EA | 47 | 4F | 0 | 46 | 42 | 8 | 165 | 50 | 3C |
| Octal | 352 | 107 | 117 | 0 | 106 | 102 | 10 | 545 | 120 | 74 |
| Binary | 11101010 | 1000111 | 1001111 | 0 | 1000110 | 1000010 | 1000 | 101100101 | 1010000 | 111100 |
Color Harmonies of #EA474F
Complementary color
Monochromatic Colors of #EA474F
Black with #EA474F
Text Example
Text Example
White with #EA474F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA474F; }
p { color: rgb(234,71,79); }
H1.HeaderClassName
{
color: #EA474F;
}
.AnyTagClassName
{
color: #EA474F;
}
</style>
background-color css
<style>
a { background-color: #EA474F; }
a { background-color: rgb(234,71,79); }
div.DivClassName
{
background-color: #EA474F;
}
.BgClassName
{
background-color: #EA474F;
}
</style>
border-color css
<style>
span { border-color: #EA474F; }
span { border-color: rgb(234,71,79); }
td.TdClassName
{
border-color: #EA474F;
}
.TagClassName
{
border-color: #EA474F;
}
</style>