Shades of Amaranth #E03D4D
Tints of Amaranth #E03D4D
RGB
CMYK
RGB Variations
Color information
#E03D4D (or 0xE03D4D) is known color: Amaranth. HEX triplet: E0, 3D and 4D. RGB value is (224,61,77). Sum of RGB (Red+Green+Blue) = 224+61+77=362 (47% of max value = 765). Red value is 224 (87.89% from 255 or 61.88% from 362); Green value is 61 (24.22% from 255 or 16.85% from 362); Blue value is 77 (30.47% from 255 or 21.27% from 362); Max value from RGB is 224 - color contains mainly: red. Hex color #E03D4D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E03D4D is #1FC2B2. Grayscale: #6F6F6F. Windows color (decimal): -2081459 or 5062112. OLE color: 5062112.
HSL color Cylindrical-coordinate representation of color #E03D4D: hue angle of 354.11º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E03D4D is Cyan = 0, Magento = 0.73, Yellow = 0.66 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 61 | 77 | - |
| CMYK | 0 | 0.73 | 0.66 | 0.12 |
| HSL | 354.11º | 0.72% | 0.56% | - |
| HSV(B) | 354.11º | 0.73% | 0.88% | - |
| XYZ | 33.75 | 19.72 | 9.05 | - |
| YUV | 111.56 | 108.5 | 208.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 61 | 77 | 0 | 0.73 | 0.66 | 0.12 | 354.11 | 0.72 | 0.56 |
| Hex | E0 | 3D | 4D | 0 | 49 | 42 | C | 162 | 48 | 38 |
| Octal | 340 | 75 | 115 | 0 | 111 | 102 | 14 | 542 | 110 | 70 |
| Binary | 11100000 | 111101 | 1001101 | 0 | 1001001 | 1000010 | 1100 | 101100010 | 1001000 | 111000 |
Color Harmonies of #E03D4D
Complementary color
Monochromatic Colors of #E03D4D
Black with #E03D4D
Text Example
Text Example
White with #E03D4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E03D4D; }
p { color: rgb(224,61,77); }
H1.HeaderClassName
{
color: #E03D4D;
}
.AnyTagClassName
{
color: #E03D4D;
}
</style>
background-color css
<style>
a { background-color: #E03D4D; }
a { background-color: rgb(224,61,77); }
div.DivClassName
{
background-color: #E03D4D;
}
.BgClassName
{
background-color: #E03D4D;
}
</style>
border-color css
<style>
span { border-color: #E03D4D; }
span { border-color: rgb(224,61,77); }
td.TdClassName
{
border-color: #E03D4D;
}
.TagClassName
{
border-color: #E03D4D;
}
</style>