Shades of Amaranth #E04150
Tints of Amaranth #E04150
RGB
CMYK
RGB Variations
Color information
#E04150 (or 0xE04150) is known color: Amaranth. HEX triplet: E0, 41 and 50. RGB value is (224,65,80). Sum of RGB (Red+Green+Blue) = 224+65+80=369 (48% of max value = 765). Red value is 224 (87.89% from 255 or 60.70% from 369); Green value is 65 (25.78% from 255 or 17.62% from 369); Blue value is 80 (31.64% from 255 or 21.68% from 369); Max value from RGB is 224 - color contains mainly: red. Hex color #E04150 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E04150 is #1FBEAF. Grayscale: #727272. Windows color (decimal): -2080432 or 5259744. OLE color: 5259744.
HSL color Cylindrical-coordinate representation of color #E04150: hue angle of 354.34º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E04150 is Cyan = 0, Magento = 0.71, Yellow = 0.64 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 65 | 80 | - |
| CMYK | 0 | 0.71 | 0.64 | 0.12 |
| HSL | 354.34º | 0.72% | 0.57% | - |
| HSV(B) | 354.34º | 0.71% | 0.88% | - |
| XYZ | 34.08 | 20.21 | 9.69 | - |
| YUV | 114.25 | 108.68 | 206.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 65 | 80 | 0 | 0.71 | 0.64 | 0.12 | 354.34 | 0.72 | 0.57 |
| Hex | E0 | 41 | 50 | 0 | 47 | 40 | C | 162 | 48 | 39 |
| Octal | 340 | 101 | 120 | 0 | 107 | 100 | 14 | 542 | 110 | 71 |
| Binary | 11100000 | 1000001 | 1010000 | 0 | 1000111 | 1000000 | 1100 | 101100010 | 1001000 | 111001 |
Color Harmonies of #E04150
Complementary color
Monochromatic Colors of #E04150
Black with #E04150
Text Example
Text Example
White with #E04150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E04150; }
p { color: rgb(224,65,80); }
H1.HeaderClassName
{
color: #E04150;
}
.AnyTagClassName
{
color: #E04150;
}
</style>
background-color css
<style>
a { background-color: #E04150; }
a { background-color: rgb(224,65,80); }
div.DivClassName
{
background-color: #E04150;
}
.BgClassName
{
background-color: #E04150;
}
</style>
border-color css
<style>
span { border-color: #E04150; }
span { border-color: rgb(224,65,80); }
td.TdClassName
{
border-color: #E04150;
}
.TagClassName
{
border-color: #E04150;
}
</style>