Shades of Amaranth #E13145
Tints of Amaranth #E13145
RGB
CMYK
RGB Variations
Color information
#E13145 (or 0xE13145) is known color: Amaranth. HEX triplet: E1, 31 and 45. RGB value is (225,49,69). Sum of RGB (Red+Green+Blue) = 225+49+69=343 (45% of max value = 765). Red value is 225 (88.28% from 255 or 65.60% from 343); Green value is 49 (19.53% from 255 or 14.29% from 343); Blue value is 69 (27.34% from 255 or 20.12% from 343); Max value from RGB is 225 - color contains mainly: red. Hex color #E13145 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E13145 is #1ECEBA. Grayscale: #686868. Windows color (decimal): -2019003 or 4534753. OLE color: 4534753.
HSL color Cylindrical-coordinate representation of color #E13145: hue angle of 353.18º degrees, saturation: 0.75, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E13145 is Cyan = 0, Magento = 0.78, Yellow = 0.69 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 49 | 69 | - |
| CMYK | 0 | 0.78 | 0.69 | 0.12 |
| HSL | 353.18º | 0.75% | 0.54% | - |
| HSV(B) | 353.18º | 0.78% | 0.88% | - |
| XYZ | 33.22 | 18.63 | 7.48 | - |
| YUV | 103.9 | 108.31 | 214.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 49 | 69 | 0 | 0.78 | 0.69 | 0.12 | 353.18 | 0.75 | 0.54 |
| Hex | E1 | 31 | 45 | 0 | 4E | 45 | C | 161 | 4B | 36 |
| Octal | 341 | 61 | 105 | 0 | 116 | 105 | 14 | 541 | 113 | 66 |
| Binary | 11100001 | 110001 | 1000101 | 0 | 1001110 | 1000101 | 1100 | 101100001 | 1001011 | 110110 |
Color Harmonies of #E13145
Complementary color
Monochromatic Colors of #E13145
Black with #E13145
Text Example
Text Example
White with #E13145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E13145; }
p { color: rgb(225,49,69); }
H1.HeaderClassName
{
color: #E13145;
}
.AnyTagClassName
{
color: #E13145;
}
</style>
background-color css
<style>
a { background-color: #E13145; }
a { background-color: rgb(225,49,69); }
div.DivClassName
{
background-color: #E13145;
}
.BgClassName
{
background-color: #E13145;
}
</style>
border-color css
<style>
span { border-color: #E13145; }
span { border-color: rgb(225,49,69); }
td.TdClassName
{
border-color: #E13145;
}
.TagClassName
{
border-color: #E13145;
}
</style>