Shades of Amaranth #E03350
Tints of Amaranth #E03350
RGB
CMYK
RGB Variations
Color information
#E03350 (or 0xE03350) is known color: Amaranth. HEX triplet: E0, 33 and 50. RGB value is (224,51,80). Sum of RGB (Red+Green+Blue) = 224+51+80=355 (47% of max value = 765). Red value is 224 (87.89% from 255 or 63.10% from 355); Green value is 51 (20.31% from 255 or 14.37% from 355); Blue value is 80 (31.64% from 255 or 22.54% from 355); Max value from RGB is 224 - color contains mainly: red. Hex color #E03350 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E03350 is #1FCCAF. Grayscale: #6A6A6A. Windows color (decimal): -2084016 or 5256160. OLE color: 5256160.
HSL color Cylindrical-coordinate representation of color #E03350: hue angle of 349.94º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E03350 is Cyan = 0, Magento = 0.77, Yellow = 0.64 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 51 | 80 | - |
| CMYK | 0 | 0.77 | 0.64 | 0.12 |
| HSL | 349.94º | 0.74% | 0.54% | - |
| HSV(B) | 349.94º | 0.77% | 0.88% | - |
| XYZ | 33.37 | 18.79 | 9.46 | - |
| YUV | 106.03 | 113.31 | 212.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 51 | 80 | 0 | 0.77 | 0.64 | 0.12 | 349.94 | 0.74 | 0.54 |
| Hex | E0 | 33 | 50 | 0 | 4D | 40 | C | 15E | 4A | 36 |
| Octal | 340 | 63 | 120 | 0 | 115 | 100 | 14 | 536 | 112 | 66 |
| Binary | 11100000 | 110011 | 1010000 | 0 | 1001101 | 1000000 | 1100 | 101011110 | 1001010 | 110110 |
Color Harmonies of #E03350
Complementary color
Monochromatic Colors of #E03350
Black with #E03350
Text Example
Text Example
White with #E03350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E03350; }
p { color: rgb(224,51,80); }
H1.HeaderClassName
{
color: #E03350;
}
.AnyTagClassName
{
color: #E03350;
}
</style>
background-color css
<style>
a { background-color: #E03350; }
a { background-color: rgb(224,51,80); }
div.DivClassName
{
background-color: #E03350;
}
.BgClassName
{
background-color: #E03350;
}
</style>
border-color css
<style>
span { border-color: #E03350; }
span { border-color: rgb(224,51,80); }
td.TdClassName
{
border-color: #E03350;
}
.TagClassName
{
border-color: #E03350;
}
</style>