Shades of Amaranth #E13444
Tints of Amaranth #E13444
RGB
CMYK
RGB Variations
Color information
#E13444 (or 0xE13444) is known color: Amaranth. HEX triplet: E1, 34 and 44. RGB value is (225,52,68). Sum of RGB (Red+Green+Blue) = 225+52+68=345 (45% of max value = 765). Red value is 225 (88.28% from 255 or 65.22% from 345); Green value is 52 (20.70% from 255 or 15.07% from 345); Blue value is 68 (26.95% from 255 or 19.71% from 345); Max value from RGB is 225 - color contains mainly: red. Hex color #E13444 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E13444 is #1ECBBB. Grayscale: #696969. Windows color (decimal): -2018236 or 4469985. OLE color: 4469985.
HSL color Cylindrical-coordinate representation of color #E13444: hue angle of 354.45º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E13444 is Cyan = 0, Magento = 0.77, Yellow = 0.70 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 52 | 68 | - |
| CMYK | 0 | 0.77 | 0.70 | 0.12 |
| HSL | 354.45º | 0.74% | 0.54% | - |
| HSV(B) | 354.45º | 0.77% | 0.88% | - |
| XYZ | 33.32 | 18.88 | 7.36 | - |
| YUV | 105.55 | 106.81 | 213.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 52 | 68 | 0 | 0.77 | 0.70 | 0.12 | 354.45 | 0.74 | 0.54 |
| Hex | E1 | 34 | 44 | 0 | 4D | 46 | C | 162 | 4A | 36 |
| Octal | 341 | 64 | 104 | 0 | 115 | 106 | 14 | 542 | 112 | 66 |
| Binary | 11100001 | 110100 | 1000100 | 0 | 1001101 | 1000110 | 1100 | 101100010 | 1001010 | 110110 |
Color Harmonies of #E13444
Complementary color
Monochromatic Colors of #E13444
Black with #E13444
Text Example
Text Example
White with #E13444
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E13444; }
p { color: rgb(225,52,68); }
H1.HeaderClassName
{
color: #E13444;
}
.AnyTagClassName
{
color: #E13444;
}
</style>
background-color css
<style>
a { background-color: #E13444; }
a { background-color: rgb(225,52,68); }
div.DivClassName
{
background-color: #E13444;
}
.BgClassName
{
background-color: #E13444;
}
</style>
border-color css
<style>
span { border-color: #E13444; }
span { border-color: rgb(225,52,68); }
td.TdClassName
{
border-color: #E13444;
}
.TagClassName
{
border-color: #E13444;
}
</style>