Shades of Amaranth #E03543
Tints of Amaranth #E03543
RGB
CMYK
RGB Variations
Color information
#E03543 (or 0xE03543) is known color: Amaranth. HEX triplet: E0, 35 and 43. RGB value is (224,53,67). Sum of RGB (Red+Green+Blue) = 224+53+67=344 (45% of max value = 765). Red value is 224 (87.89% from 255 or 65.12% from 344); Green value is 53 (21.09% from 255 or 15.41% from 344); Blue value is 67 (26.56% from 255 or 19.48% from 344); Max value from RGB is 224 - color contains mainly: red. Hex color #E03543 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E03543 is #1FCABC. Grayscale: #696969. Windows color (decimal): -2083517 or 4404704. OLE color: 4404704.
HSL color Cylindrical-coordinate representation of color #E03543: hue angle of 355.09º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #E03543 is Cyan = 0, Magento = 0.76, Yellow = 0.70 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 53 | 67 | - |
| CMYK | 0 | 0.76 | 0.70 | 0.12 |
| HSL | 355.09º | 0.73% | 0.54% | - |
| HSV(B) | 355.09º | 0.76% | 0.88% | - |
| XYZ | 33.03 | 18.8 | 7.2 | - |
| YUV | 105.73 | 106.15 | 212.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 53 | 67 | 0 | 0.76 | 0.70 | 0.12 | 355.09 | 0.73 | 0.54 |
| Hex | E0 | 35 | 43 | 0 | 4C | 46 | C | 163 | 49 | 36 |
| Octal | 340 | 65 | 103 | 0 | 114 | 106 | 14 | 543 | 111 | 66 |
| Binary | 11100000 | 110101 | 1000011 | 0 | 1001100 | 1000110 | 1100 | 101100011 | 1001001 | 110110 |
Color Harmonies of #E03543
Complementary color
Monochromatic Colors of #E03543
Black with #E03543
Text Example
Text Example
White with #E03543
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E03543; }
p { color: rgb(224,53,67); }
H1.HeaderClassName
{
color: #E03543;
}
.AnyTagClassName
{
color: #E03543;
}
</style>
background-color css
<style>
a { background-color: #E03543; }
a { background-color: rgb(224,53,67); }
div.DivClassName
{
background-color: #E03543;
}
.BgClassName
{
background-color: #E03543;
}
</style>
border-color css
<style>
span { border-color: #E03543; }
span { border-color: rgb(224,53,67); }
td.TdClassName
{
border-color: #E03543;
}
.TagClassName
{
border-color: #E03543;
}
</style>