Shades of Amaranth #E53143
Tints of Amaranth #E53143
RGB
CMYK
RGB Variations
Color information
#E53143 (or 0xE53143) is known color: Amaranth. HEX triplet: E5, 31 and 43. RGB value is (229,49,67). Sum of RGB (Red+Green+Blue) = 229+49+67=345 (45% of max value = 765). Red value is 229 (89.84% from 255 or 66.38% from 345); Green value is 49 (19.53% from 255 or 14.20% from 345); Blue value is 67 (26.56% from 255 or 19.42% from 345); Max value from RGB is 229 - color contains mainly: red. Hex color #E53143 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E53143 is #1ACEBC. Grayscale: #686868. Windows color (decimal): -1756861 or 4403685. OLE color: 4403685.
HSL color Cylindrical-coordinate representation of color #E53143: hue angle of 354º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E53143 is Cyan = 0, Magento = 0.79, Yellow = 0.71 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 49 | 67 | - |
| CMYK | 0 | 0.79 | 0.71 | 0.10 |
| HSL | 354º | 0.78% | 0.55% | - |
| HSV(B) | 354º | 0.79% | 0.9% | - |
| XYZ | 34.42 | 19.26 | 7.21 | - |
| YUV | 104.87 | 106.63 | 216.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 49 | 67 | 0 | 0.79 | 0.71 | 0.10 | 354 | 0.78 | 0.55 |
| Hex | E5 | 31 | 43 | 0 | 4F | 47 | A | 162 | 4E | 37 |
| Octal | 345 | 61 | 103 | 0 | 117 | 107 | 12 | 542 | 116 | 67 |
| Binary | 11100101 | 110001 | 1000011 | 0 | 1001111 | 1000111 | 1010 | 101100010 | 1001110 | 110111 |
Color Harmonies of #E53143
Complementary color
Monochromatic Colors of #E53143
Black with #E53143
Text Example
Text Example
White with #E53143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E53143; }
p { color: rgb(229,49,67); }
H1.HeaderClassName
{
color: #E53143;
}
.AnyTagClassName
{
color: #E53143;
}
</style>
background-color css
<style>
a { background-color: #E53143; }
a { background-color: rgb(229,49,67); }
div.DivClassName
{
background-color: #E53143;
}
.BgClassName
{
background-color: #E53143;
}
</style>
border-color css
<style>
span { border-color: #E53143; }
span { border-color: rgb(229,49,67); }
td.TdClassName
{
border-color: #E53143;
}
.TagClassName
{
border-color: #E53143;
}
</style>