Shades of Amaranth #E03A50
Tints of Amaranth #E03A50
RGB
CMYK
RGB Variations
Color information
#E03A50 (or 0xE03A50) is known color: Amaranth. HEX triplet: E0, 3A and 50. RGB value is (224,58,80). Sum of RGB (Red+Green+Blue) = 224+58+80=362 (47% of max value = 765). Red value is 224 (87.89% from 255 or 61.88% from 362); Green value is 58 (23.05% from 255 or 16.02% from 362); Blue value is 80 (31.64% from 255 or 22.10% from 362); Max value from RGB is 224 - color contains mainly: red. Hex color #E03A50 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E03A50 is #1FC5AF. Grayscale: #6E6E6E. Windows color (decimal): -2082224 or 5257952. OLE color: 5257952.
HSL color Cylindrical-coordinate representation of color #E03A50: hue angle of 352.05º degrees, saturation: 0.73, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E03A50 is Cyan = 0, Magento = 0.74, Yellow = 0.64 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 58 | 80 | - |
| CMYK | 0 | 0.74 | 0.64 | 0.12 |
| HSL | 352.05º | 0.73% | 0.55% | - |
| HSV(B) | 352.05º | 0.74% | 0.88% | - |
| XYZ | 33.7 | 19.45 | 9.57 | - |
| YUV | 110.14 | 111 | 209.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 58 | 80 | 0 | 0.74 | 0.64 | 0.12 | 352.05 | 0.73 | 0.55 |
| Hex | E0 | 3A | 50 | 0 | 4A | 40 | C | 160 | 49 | 37 |
| Octal | 340 | 72 | 120 | 0 | 112 | 100 | 14 | 540 | 111 | 67 |
| Binary | 11100000 | 111010 | 1010000 | 0 | 1001010 | 1000000 | 1100 | 101100000 | 1001001 | 110111 |
Color Harmonies of #E03A50
Complementary color
Monochromatic Colors of #E03A50
Black with #E03A50
Text Example
Text Example
White with #E03A50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E03A50; }
p { color: rgb(224,58,80); }
H1.HeaderClassName
{
color: #E03A50;
}
.AnyTagClassName
{
color: #E03A50;
}
</style>
background-color css
<style>
a { background-color: #E03A50; }
a { background-color: rgb(224,58,80); }
div.DivClassName
{
background-color: #E03A50;
}
.BgClassName
{
background-color: #E03A50;
}
</style>
border-color css
<style>
span { border-color: #E03A50; }
span { border-color: rgb(224,58,80); }
td.TdClassName
{
border-color: #E03A50;
}
.TagClassName
{
border-color: #E03A50;
}
</style>