Shades of Amaranth #E52B4C
Tints of Amaranth #E52B4C
RGB
CMYK
RGB Variations
Color information
#E52B4C (or 0xE52B4C) is known color: Amaranth. HEX triplet: E5, 2B and 4C. RGB value is (229,43,76). Sum of RGB (Red+Green+Blue) = 229+43+76=348 (46% of max value = 765). Red value is 229 (89.84% from 255 or 65.80% from 348); Green value is 43 (17.19% from 255 or 12.36% from 348); Blue value is 76 (30.08% from 255 or 21.84% from 348); Max value from RGB is 229 - color contains mainly: red. Hex color #E52B4C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E52B4C is #1AD4B3. Grayscale: #666666. Windows color (decimal): -1758388 or 4991973. OLE color: 4991973.
HSL color Cylindrical-coordinate representation of color #E52B4C: hue angle of 349.35º 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 #E52B4C is Cyan = 0, Magento = 0.81, Yellow = 0.67 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 43 | 76 | - |
| CMYK | 0 | 0.81 | 0.67 | 0.10 |
| HSL | 349.35º | 0.78% | 0.53% | - |
| HSV(B) | 349.35º | 0.81% | 0.9% | - |
| XYZ | 34.48 | 18.91 | 8.67 | - |
| YUV | 102.38 | 113.12 | 218.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 43 | 76 | 0 | 0.81 | 0.67 | 0.10 | 349.35 | 0.78 | 0.53 |
| Hex | E5 | 2B | 4C | 0 | 51 | 43 | A | 15D | 4E | 35 |
| Octal | 345 | 53 | 114 | 0 | 121 | 103 | 12 | 535 | 116 | 65 |
| Binary | 11100101 | 101011 | 1001100 | 0 | 1010001 | 1000011 | 1010 | 101011101 | 1001110 | 110101 |
Color Harmonies of #E52B4C
Complementary color
Monochromatic Colors of #E52B4C
Black with #E52B4C
Text Example
Text Example
White with #E52B4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E52B4C; }
p { color: rgb(229,43,76); }
H1.HeaderClassName
{
color: #E52B4C;
}
.AnyTagClassName
{
color: #E52B4C;
}
</style>
background-color css
<style>
a { background-color: #E52B4C; }
a { background-color: rgb(229,43,76); }
div.DivClassName
{
background-color: #E52B4C;
}
.BgClassName
{
background-color: #E52B4C;
}
</style>
border-color css
<style>
span { border-color: #E52B4C; }
span { border-color: rgb(229,43,76); }
td.TdClassName
{
border-color: #E52B4C;
}
.TagClassName
{
border-color: #E52B4C;
}
</style>