Shades of Amaranth #E04149
Tints of Amaranth #E04149
RGB
CMYK
RGB Variations
Color information
#E04149 (or 0xE04149) is known color: Amaranth. HEX triplet: E0, 41 and 49. RGB value is (224,65,73). Sum of RGB (Red+Green+Blue) = 224+65+73=362 (47% of max value = 765). Red value is 224 (87.89% from 255 or 61.88% from 362); Green value is 65 (25.78% from 255 or 17.96% from 362); Blue value is 73 (28.91% from 255 or 20.17% from 362); Max value from RGB is 224 - color contains mainly: red. Hex color #E04149 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E04149 is #1FBEB6. Grayscale: #717171. Windows color (decimal): -2080439 or 4800992. OLE color: 4800992.
HSL color Cylindrical-coordinate representation of color #E04149: hue angle of 356.98º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E04149 is Cyan = 0, Magento = 0.71, Yellow = 0.67 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 65 | 73 | - |
| CMYK | 0 | 0.71 | 0.67 | 0.12 |
| HSL | 356.98º | 0.72% | 0.57% | - |
| HSV(B) | 356.98º | 0.71% | 0.88% | - |
| XYZ | 33.83 | 20.11 | 8.4 | - |
| YUV | 113.45 | 105.18 | 206.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 65 | 73 | 0 | 0.71 | 0.67 | 0.12 | 356.98 | 0.72 | 0.57 |
| Hex | E0 | 41 | 49 | 0 | 47 | 43 | C | 165 | 48 | 39 |
| Octal | 340 | 101 | 111 | 0 | 107 | 103 | 14 | 545 | 110 | 71 |
| Binary | 11100000 | 1000001 | 1001001 | 0 | 1000111 | 1000011 | 1100 | 101100101 | 1001000 | 111001 |
Color Harmonies of #E04149
Complementary color
Monochromatic Colors of #E04149
Black with #E04149
Text Example
Text Example
White with #E04149
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E04149; }
p { color: rgb(224,65,73); }
H1.HeaderClassName
{
color: #E04149;
}
.AnyTagClassName
{
color: #E04149;
}
</style>
background-color css
<style>
a { background-color: #E04149; }
a { background-color: rgb(224,65,73); }
div.DivClassName
{
background-color: #E04149;
}
.BgClassName
{
background-color: #E04149;
}
</style>
border-color css
<style>
span { border-color: #E04149; }
span { border-color: rgb(224,65,73); }
td.TdClassName
{
border-color: #E04149;
}
.TagClassName
{
border-color: #E04149;
}
</style>