Shades of Amaranth #E04051
Tints of Amaranth #E04051
RGB
CMYK
RGB Variations
Color information
#E04051 (or 0xE04051) is known color: Amaranth. HEX triplet: E0, 40 and 51. RGB value is (224,64,81). Sum of RGB (Red+Green+Blue) = 224+64+81=369 (48% of max value = 765). Red value is 224 (87.89% from 255 or 60.70% from 369); Green value is 64 (25.39% from 255 or 17.34% from 369); Blue value is 81 (32.03% from 255 or 21.95% from 369); Max value from RGB is 224 - color contains mainly: red. Hex color #E04051 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E04051 is #1FBFAE. Grayscale: #717171. Windows color (decimal): -2080687 or 5325024. OLE color: 5325024.
HSL color Cylindrical-coordinate representation of color #E04051: hue angle of 353.62º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E04051 is Cyan = 0, Magento = 0.71, Yellow = 0.64 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 64 | 81 | - |
| CMYK | 0 | 0.71 | 0.64 | 0.12 |
| HSL | 353.63º | 0.72% | 0.56% | - |
| HSV(B) | 353.63º | 0.71% | 0.88% | - |
| XYZ | 34.06 | 20.11 | 9.87 | - |
| YUV | 113.78 | 109.51 | 206.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 64 | 81 | 0 | 0.71 | 0.64 | 0.12 | 353.63 | 0.72 | 0.56 |
| Hex | E0 | 40 | 51 | 0 | 47 | 40 | C | 162 | 48 | 38 |
| Octal | 340 | 100 | 121 | 0 | 107 | 100 | 14 | 542 | 110 | 70 |
| Binary | 11100000 | 1000000 | 1010001 | 0 | 1000111 | 1000000 | 1100 | 101100010 | 1001000 | 111000 |
Color Harmonies of #E04051
Complementary color
Monochromatic Colors of #E04051
Black with #E04051
Text Example
Text Example
White with #E04051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E04051; }
p { color: rgb(224,64,81); }
H1.HeaderClassName
{
color: #E04051;
}
.AnyTagClassName
{
color: #E04051;
}
</style>
background-color css
<style>
a { background-color: #E04051; }
a { background-color: rgb(224,64,81); }
div.DivClassName
{
background-color: #E04051;
}
.BgClassName
{
background-color: #E04051;
}
</style>
border-color css
<style>
span { border-color: #E04051; }
span { border-color: rgb(224,64,81); }
td.TdClassName
{
border-color: #E04051;
}
.TagClassName
{
border-color: #E04051;
}
</style>