Shades of Amaranth #E13C54
Tints of Amaranth #E13C54
RGB
CMYK
RGB Variations
Color information
#E13C54 (or 0xE13C54) is known color: Amaranth. HEX triplet: E1, 3C and 54. RGB value is (225,60,84). Sum of RGB (Red+Green+Blue) = 225+60+84=369 (48% of max value = 765). Red value is 225 (88.28% from 255 or 60.98% from 369); Green value is 60 (23.83% from 255 or 16.26% from 369); Blue value is 84 (33.20% from 255 or 22.76% from 369); Max value from RGB is 225 - color contains mainly: red. Hex color #E13C54 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E13C54 is #1EC3AB. Grayscale: #707070. Windows color (decimal): -2016172 or 5520609. OLE color: 5520609.
HSL color Cylindrical-coordinate representation of color #E13C54: hue angle of 351.27º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E13C54 is Cyan = 0, Magento = 0.73, Yellow = 0.63 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 60 | 84 | - |
| CMYK | 0 | 0.73 | 0.63 | 0.12 |
| HSL | 351.27º | 0.73% | 0.56% | - |
| HSV(B) | 351.27º | 0.73% | 0.88% | - |
| XYZ | 34.27 | 19.88 | 10.42 | - |
| YUV | 112.07 | 112.16 | 208.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 60 | 84 | 0 | 0.73 | 0.63 | 0.12 | 351.27 | 0.73 | 0.56 |
| Hex | E1 | 3C | 54 | 0 | 49 | 3F | C | 15F | 49 | 38 |
| Octal | 341 | 74 | 124 | 0 | 111 | 77 | 14 | 537 | 111 | 70 |
| Binary | 11100001 | 111100 | 1010100 | 0 | 1001001 | 111111 | 1100 | 101011111 | 1001001 | 111000 |
Color Harmonies of #E13C54
Complementary color
Monochromatic Colors of #E13C54
Black with #E13C54
Text Example
Text Example
White with #E13C54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E13C54; }
p { color: rgb(225,60,84); }
H1.HeaderClassName
{
color: #E13C54;
}
.AnyTagClassName
{
color: #E13C54;
}
</style>
background-color css
<style>
a { background-color: #E13C54; }
a { background-color: rgb(225,60,84); }
div.DivClassName
{
background-color: #E13C54;
}
.BgClassName
{
background-color: #E13C54;
}
</style>
border-color css
<style>
span { border-color: #E13C54; }
span { border-color: rgb(225,60,84); }
td.TdClassName
{
border-color: #E13C54;
}
.TagClassName
{
border-color: #E13C54;
}
</style>