Shades of Amaranth #E5424C
Tints of Amaranth #E5424C
RGB
CMYK
RGB Variations
Color information
#E5424C (or 0xE5424C) is known color: Amaranth. HEX triplet: E5, 42 and 4C. RGB value is (229,66,76). Sum of RGB (Red+Green+Blue) = 229+66+76=371 (49% of max value = 765). Red value is 229 (89.84% from 255 or 61.73% from 371); Green value is 66 (26.17% from 255 or 17.79% from 371); Blue value is 76 (30.08% from 255 or 20.49% from 371); Max value from RGB is 229 - color contains mainly: red. Hex color #E5424C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E5424C is #1ABDB3. Grayscale: #747474. Windows color (decimal): -1752500 or 4997861. OLE color: 4997861.
HSL color Cylindrical-coordinate representation of color #E5424C: hue angle of 356.32º degrees, saturation: 0.76, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E5424C is Cyan = 0, Magento = 0.71, Yellow = 0.67 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 66 | 76 | - |
| CMYK | 0 | 0.71 | 0.67 | 0.10 |
| HSL | 356.32º | 0.76% | 0.58% | - |
| HSV(B) | 356.32º | 0.71% | 0.9% | - |
| XYZ | 35.57 | 21.08 | 9.03 | - |
| YUV | 115.88 | 105.5 | 208.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 66 | 76 | 0 | 0.71 | 0.67 | 0.10 | 356.32 | 0.76 | 0.58 |
| Hex | E5 | 42 | 4C | 0 | 47 | 43 | A | 164 | 4C | 3A |
| Octal | 345 | 102 | 114 | 0 | 107 | 103 | 12 | 544 | 114 | 72 |
| Binary | 11100101 | 1000010 | 1001100 | 0 | 1000111 | 1000011 | 1010 | 101100100 | 1001100 | 111010 |
Color Harmonies of #E5424C
Complementary color
Monochromatic Colors of #E5424C
Black with #E5424C
Text Example
Text Example
White with #E5424C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5424C; }
p { color: rgb(229,66,76); }
H1.HeaderClassName
{
color: #E5424C;
}
.AnyTagClassName
{
color: #E5424C;
}
</style>
background-color css
<style>
a { background-color: #E5424C; }
a { background-color: rgb(229,66,76); }
div.DivClassName
{
background-color: #E5424C;
}
.BgClassName
{
background-color: #E5424C;
}
</style>
border-color css
<style>
span { border-color: #E5424C; }
span { border-color: rgb(229,66,76); }
td.TdClassName
{
border-color: #E5424C;
}
.TagClassName
{
border-color: #E5424C;
}
</style>