Shades of Amaranth #E53D4F
Tints of Amaranth #E53D4F
RGB
CMYK
RGB Variations
Color information
#E53D4F (or 0xE53D4F) is known color: Amaranth. HEX triplet: E5, 3D and 4F. RGB value is (229,61,79). Sum of RGB (Red+Green+Blue) = 229+61+79=369 (48% of max value = 765). Red value is 229 (89.84% from 255 or 62.06% from 369); Green value is 61 (24.22% from 255 or 16.53% from 369); Blue value is 79 (31.25% from 255 or 21.41% from 369); Max value from RGB is 229 - color contains mainly: red. Hex color #E53D4F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E53D4F is #1AC2B0. Grayscale: #717171. Windows color (decimal): -1753777 or 5193189. OLE color: 5193189.
HSL color Cylindrical-coordinate representation of color #E53D4F: hue angle of 353.57º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E53D4F is Cyan = 0, Magento = 0.73, Yellow = 0.66 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 61 | 79 | - |
| CMYK | 0 | 0.73 | 0.66 | 0.10 |
| HSL | 353.57º | 0.76% | 0.57% | - |
| HSV(B) | 353.57º | 0.73% | 0.9% | - |
| XYZ | 35.39 | 20.56 | 9.5 | - |
| YUV | 113.28 | 108.66 | 210.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 61 | 79 | 0 | 0.73 | 0.66 | 0.10 | 353.57 | 0.76 | 0.57 |
| Hex | E5 | 3D | 4F | 0 | 49 | 42 | A | 162 | 4C | 39 |
| Octal | 345 | 75 | 117 | 0 | 111 | 102 | 12 | 542 | 114 | 71 |
| Binary | 11100101 | 111101 | 1001111 | 0 | 1001001 | 1000010 | 1010 | 101100010 | 1001100 | 111001 |
Color Harmonies of #E53D4F
Complementary color
Monochromatic Colors of #E53D4F
Black with #E53D4F
Text Example
Text Example
White with #E53D4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E53D4F; }
p { color: rgb(229,61,79); }
H1.HeaderClassName
{
color: #E53D4F;
}
.AnyTagClassName
{
color: #E53D4F;
}
</style>
background-color css
<style>
a { background-color: #E53D4F; }
a { background-color: rgb(229,61,79); }
div.DivClassName
{
background-color: #E53D4F;
}
.BgClassName
{
background-color: #E53D4F;
}
</style>
border-color css
<style>
span { border-color: #E53D4F; }
span { border-color: rgb(229,61,79); }
td.TdClassName
{
border-color: #E53D4F;
}
.TagClassName
{
border-color: #E53D4F;
}
</style>