Shades of Amaranth #E03D4A
Tints of Amaranth #E03D4A
RGB
CMYK
RGB Variations
Color information
#E03D4A (or 0xE03D4A) is known color: Amaranth. HEX triplet: E0, 3D and 4A. RGB value is (224,61,74). Sum of RGB (Red+Green+Blue) = 224+61+74=359 (47% of max value = 765). Red value is 224 (87.89% from 255 or 62.40% from 359); Green value is 61 (24.22% from 255 or 16.99% from 359); Blue value is 74 (29.30% from 255 or 20.61% from 359); Max value from RGB is 224 - color contains mainly: red. Hex color #E03D4A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E03D4A is #1FC2B5. Grayscale: #6F6F6F. Windows color (decimal): -2081462 or 4865504. OLE color: 4865504.
HSL color Cylindrical-coordinate representation of color #E03D4A: hue angle of 355.21º 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 #E03D4A is Cyan = 0, Magento = 0.73, Yellow = 0.67 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 61 | 74 | - |
| CMYK | 0 | 0.73 | 0.67 | 0.12 |
| HSL | 355.21º | 0.72% | 0.56% | - |
| HSV(B) | 355.21º | 0.73% | 0.88% | - |
| XYZ | 33.65 | 19.68 | 8.5 | - |
| YUV | 111.22 | 107 | 208.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 61 | 74 | 0 | 0.73 | 0.67 | 0.12 | 355.21 | 0.72 | 0.56 |
| Hex | E0 | 3D | 4A | 0 | 49 | 43 | C | 163 | 48 | 38 |
| Octal | 340 | 75 | 112 | 0 | 111 | 103 | 14 | 543 | 110 | 70 |
| Binary | 11100000 | 111101 | 1001010 | 0 | 1001001 | 1000011 | 1100 | 101100011 | 1001000 | 111000 |
Color Harmonies of #E03D4A
Complementary color
Monochromatic Colors of #E03D4A
Black with #E03D4A
Text Example
Text Example
White with #E03D4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E03D4A; }
p { color: rgb(224,61,74); }
H1.HeaderClassName
{
color: #E03D4A;
}
.AnyTagClassName
{
color: #E03D4A;
}
</style>
background-color css
<style>
a { background-color: #E03D4A; }
a { background-color: rgb(224,61,74); }
div.DivClassName
{
background-color: #E03D4A;
}
.BgClassName
{
background-color: #E03D4A;
}
</style>
border-color css
<style>
span { border-color: #E03D4A; }
span { border-color: rgb(224,61,74); }
td.TdClassName
{
border-color: #E03D4A;
}
.TagClassName
{
border-color: #E03D4A;
}
</style>