Shades of Amaranth #E13D4E
Tints of Amaranth #E13D4E
RGB
CMYK
RGB Variations
Color information
#E13D4E (or 0xE13D4E) is known color: Amaranth. HEX triplet: E1, 3D and 4E. RGB value is (225,61,78). Sum of RGB (Red+Green+Blue) = 225+61+78=364 (48% of max value = 765). Red value is 225 (88.28% from 255 or 61.81% from 364); Green value is 61 (24.22% from 255 or 16.76% from 364); Blue value is 78 (30.86% from 255 or 21.43% from 364); Max value from RGB is 225 - color contains mainly: red. Hex color #E13D4E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E13D4E is #1EC2B1. Grayscale: #707070. Windows color (decimal): -2015922 or 5127649. OLE color: 5127649.
HSL color Cylindrical-coordinate representation of color #E13D4E: hue angle of 353.78º 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 #E13D4E is Cyan = 0, Magento = 0.73, Yellow = 0.65 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 61 | 78 | - |
| CMYK | 0 | 0.73 | 0.65 | 0.12 |
| HSL | 353.78º | 0.73% | 0.56% | - |
| HSV(B) | 353.78º | 0.73% | 0.88% | - |
| XYZ | 34.1 | 19.9 | 9.25 | - |
| YUV | 111.97 | 108.83 | 208.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 61 | 78 | 0 | 0.73 | 0.65 | 0.12 | 353.78 | 0.73 | 0.56 |
| Hex | E1 | 3D | 4E | 0 | 49 | 41 | C | 162 | 49 | 38 |
| Octal | 341 | 75 | 116 | 0 | 111 | 101 | 14 | 542 | 111 | 70 |
| Binary | 11100001 | 111101 | 1001110 | 0 | 1001001 | 1000001 | 1100 | 101100010 | 1001001 | 111000 |
Color Harmonies of #E13D4E
Complementary color
Monochromatic Colors of #E13D4E
Black with #E13D4E
Text Example
Text Example
White with #E13D4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E13D4E; }
p { color: rgb(225,61,78); }
H1.HeaderClassName
{
color: #E13D4E;
}
.AnyTagClassName
{
color: #E13D4E;
}
</style>
background-color css
<style>
a { background-color: #E13D4E; }
a { background-color: rgb(225,61,78); }
div.DivClassName
{
background-color: #E13D4E;
}
.BgClassName
{
background-color: #E13D4E;
}
</style>
border-color css
<style>
span { border-color: #E13D4E; }
span { border-color: rgb(225,61,78); }
td.TdClassName
{
border-color: #E13D4E;
}
.TagClassName
{
border-color: #E13D4E;
}
</style>