Shades of Amaranth #E5414D
Tints of Amaranth #E5414D
RGB
CMYK
RGB Variations
Color information
#E5414D (or 0xE5414D) is known color: Amaranth. HEX triplet: E5, 41 and 4D. RGB value is (229,65,77). Sum of RGB (Red+Green+Blue) = 229+65+77=371 (49% of max value = 765). Red value is 229 (89.84% from 255 or 61.73% from 371); Green value is 65 (25.78% from 255 or 17.52% from 371); Blue value is 77 (30.47% from 255 or 20.75% from 371); Max value from RGB is 229 - color contains mainly: red. Hex color #E5414D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E5414D is #1ABEB2. Grayscale: #737373. Windows color (decimal): -1752755 or 5063141. OLE color: 5063141.
HSL color Cylindrical-coordinate representation of color #E5414D: hue angle of 355.61º degrees, saturation: 0.76, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E5414D is Cyan = 0, Magento = 0.72, Yellow = 0.66 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 65 | 77 | - |
| CMYK | 0 | 0.72 | 0.66 | 0.10 |
| HSL | 355.61º | 0.76% | 0.58% | - |
| HSV(B) | 355.61º | 0.72% | 0.9% | - |
| XYZ | 35.54 | 20.97 | 9.2 | - |
| YUV | 115.4 | 106.33 | 209.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 65 | 77 | 0 | 0.72 | 0.66 | 0.10 | 355.61 | 0.76 | 0.58 |
| Hex | E5 | 41 | 4D | 0 | 48 | 42 | A | 164 | 4C | 3A |
| Octal | 345 | 101 | 115 | 0 | 110 | 102 | 12 | 544 | 114 | 72 |
| Binary | 11100101 | 1000001 | 1001101 | 0 | 1001000 | 1000010 | 1010 | 101100100 | 1001100 | 111010 |
Color Harmonies of #E5414D
Complementary color
Monochromatic Colors of #E5414D
Black with #E5414D
Text Example
Text Example
White with #E5414D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5414D; }
p { color: rgb(229,65,77); }
H1.HeaderClassName
{
color: #E5414D;
}
.AnyTagClassName
{
color: #E5414D;
}
</style>
background-color css
<style>
a { background-color: #E5414D; }
a { background-color: rgb(229,65,77); }
div.DivClassName
{
background-color: #E5414D;
}
.BgClassName
{
background-color: #E5414D;
}
</style>
border-color css
<style>
span { border-color: #E5414D; }
span { border-color: rgb(229,65,77); }
td.TdClassName
{
border-color: #E5414D;
}
.TagClassName
{
border-color: #E5414D;
}
</style>