Shades of Amaranth #E5304C
Tints of Amaranth #E5304C
RGB
CMYK
RGB Variations
Color information
#E5304C (or 0xE5304C) is known color: Amaranth. HEX triplet: E5, 30 and 4C. RGB value is (229,48,76). Sum of RGB (Red+Green+Blue) = 229+48+76=353 (46% of max value = 765). Red value is 229 (89.84% from 255 or 64.87% from 353); Green value is 48 (19.14% from 255 or 13.60% from 353); Blue value is 76 (30.08% from 255 or 21.53% from 353); Max value from RGB is 229 - color contains mainly: red. Hex color #E5304C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E5304C is #1ACFB3. Grayscale: #696969. Windows color (decimal): -1757108 or 4993253. OLE color: 4993253.
HSL color Cylindrical-coordinate representation of color #E5304C: hue angle of 350.72º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E5304C is Cyan = 0, Magento = 0.79, Yellow = 0.67 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 48 | 76 | - |
| CMYK | 0 | 0.79 | 0.67 | 0.10 |
| HSL | 350.72º | 0.78% | 0.54% | - |
| HSV(B) | 350.72º | 0.79% | 0.9% | - |
| XYZ | 34.67 | 19.29 | 8.73 | - |
| YUV | 105.31 | 111.47 | 216.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 48 | 76 | 0 | 0.79 | 0.67 | 0.10 | 350.72 | 0.78 | 0.54 |
| Hex | E5 | 30 | 4C | 0 | 4F | 43 | A | 15F | 4E | 36 |
| Octal | 345 | 60 | 114 | 0 | 117 | 103 | 12 | 537 | 116 | 66 |
| Binary | 11100101 | 110000 | 1001100 | 0 | 1001111 | 1000011 | 1010 | 101011111 | 1001110 | 110110 |
Color Harmonies of #E5304C
Complementary color
Monochromatic Colors of #E5304C
Black with #E5304C
Text Example
Text Example
White with #E5304C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5304C; }
p { color: rgb(229,48,76); }
H1.HeaderClassName
{
color: #E5304C;
}
.AnyTagClassName
{
color: #E5304C;
}
</style>
background-color css
<style>
a { background-color: #E5304C; }
a { background-color: rgb(229,48,76); }
div.DivClassName
{
background-color: #E5304C;
}
.BgClassName
{
background-color: #E5304C;
}
</style>
border-color css
<style>
span { border-color: #E5304C; }
span { border-color: rgb(229,48,76); }
td.TdClassName
{
border-color: #E5304C;
}
.TagClassName
{
border-color: #E5304C;
}
</style>