Shades of Amaranth #E52B50
Tints of Amaranth #E52B50
RGB
CMYK
RGB Variations
Color information
#E52B50 (or 0xE52B50) is known color: Amaranth. HEX triplet: E5, 2B and 50. RGB value is (229,43,80). Sum of RGB (Red+Green+Blue) = 229+43+80=352 (46% of max value = 765). Red value is 229 (89.84% from 255 or 65.06% from 352); Green value is 43 (17.19% from 255 or 12.22% from 352); Blue value is 80 (31.64% from 255 or 22.73% from 352); Max value from RGB is 229 - color contains mainly: red. Hex color #E52B50 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E52B50 is #1AD4AF. Grayscale: #666666. Windows color (decimal): -1758384 or 5254117. OLE color: 5254117.
HSL color Cylindrical-coordinate representation of color #E52B50: hue angle of 348.06º 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 #E52B50 is Cyan = 0, Magento = 0.81, Yellow = 0.65 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 43 | 80 | - |
| CMYK | 0 | 0.81 | 0.65 | 0.10 |
| HSL | 348.06º | 0.78% | 0.53% | - |
| HSV(B) | 348.06º | 0.81% | 0.9% | - |
| XYZ | 34.62 | 18.96 | 9.43 | - |
| YUV | 102.83 | 115.12 | 217.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 43 | 80 | 0 | 0.81 | 0.65 | 0.10 | 348.06 | 0.78 | 0.53 |
| Hex | E5 | 2B | 50 | 0 | 51 | 41 | A | 15C | 4E | 35 |
| Octal | 345 | 53 | 120 | 0 | 121 | 101 | 12 | 534 | 116 | 65 |
| Binary | 11100101 | 101011 | 1010000 | 0 | 1010001 | 1000001 | 1010 | 101011100 | 1001110 | 110101 |
Color Harmonies of #E52B50
Complementary color
Monochromatic Colors of #E52B50
Black with #E52B50
Text Example
Text Example
White with #E52B50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E52B50; }
p { color: rgb(229,43,80); }
H1.HeaderClassName
{
color: #E52B50;
}
.AnyTagClassName
{
color: #E52B50;
}
</style>
background-color css
<style>
a { background-color: #E52B50; }
a { background-color: rgb(229,43,80); }
div.DivClassName
{
background-color: #E52B50;
}
.BgClassName
{
background-color: #E52B50;
}
</style>
border-color css
<style>
span { border-color: #E52B50; }
span { border-color: rgb(229,43,80); }
td.TdClassName
{
border-color: #E52B50;
}
.TagClassName
{
border-color: #E52B50;
}
</style>