Shades of Amaranth #E5184D
Tints of Amaranth #E5184D
RGB
CMYK
RGB Variations
Color information
#E5184D (or 0xE5184D) is known color: Amaranth. HEX triplet: E5, 18 and 4D. RGB value is (229,24,77). Sum of RGB (Red+Green+Blue) = 229+24+77=330 (43% of max value = 765). Red value is 229 (89.84% from 255 or 69.39% from 330); Green value is 24 (9.77% from 255 or 7.27% from 330); Blue value is 77 (30.47% from 255 or 23.33% from 330); Max value from RGB is 229 - color contains mainly: red. Hex color #E5184D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E5184D is #1AE7B2. Grayscale: #5B5B5B. Windows color (decimal): -1763251 or 5052645. OLE color: 5052645.
HSL color Cylindrical-coordinate representation of color #E5184D: hue angle of 344.49º degrees, saturation: 0.81, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E5184D is Cyan = 0, Magento = 0.90, Yellow = 0.66 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 24 | 77 | - |
| CMYK | 0 | 0.90 | 0.66 | 0.10 |
| HSL | 344.49º | 0.81% | 0.5% | - |
| HSV(B) | 344.49º | 0.9% | 0.9% | - |
| XYZ | 33.98 | 17.85 | 8.68 | - |
| YUV | 91.34 | 119.92 | 226.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 24 | 77 | 0 | 0.90 | 0.66 | 0.10 | 344.49 | 0.81 | 0.5 |
| Hex | E5 | 18 | 4D | 0 | 5A | 42 | A | 158 | 51 | 32 |
| Octal | 345 | 30 | 115 | 0 | 132 | 102 | 12 | 530 | 121 | 62 |
| Binary | 11100101 | 11000 | 1001101 | 0 | 1011010 | 1000010 | 1010 | 101011000 | 1010001 | 110010 |
Color Harmonies of #E5184D
Complementary color
Monochromatic Colors of #E5184D
Black with #E5184D
Text Example
Text Example
White with #E5184D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5184D; }
p { color: rgb(229,24,77); }
H1.HeaderClassName
{
color: #E5184D;
}
.AnyTagClassName
{
color: #E5184D;
}
</style>
background-color css
<style>
a { background-color: #E5184D; }
a { background-color: rgb(229,24,77); }
div.DivClassName
{
background-color: #E5184D;
}
.BgClassName
{
background-color: #E5184D;
}
</style>
border-color css
<style>
span { border-color: #E5184D; }
span { border-color: rgb(229,24,77); }
td.TdClassName
{
border-color: #E5184D;
}
.TagClassName
{
border-color: #E5184D;
}
</style>