Shades of Amaranth #E5454C
Tints of Amaranth #E5454C
RGB
CMYK
RGB Variations
Color information
#E5454C (or 0xE5454C) is known color: Amaranth. HEX triplet: E5, 45 and 4C. RGB value is (229,69,76). Sum of RGB (Red+Green+Blue) = 229+69+76=374 (49% of max value = 765). Red value is 229 (89.84% from 255 or 61.23% from 374); Green value is 69 (27.34% from 255 or 18.45% from 374); Blue value is 76 (30.08% from 255 or 20.32% from 374); Max value from RGB is 229 - color contains mainly: red. Hex color #E5454C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E5454C is #1ABAB3. Grayscale: #757575. Windows color (decimal): -1751732 or 4998629. OLE color: 4998629.
HSL color Cylindrical-coordinate representation of color #E5454C: hue angle of 357.38º degrees, saturation: 0.75, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E5454C is Cyan = 0, Magento = 0.70, Yellow = 0.67 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 69 | 76 | - |
| CMYK | 0 | 0.70 | 0.67 | 0.10 |
| HSL | 357.38º | 0.75% | 0.58% | - |
| HSV(B) | 357.38º | 0.7% | 0.9% | - |
| XYZ | 35.75 | 21.44 | 9.09 | - |
| YUV | 117.64 | 104.51 | 207.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 69 | 76 | 0 | 0.70 | 0.67 | 0.10 | 357.38 | 0.75 | 0.58 |
| Hex | E5 | 45 | 4C | 0 | 46 | 43 | A | 165 | 4B | 3A |
| Octal | 345 | 105 | 114 | 0 | 106 | 103 | 12 | 545 | 113 | 72 |
| Binary | 11100101 | 1000101 | 1001100 | 0 | 1000110 | 1000011 | 1010 | 101100101 | 1001011 | 111010 |
Color Harmonies of #E5454C
Complementary color
Monochromatic Colors of #E5454C
Black with #E5454C
Text Example
Text Example
White with #E5454C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5454C; }
p { color: rgb(229,69,76); }
H1.HeaderClassName
{
color: #E5454C;
}
.AnyTagClassName
{
color: #E5454C;
}
</style>
background-color css
<style>
a { background-color: #E5454C; }
a { background-color: rgb(229,69,76); }
div.DivClassName
{
background-color: #E5454C;
}
.BgClassName
{
background-color: #E5454C;
}
</style>
border-color css
<style>
span { border-color: #E5454C; }
span { border-color: rgb(229,69,76); }
td.TdClassName
{
border-color: #E5454C;
}
.TagClassName
{
border-color: #E5454C;
}
</style>