Shades of Amaranth #E5184F
Tints of Amaranth #E5184F
RGB
CMYK
RGB Variations
Color information
#E5184F (or 0xE5184F) is known color: Amaranth. HEX triplet: E5, 18 and 4F. RGB value is (229,24,79). Sum of RGB (Red+Green+Blue) = 229+24+79=332 (43% of max value = 765). Red value is 229 (89.84% from 255 or 68.98% from 332); Green value is 24 (9.77% from 255 or 7.23% from 332); Blue value is 79 (31.25% from 255 or 23.80% from 332); Max value from RGB is 229 - color contains mainly: red. Hex color #E5184F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E5184F is #1AE7B0. Grayscale: #5B5B5B. Windows color (decimal): -1763249 or 5183717. OLE color: 5183717.
HSL color Cylindrical-coordinate representation of color #E5184F: hue angle of 343.9º 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 #E5184F is Cyan = 0, Magento = 0.90, Yellow = 0.66 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 24 | 79 | - |
| CMYK | 0 | 0.90 | 0.66 | 0.10 |
| HSL | 343.9º | 0.81% | 0.5% | - |
| HSV(B) | 343.9º | 0.9% | 0.9% | - |
| XYZ | 34.05 | 17.88 | 9.05 | - |
| YUV | 91.57 | 120.92 | 226.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 24 | 79 | 0 | 0.90 | 0.66 | 0.10 | 343.9 | 0.81 | 0.5 |
| Hex | E5 | 18 | 4F | 0 | 5A | 42 | A | 158 | 51 | 32 |
| Octal | 345 | 30 | 117 | 0 | 132 | 102 | 12 | 530 | 121 | 62 |
| Binary | 11100101 | 11000 | 1001111 | 0 | 1011010 | 1000010 | 1010 | 101011000 | 1010001 | 110010 |
Color Harmonies of #E5184F
Complementary color
Monochromatic Colors of #E5184F
Black with #E5184F
Text Example
Text Example
White with #E5184F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5184F; }
p { color: rgb(229,24,79); }
H1.HeaderClassName
{
color: #E5184F;
}
.AnyTagClassName
{
color: #E5184F;
}
</style>
background-color css
<style>
a { background-color: #E5184F; }
a { background-color: rgb(229,24,79); }
div.DivClassName
{
background-color: #E5184F;
}
.BgClassName
{
background-color: #E5184F;
}
</style>
border-color css
<style>
span { border-color: #E5184F; }
span { border-color: rgb(229,24,79); }
td.TdClassName
{
border-color: #E5184F;
}
.TagClassName
{
border-color: #E5184F;
}
</style>