Shades of Amaranth #E52B5A
Tints of Amaranth #E52B5A
RGB
CMYK
RGB Variations
Color information
#E52B5A (or 0xE52B5A) is known color: Amaranth. HEX triplet: E5, 2B and 5A. RGB value is (229,43,90). Sum of RGB (Red+Green+Blue) = 229+43+90=362 (47% of max value = 765). Red value is 229 (89.84% from 255 or 63.26% from 362); Green value is 43 (17.19% from 255 or 11.88% from 362); Blue value is 90 (35.55% from 255 or 24.86% from 362); Max value from RGB is 229 - color contains mainly: red. Hex color #E52B5A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E52B5A is #1AD4A5. Grayscale: #676767. Windows color (decimal): -1758374 or 5909477. OLE color: 5909477.
HSL color Cylindrical-coordinate representation of color #E52B5A: hue angle of 344.84º 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 #E52B5A is Cyan = 0, Magento = 0.81, Yellow = 0.61 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 43 | 90 | - |
| CMYK | 0 | 0.81 | 0.61 | 0.10 |
| HSL | 344.84º | 0.78% | 0.53% | - |
| HSV(B) | 344.84º | 0.81% | 0.9% | - |
| XYZ | 35.02 | 19.12 | 11.52 | - |
| YUV | 103.97 | 120.12 | 217.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 43 | 90 | 0 | 0.81 | 0.61 | 0.10 | 344.84 | 0.78 | 0.53 |
| Hex | E5 | 2B | 5A | 0 | 51 | 3D | A | 159 | 4E | 35 |
| Octal | 345 | 53 | 132 | 0 | 121 | 75 | 12 | 531 | 116 | 65 |
| Binary | 11100101 | 101011 | 1011010 | 0 | 1010001 | 111101 | 1010 | 101011001 | 1001110 | 110101 |
Color Harmonies of #E52B5A
Complementary color
Monochromatic Colors of #E52B5A
Black with #E52B5A
Text Example
Text Example
White with #E52B5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E52B5A; }
p { color: rgb(229,43,90); }
H1.HeaderClassName
{
color: #E52B5A;
}
.AnyTagClassName
{
color: #E52B5A;
}
</style>
background-color css
<style>
a { background-color: #E52B5A; }
a { background-color: rgb(229,43,90); }
div.DivClassName
{
background-color: #E52B5A;
}
.BgClassName
{
background-color: #E52B5A;
}
</style>
border-color css
<style>
span { border-color: #E52B5A; }
span { border-color: rgb(229,43,90); }
td.TdClassName
{
border-color: #E52B5A;
}
.TagClassName
{
border-color: #E52B5A;
}
</style>