Shades of Amaranth #E5324B
Tints of Amaranth #E5324B
RGB
CMYK
RGB Variations
Color information
#E5324B (or 0xE5324B) is known color: Amaranth. HEX triplet: E5, 32 and 4B. RGB value is (229,50,75). Sum of RGB (Red+Green+Blue) = 229+50+75=354 (46% of max value = 765). Red value is 229 (89.84% from 255 or 64.69% from 354); Green value is 50 (19.92% from 255 or 14.12% from 354); Blue value is 75 (29.69% from 255 or 21.19% from 354); Max value from RGB is 229 - color contains mainly: red. Hex color #E5324B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E5324B is #1ACDB4. Grayscale: #6A6A6A. Windows color (decimal): -1756597 or 4928229. OLE color: 4928229.
HSL color Cylindrical-coordinate representation of color #E5324B: hue angle of 351.62º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E5324B is Cyan = 0, Magento = 0.78, Yellow = 0.67 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 50 | 75 | - |
| CMYK | 0 | 0.78 | 0.67 | 0.10 |
| HSL | 351.62º | 0.77% | 0.55% | - |
| HSV(B) | 351.62º | 0.78% | 0.9% | - |
| XYZ | 34.72 | 19.45 | 8.58 | - |
| YUV | 106.37 | 110.3 | 215.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 50 | 75 | 0 | 0.78 | 0.67 | 0.10 | 351.62 | 0.77 | 0.55 |
| Hex | E5 | 32 | 4B | 0 | 4E | 43 | A | 160 | 4D | 37 |
| Octal | 345 | 62 | 113 | 0 | 116 | 103 | 12 | 540 | 115 | 67 |
| Binary | 11100101 | 110010 | 1001011 | 0 | 1001110 | 1000011 | 1010 | 101100000 | 1001101 | 110111 |
Color Harmonies of #E5324B
Complementary color
Monochromatic Colors of #E5324B
Black with #E5324B
Text Example
Text Example
White with #E5324B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5324B; }
p { color: rgb(229,50,75); }
H1.HeaderClassName
{
color: #E5324B;
}
.AnyTagClassName
{
color: #E5324B;
}
</style>
background-color css
<style>
a { background-color: #E5324B; }
a { background-color: rgb(229,50,75); }
div.DivClassName
{
background-color: #E5324B;
}
.BgClassName
{
background-color: #E5324B;
}
</style>
border-color css
<style>
span { border-color: #E5324B; }
span { border-color: rgb(229,50,75); }
td.TdClassName
{
border-color: #E5324B;
}
.TagClassName
{
border-color: #E5324B;
}
</style>