Shades of Amaranth #E04349
Tints of Amaranth #E04349
RGB
CMYK
RGB Variations
Color information
#E04349 (or 0xE04349) is known color: Amaranth. HEX triplet: E0, 43 and 49. RGB value is (224,67,73). Sum of RGB (Red+Green+Blue) = 224+67+73=364 (48% of max value = 765). Red value is 224 (87.89% from 255 or 61.54% from 364); Green value is 67 (26.56% from 255 or 18.41% from 364); Blue value is 73 (28.91% from 255 or 20.05% from 364); Max value from RGB is 224 - color contains mainly: red. Hex color #E04349 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E04349 is #1FBCB6. Grayscale: #727272. Windows color (decimal): -2079927 or 4801504. OLE color: 4801504.
HSL color Cylindrical-coordinate representation of color #E04349: hue angle of 357.71º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E04349 is Cyan = 0, Magento = 0.70, Yellow = 0.67 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 67 | 73 | - |
| CMYK | 0 | 0.70 | 0.67 | 0.12 |
| HSL | 357.71º | 0.72% | 0.57% | - |
| HSV(B) | 357.71º | 0.7% | 0.88% | - |
| XYZ | 33.95 | 20.34 | 8.44 | - |
| YUV | 114.63 | 104.51 | 206.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 67 | 73 | 0 | 0.70 | 0.67 | 0.12 | 357.71 | 0.72 | 0.57 |
| Hex | E0 | 43 | 49 | 0 | 46 | 43 | C | 166 | 48 | 39 |
| Octal | 340 | 103 | 111 | 0 | 106 | 103 | 14 | 546 | 110 | 71 |
| Binary | 11100000 | 1000011 | 1001001 | 0 | 1000110 | 1000011 | 1100 | 101100110 | 1001000 | 111001 |
Color Harmonies of #E04349
Complementary color
Monochromatic Colors of #E04349
Black with #E04349
Text Example
Text Example
White with #E04349
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E04349; }
p { color: rgb(224,67,73); }
H1.HeaderClassName
{
color: #E04349;
}
.AnyTagClassName
{
color: #E04349;
}
</style>
background-color css
<style>
a { background-color: #E04349; }
a { background-color: rgb(224,67,73); }
div.DivClassName
{
background-color: #E04349;
}
.BgClassName
{
background-color: #E04349;
}
</style>
border-color css
<style>
span { border-color: #E04349; }
span { border-color: rgb(224,67,73); }
td.TdClassName
{
border-color: #E04349;
}
.TagClassName
{
border-color: #E04349;
}
</style>