Shades of Amaranth #E52B5B
Tints of Amaranth #E52B5B
RGB
CMYK
RGB Variations
Color information
#E52B5B (or 0xE52B5B) is known color: Amaranth. HEX triplet: E5, 2B and 5B. RGB value is (229,43,91). Sum of RGB (Red+Green+Blue) = 229+43+91=363 (48% of max value = 765). Red value is 229 (89.84% from 255 or 63.09% from 363); Green value is 43 (17.19% from 255 or 11.85% from 363); Blue value is 91 (35.94% from 255 or 25.07% from 363); Max value from RGB is 229 - color contains mainly: red. Hex color #E52B5B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E52B5B is #1AD4A4. Grayscale: #686868. Windows color (decimal): -1758373 or 5975013. OLE color: 5975013.
HSL color Cylindrical-coordinate representation of color #E52B5B: hue angle of 344.52º 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 #E52B5B is Cyan = 0, Magento = 0.81, Yellow = 0.60 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 43 | 91 | - |
| CMYK | 0 | 0.81 | 0.60 | 0.10 |
| HSL | 344.52º | 0.78% | 0.53% | - |
| HSV(B) | 344.52º | 0.81% | 0.9% | - |
| XYZ | 35.07 | 19.14 | 11.74 | - |
| YUV | 104.09 | 120.62 | 217.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 43 | 91 | 0 | 0.81 | 0.60 | 0.10 | 344.52 | 0.78 | 0.53 |
| Hex | E5 | 2B | 5B | 0 | 51 | 3C | A | 159 | 4E | 35 |
| Octal | 345 | 53 | 133 | 0 | 121 | 74 | 12 | 531 | 116 | 65 |
| Binary | 11100101 | 101011 | 1011011 | 0 | 1010001 | 111100 | 1010 | 101011001 | 1001110 | 110101 |
Color Harmonies of #E52B5B
Complementary color
Monochromatic Colors of #E52B5B
Black with #E52B5B
Text Example
Text Example
White with #E52B5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E52B5B; }
p { color: rgb(229,43,91); }
H1.HeaderClassName
{
color: #E52B5B;
}
.AnyTagClassName
{
color: #E52B5B;
}
</style>
background-color css
<style>
a { background-color: #E52B5B; }
a { background-color: rgb(229,43,91); }
div.DivClassName
{
background-color: #E52B5B;
}
.BgClassName
{
background-color: #E52B5B;
}
</style>
border-color css
<style>
span { border-color: #E52B5B; }
span { border-color: rgb(229,43,91); }
td.TdClassName
{
border-color: #E52B5B;
}
.TagClassName
{
border-color: #E52B5B;
}
</style>