Shades of Amaranth #E52B4E
Tints of Amaranth #E52B4E
RGB
CMYK
RGB Variations
Color information
#E52B4E (or 0xE52B4E) is known color: Amaranth. HEX triplet: E5, 2B and 4E. RGB value is (229,43,78). Sum of RGB (Red+Green+Blue) = 229+43+78=350 (46% of max value = 765). Red value is 229 (89.84% from 255 or 65.43% from 350); Green value is 43 (17.19% from 255 or 12.29% from 350); Blue value is 78 (30.86% from 255 or 22.29% from 350); Max value from RGB is 229 - color contains mainly: red. Hex color #E52B4E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E52B4E is #1AD4B1. Grayscale: #666666. Windows color (decimal): -1758386 or 5123045. OLE color: 5123045.
HSL color Cylindrical-coordinate representation of color #E52B4E: hue angle of 348.71º 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 #E52B4E is Cyan = 0, Magento = 0.81, Yellow = 0.66 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 43 | 78 | - |
| CMYK | 0 | 0.81 | 0.66 | 0.10 |
| HSL | 348.71º | 0.78% | 0.53% | - |
| HSV(B) | 348.71º | 0.81% | 0.9% | - |
| XYZ | 34.55 | 18.94 | 9.04 | - |
| YUV | 102.6 | 114.12 | 218.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 43 | 78 | 0 | 0.81 | 0.66 | 0.10 | 348.71 | 0.78 | 0.53 |
| Hex | E5 | 2B | 4E | 0 | 51 | 42 | A | 15D | 4E | 35 |
| Octal | 345 | 53 | 116 | 0 | 121 | 102 | 12 | 535 | 116 | 65 |
| Binary | 11100101 | 101011 | 1001110 | 0 | 1010001 | 1000010 | 1010 | 101011101 | 1001110 | 110101 |
Color Harmonies of #E52B4E
Complementary color
Monochromatic Colors of #E52B4E
Black with #E52B4E
Text Example
Text Example
White with #E52B4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E52B4E; }
p { color: rgb(229,43,78); }
H1.HeaderClassName
{
color: #E52B4E;
}
.AnyTagClassName
{
color: #E52B4E;
}
</style>
background-color css
<style>
a { background-color: #E52B4E; }
a { background-color: rgb(229,43,78); }
div.DivClassName
{
background-color: #E52B4E;
}
.BgClassName
{
background-color: #E52B4E;
}
</style>
border-color css
<style>
span { border-color: #E52B4E; }
span { border-color: rgb(229,43,78); }
td.TdClassName
{
border-color: #E52B4E;
}
.TagClassName
{
border-color: #E52B4E;
}
</style>