Shades of Amaranth #E5344A
Tints of Amaranth #E5344A
RGB
CMYK
RGB Variations
Color information
#E5344A (or 0xE5344A) is known color: Amaranth. HEX triplet: E5, 34 and 4A. RGB value is (229,52,74). Sum of RGB (Red+Green+Blue) = 229+52+74=355 (47% of max value = 765). Red value is 229 (89.84% from 255 or 64.51% from 355); Green value is 52 (20.70% from 255 or 14.65% from 355); Blue value is 74 (29.30% from 255 or 20.85% from 355); Max value from RGB is 229 - color contains mainly: red. Hex color #E5344A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E5344A is #1ACBB5. Grayscale: #6B6B6B. Windows color (decimal): -1756086 or 4863205. OLE color: 4863205.
HSL color Cylindrical-coordinate representation of color #E5344A: hue angle of 352.54º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E5344A is Cyan = 0, Magento = 0.77, Yellow = 0.68 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 52 | 74 | - |
| CMYK | 0 | 0.77 | 0.68 | 0.10 |
| HSL | 352.54º | 0.77% | 0.55% | - |
| HSV(B) | 352.54º | 0.77% | 0.9% | - |
| XYZ | 34.78 | 19.61 | 8.43 | - |
| YUV | 107.43 | 109.14 | 214.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 52 | 74 | 0 | 0.77 | 0.68 | 0.10 | 352.54 | 0.77 | 0.55 |
| Hex | E5 | 34 | 4A | 0 | 4D | 44 | A | 161 | 4D | 37 |
| Octal | 345 | 64 | 112 | 0 | 115 | 104 | 12 | 541 | 115 | 67 |
| Binary | 11100101 | 110100 | 1001010 | 0 | 1001101 | 1000100 | 1010 | 101100001 | 1001101 | 110111 |
Color Harmonies of #E5344A
Complementary color
Monochromatic Colors of #E5344A
Black with #E5344A
Text Example
Text Example
White with #E5344A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5344A; }
p { color: rgb(229,52,74); }
H1.HeaderClassName
{
color: #E5344A;
}
.AnyTagClassName
{
color: #E5344A;
}
</style>
background-color css
<style>
a { background-color: #E5344A; }
a { background-color: rgb(229,52,74); }
div.DivClassName
{
background-color: #E5344A;
}
.BgClassName
{
background-color: #E5344A;
}
</style>
border-color css
<style>
span { border-color: #E5344A; }
span { border-color: rgb(229,52,74); }
td.TdClassName
{
border-color: #E5344A;
}
.TagClassName
{
border-color: #E5344A;
}
</style>