Shades of Amaranth #E5374C
Tints of Amaranth #E5374C
RGB
CMYK
RGB Variations
Color information
#E5374C (or 0xE5374C) is known color: Amaranth. HEX triplet: E5, 37 and 4C. RGB value is (229,55,76). Sum of RGB (Red+Green+Blue) = 229+55+76=360 (47% of max value = 765). Red value is 229 (89.84% from 255 or 63.61% from 360); Green value is 55 (21.88% from 255 or 15.28% from 360); Blue value is 76 (30.08% from 255 or 21.11% from 360); Max value from RGB is 229 - color contains mainly: red. Hex color #E5374C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E5374C is #1AC8B3. Grayscale: #6D6D6D. Windows color (decimal): -1755316 or 4995045. OLE color: 4995045.
HSL color Cylindrical-coordinate representation of color #E5374C: hue angle of 352.76º degrees, saturation: 0.77, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #E5374C is Cyan = 0, Magento = 0.76, Yellow = 0.67 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 55 | 76 | - |
| CMYK | 0 | 0.76 | 0.67 | 0.10 |
| HSL | 352.76º | 0.77% | 0.56% | - |
| HSV(B) | 352.76º | 0.76% | 0.9% | - |
| XYZ | 34.98 | 19.91 | 8.84 | - |
| YUV | 109.42 | 109.15 | 213.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 55 | 76 | 0 | 0.76 | 0.67 | 0.10 | 352.76 | 0.77 | 0.56 |
| Hex | E5 | 37 | 4C | 0 | 4C | 43 | A | 161 | 4D | 38 |
| Octal | 345 | 67 | 114 | 0 | 114 | 103 | 12 | 541 | 115 | 70 |
| Binary | 11100101 | 110111 | 1001100 | 0 | 1001100 | 1000011 | 1010 | 101100001 | 1001101 | 111000 |
Color Harmonies of #E5374C
Complementary color
Monochromatic Colors of #E5374C
Black with #E5374C
Text Example
Text Example
White with #E5374C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5374C; }
p { color: rgb(229,55,76); }
H1.HeaderClassName
{
color: #E5374C;
}
.AnyTagClassName
{
color: #E5374C;
}
</style>
background-color css
<style>
a { background-color: #E5374C; }
a { background-color: rgb(229,55,76); }
div.DivClassName
{
background-color: #E5374C;
}
.BgClassName
{
background-color: #E5374C;
}
</style>
border-color css
<style>
span { border-color: #E5374C; }
span { border-color: rgb(229,55,76); }
td.TdClassName
{
border-color: #E5374C;
}
.TagClassName
{
border-color: #E5374C;
}
</style>