Shades of Amaranth #E5284C
Tints of Amaranth #E5284C
RGB
CMYK
RGB Variations
Color information
#E5284C (or 0xE5284C) is known color: Amaranth. HEX triplet: E5, 28 and 4C. RGB value is (229,40,76). Sum of RGB (Red+Green+Blue) = 229+40+76=345 (45% of max value = 765). Red value is 229 (89.84% from 255 or 66.38% from 345); Green value is 40 (16.02% from 255 or 11.59% from 345); Blue value is 76 (30.08% from 255 or 22.03% from 345); Max value from RGB is 229 - color contains mainly: red. Hex color #E5284C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E5284C is #1AD7B3. Grayscale: #646464. Windows color (decimal): -1759156 or 4991205. OLE color: 4991205.
HSL color Cylindrical-coordinate representation of color #E5284C: hue angle of 348.57º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E5284C is Cyan = 0, Magento = 0.83, Yellow = 0.67 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 40 | 76 | - |
| CMYK | 0 | 0.83 | 0.67 | 0.10 |
| HSL | 348.57º | 0.78% | 0.53% | - |
| HSV(B) | 348.57º | 0.83% | 0.9% | - |
| XYZ | 34.38 | 18.7 | 8.63 | - |
| YUV | 100.62 | 114.12 | 219.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 40 | 76 | 0 | 0.83 | 0.67 | 0.10 | 348.57 | 0.78 | 0.53 |
| Hex | E5 | 28 | 4C | 0 | 53 | 43 | A | 15D | 4E | 35 |
| Octal | 345 | 50 | 114 | 0 | 123 | 103 | 12 | 535 | 116 | 65 |
| Binary | 11100101 | 101000 | 1001100 | 0 | 1010011 | 1000011 | 1010 | 101011101 | 1001110 | 110101 |
Color Harmonies of #E5284C
Complementary color
Monochromatic Colors of #E5284C
Black with #E5284C
Text Example
Text Example
White with #E5284C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5284C; }
p { color: rgb(229,40,76); }
H1.HeaderClassName
{
color: #E5284C;
}
.AnyTagClassName
{
color: #E5284C;
}
</style>
background-color css
<style>
a { background-color: #E5284C; }
a { background-color: rgb(229,40,76); }
div.DivClassName
{
background-color: #E5284C;
}
.BgClassName
{
background-color: #E5284C;
}
</style>
border-color css
<style>
span { border-color: #E5284C; }
span { border-color: rgb(229,40,76); }
td.TdClassName
{
border-color: #E5284C;
}
.TagClassName
{
border-color: #E5284C;
}
</style>