Shades of Amaranth #E52B43
Tints of Amaranth #E52B43
RGB
CMYK
RGB Variations
Color information
#E52B43 (or 0xE52B43) is known color: Amaranth. HEX triplet: E5, 2B and 43. RGB value is (229,43,67). Sum of RGB (Red+Green+Blue) = 229+43+67=339 (44% of max value = 765). Red value is 229 (89.84% from 255 or 67.55% from 339); Green value is 43 (17.19% from 255 or 12.68% from 339); Blue value is 67 (26.56% from 255 or 19.76% from 339); Max value from RGB is 229 - color contains mainly: red. Hex color #E52B43 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E52B43 is #1AD4BC. Grayscale: #656565. Windows color (decimal): -1758397 or 4402149. OLE color: 4402149.
HSL color Cylindrical-coordinate representation of color #E52B43: hue angle of 352.26º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E52B43 is Cyan = 0, Magento = 0.81, Yellow = 0.71 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 43 | 67 | - |
| CMYK | 0 | 0.81 | 0.71 | 0.10 |
| HSL | 352.26º | 0.78% | 0.53% | - |
| HSV(B) | 352.26º | 0.81% | 0.9% | - |
| XYZ | 34.19 | 18.79 | 7.14 | - |
| YUV | 101.35 | 108.62 | 219.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 43 | 67 | 0 | 0.81 | 0.71 | 0.10 | 352.26 | 0.78 | 0.53 |
| Hex | E5 | 2B | 43 | 0 | 51 | 47 | A | 160 | 4E | 35 |
| Octal | 345 | 53 | 103 | 0 | 121 | 107 | 12 | 540 | 116 | 65 |
| Binary | 11100101 | 101011 | 1000011 | 0 | 1010001 | 1000111 | 1010 | 101100000 | 1001110 | 110101 |
Color Harmonies of #E52B43
Complementary color
Monochromatic Colors of #E52B43
Black with #E52B43
Text Example
Text Example
White with #E52B43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E52B43; }
p { color: rgb(229,43,67); }
H1.HeaderClassName
{
color: #E52B43;
}
.AnyTagClassName
{
color: #E52B43;
}
</style>
background-color css
<style>
a { background-color: #E52B43; }
a { background-color: rgb(229,43,67); }
div.DivClassName
{
background-color: #E52B43;
}
.BgClassName
{
background-color: #E52B43;
}
</style>
border-color css
<style>
span { border-color: #E52B43; }
span { border-color: rgb(229,43,67); }
td.TdClassName
{
border-color: #E52B43;
}
.TagClassName
{
border-color: #E52B43;
}
</style>