Shades of Amaranth #E13D54
Tints of Amaranth #E13D54
RGB
CMYK
RGB Variations
Color information
#E13D54 (or 0xE13D54) is known color: Amaranth. HEX triplet: E1, 3D and 54. RGB value is (225,61,84). Sum of RGB (Red+Green+Blue) = 225+61+84=370 (49% of max value = 765). Red value is 225 (88.28% from 255 or 60.81% from 370); Green value is 61 (24.22% from 255 or 16.49% from 370); Blue value is 84 (33.20% from 255 or 22.70% from 370); Max value from RGB is 225 - color contains mainly: red. Hex color #E13D54 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E13D54 is #1EC2AB. Grayscale: #707070. Windows color (decimal): -2015916 or 5520865. OLE color: 5520865.
HSL color Cylindrical-coordinate representation of color #E13D54: hue angle of 351.59º 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 #E13D54 is Cyan = 0, Magento = 0.73, Yellow = 0.63 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 61 | 84 | - |
| CMYK | 0 | 0.73 | 0.63 | 0.12 |
| HSL | 351.59º | 0.73% | 0.56% | - |
| HSV(B) | 351.59º | 0.73% | 0.88% | - |
| XYZ | 34.32 | 19.99 | 10.44 | - |
| YUV | 112.66 | 111.83 | 208.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 61 | 84 | 0 | 0.73 | 0.63 | 0.12 | 351.59 | 0.73 | 0.56 |
| Hex | E1 | 3D | 54 | 0 | 49 | 3F | C | 160 | 49 | 38 |
| Octal | 341 | 75 | 124 | 0 | 111 | 77 | 14 | 540 | 111 | 70 |
| Binary | 11100001 | 111101 | 1010100 | 0 | 1001001 | 111111 | 1100 | 101100000 | 1001001 | 111000 |
Color Harmonies of #E13D54
Complementary color
Monochromatic Colors of #E13D54
Black with #E13D54
Text Example
Text Example
White with #E13D54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E13D54; }
p { color: rgb(225,61,84); }
H1.HeaderClassName
{
color: #E13D54;
}
.AnyTagClassName
{
color: #E13D54;
}
</style>
background-color css
<style>
a { background-color: #E13D54; }
a { background-color: rgb(225,61,84); }
div.DivClassName
{
background-color: #E13D54;
}
.BgClassName
{
background-color: #E13D54;
}
</style>
border-color css
<style>
span { border-color: #E13D54; }
span { border-color: rgb(225,61,84); }
td.TdClassName
{
border-color: #E13D54;
}
.TagClassName
{
border-color: #E13D54;
}
</style>