Shades of Amaranth #E03143
Tints of Amaranth #E03143
RGB
CMYK
RGB Variations
Color information
#E03143 (or 0xE03143) is known color: Amaranth. HEX triplet: E0, 31 and 43. RGB value is (224,49,67). Sum of RGB (Red+Green+Blue) = 224+49+67=340 (45% of max value = 765). Red value is 224 (87.89% from 255 or 65.88% from 340); Green value is 49 (19.53% from 255 or 14.41% from 340); Blue value is 67 (26.56% from 255 or 19.71% from 340); Max value from RGB is 224 - color contains mainly: red. Hex color #E03143 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E03143 is #1FCEBC. Grayscale: #676767. Windows color (decimal): -2084541 or 4403680. OLE color: 4403680.
HSL color Cylindrical-coordinate representation of color #E03143: hue angle of 353.83º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E03143 is Cyan = 0, Magento = 0.78, Yellow = 0.70 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 49 | 67 | - |
| CMYK | 0 | 0.78 | 0.70 | 0.12 |
| HSL | 353.83º | 0.74% | 0.54% | - |
| HSV(B) | 353.83º | 0.78% | 0.88% | - |
| XYZ | 32.85 | 18.45 | 7.14 | - |
| YUV | 103.38 | 107.48 | 214.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 49 | 67 | 0 | 0.78 | 0.70 | 0.12 | 353.83 | 0.74 | 0.54 |
| Hex | E0 | 31 | 43 | 0 | 4E | 46 | C | 162 | 4A | 36 |
| Octal | 340 | 61 | 103 | 0 | 116 | 106 | 14 | 542 | 112 | 66 |
| Binary | 11100000 | 110001 | 1000011 | 0 | 1001110 | 1000110 | 1100 | 101100010 | 1001010 | 110110 |
Color Harmonies of #E03143
Complementary color
Monochromatic Colors of #E03143
Black with #E03143
Text Example
Text Example
White with #E03143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E03143; }
p { color: rgb(224,49,67); }
H1.HeaderClassName
{
color: #E03143;
}
.AnyTagClassName
{
color: #E03143;
}
</style>
background-color css
<style>
a { background-color: #E03143; }
a { background-color: rgb(224,49,67); }
div.DivClassName
{
background-color: #E03143;
}
.BgClassName
{
background-color: #E03143;
}
</style>
border-color css
<style>
span { border-color: #E03143; }
span { border-color: rgb(224,49,67); }
td.TdClassName
{
border-color: #E03143;
}
.TagClassName
{
border-color: #E03143;
}
</style>