Shades of Amaranth #E13D55
Tints of Amaranth #E13D55
RGB
CMYK
RGB Variations
Color information
#E13D55 (or 0xE13D55) is known color: Amaranth. HEX triplet: E1, 3D and 55. RGB value is (225,61,85). Sum of RGB (Red+Green+Blue) = 225+61+85=371 (49% of max value = 765). Red value is 225 (88.28% from 255 or 60.65% from 371); Green value is 61 (24.22% from 255 or 16.44% from 371); Blue value is 85 (33.59% from 255 or 22.91% from 371); Max value from RGB is 225 - color contains mainly: red. Hex color #E13D55 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E13D55 is #1EC2AA. Grayscale: #707070. Windows color (decimal): -2015915 or 5586401. OLE color: 5586401.
HSL color Cylindrical-coordinate representation of color #E13D55: hue angle of 351.22º 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 #E13D55 is Cyan = 0, Magento = 0.73, Yellow = 0.62 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 61 | 85 | - |
| CMYK | 0 | 0.73 | 0.62 | 0.12 |
| HSL | 351.22º | 0.73% | 0.56% | - |
| HSV(B) | 351.22º | 0.73% | 0.88% | - |
| XYZ | 34.36 | 20 | 10.64 | - |
| YUV | 112.77 | 112.33 | 208.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 61 | 85 | 0 | 0.73 | 0.62 | 0.12 | 351.22 | 0.73 | 0.56 |
| Hex | E1 | 3D | 55 | 0 | 49 | 3E | C | 15F | 49 | 38 |
| Octal | 341 | 75 | 125 | 0 | 111 | 76 | 14 | 537 | 111 | 70 |
| Binary | 11100001 | 111101 | 1010101 | 0 | 1001001 | 111110 | 1100 | 101011111 | 1001001 | 111000 |
Color Harmonies of #E13D55
Complementary color
Monochromatic Colors of #E13D55
Black with #E13D55
Text Example
Text Example
White with #E13D55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E13D55; }
p { color: rgb(225,61,85); }
H1.HeaderClassName
{
color: #E13D55;
}
.AnyTagClassName
{
color: #E13D55;
}
</style>
background-color css
<style>
a { background-color: #E13D55; }
a { background-color: rgb(225,61,85); }
div.DivClassName
{
background-color: #E13D55;
}
.BgClassName
{
background-color: #E13D55;
}
</style>
border-color css
<style>
span { border-color: #E13D55; }
span { border-color: rgb(225,61,85); }
td.TdClassName
{
border-color: #E13D55;
}
.TagClassName
{
border-color: #E13D55;
}
</style>