Shades of Amaranth #E52148
Tints of Amaranth #E52148
RGB
CMYK
RGB Variations
Color information
#E52148 (or 0xE52148) is known color: Amaranth. HEX triplet: E5, 21 and 48. RGB value is (229,33,72). Sum of RGB (Red+Green+Blue) = 229+33+72=334 (44% of max value = 765). Red value is 229 (89.84% from 255 or 68.56% from 334); Green value is 33 (13.28% from 255 or 9.88% from 334); Blue value is 72 (28.52% from 255 or 21.56% from 334); Max value from RGB is 229 - color contains mainly: red. Hex color #E52148 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E52148 is #1ADEB7. Grayscale: #606060. Windows color (decimal): -1760952 or 4727269. OLE color: 4727269.
HSL color Cylindrical-coordinate representation of color #E52148: hue angle of 348.06º degrees, saturation: 0.79, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E52148 is Cyan = 0, Magento = 0.86, Yellow = 0.69 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 33 | 72 | - |
| CMYK | 0 | 0.86 | 0.69 | 0.10 |
| HSL | 348.06º | 0.79% | 0.51% | - |
| HSV(B) | 348.06º | 0.86% | 0.9% | - |
| XYZ | 34.03 | 18.21 | 7.85 | - |
| YUV | 96.05 | 114.43 | 222.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 33 | 72 | 0 | 0.86 | 0.69 | 0.10 | 348.06 | 0.79 | 0.51 |
| Hex | E5 | 21 | 48 | 0 | 56 | 45 | A | 15C | 4F | 33 |
| Octal | 345 | 41 | 110 | 0 | 126 | 105 | 12 | 534 | 117 | 63 |
| Binary | 11100101 | 100001 | 1001000 | 0 | 1010110 | 1000101 | 1010 | 101011100 | 1001111 | 110011 |
Color Harmonies of #E52148
Complementary color
Monochromatic Colors of #E52148
Black with #E52148
Text Example
Text Example
White with #E52148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E52148; }
p { color: rgb(229,33,72); }
H1.HeaderClassName
{
color: #E52148;
}
.AnyTagClassName
{
color: #E52148;
}
</style>
background-color css
<style>
a { background-color: #E52148; }
a { background-color: rgb(229,33,72); }
div.DivClassName
{
background-color: #E52148;
}
.BgClassName
{
background-color: #E52148;
}
</style>
border-color css
<style>
span { border-color: #E52148; }
span { border-color: rgb(229,33,72); }
td.TdClassName
{
border-color: #E52148;
}
.TagClassName
{
border-color: #E52148;
}
</style>