Shades of Amaranth #E0414D
Tints of Amaranth #E0414D
RGB
CMYK
RGB Variations
Color information
#E0414D (or 0xE0414D) is known color: Amaranth. HEX triplet: E0, 41 and 4D. RGB value is (224,65,77). Sum of RGB (Red+Green+Blue) = 224+65+77=366 (48% of max value = 765). Red value is 224 (87.89% from 255 or 61.20% from 366); Green value is 65 (25.78% from 255 or 17.76% from 366); Blue value is 77 (30.47% from 255 or 21.04% from 366); Max value from RGB is 224 - color contains mainly: red. Hex color #E0414D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E0414D is #1FBEB2. Grayscale: #727272. Windows color (decimal): -2080435 or 5063136. OLE color: 5063136.
HSL color Cylindrical-coordinate representation of color #E0414D: hue angle of 355.47º 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 #E0414D is Cyan = 0, Magento = 0.71, Yellow = 0.66 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 65 | 77 | - |
| CMYK | 0 | 0.71 | 0.66 | 0.12 |
| HSL | 355.47º | 0.72% | 0.57% | - |
| HSV(B) | 355.47º | 0.71% | 0.88% | - |
| XYZ | 33.97 | 20.16 | 9.12 | - |
| YUV | 113.91 | 107.18 | 206.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 65 | 77 | 0 | 0.71 | 0.66 | 0.12 | 355.47 | 0.72 | 0.57 |
| Hex | E0 | 41 | 4D | 0 | 47 | 42 | C | 163 | 48 | 39 |
| Octal | 340 | 101 | 115 | 0 | 107 | 102 | 14 | 543 | 110 | 71 |
| Binary | 11100000 | 1000001 | 1001101 | 0 | 1000111 | 1000010 | 1100 | 101100011 | 1001000 | 111001 |
Color Harmonies of #E0414D
Complementary color
Monochromatic Colors of #E0414D
Black with #E0414D
Text Example
Text Example
White with #E0414D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0414D; }
p { color: rgb(224,65,77); }
H1.HeaderClassName
{
color: #E0414D;
}
.AnyTagClassName
{
color: #E0414D;
}
</style>
background-color css
<style>
a { background-color: #E0414D; }
a { background-color: rgb(224,65,77); }
div.DivClassName
{
background-color: #E0414D;
}
.BgClassName
{
background-color: #E0414D;
}
</style>
border-color css
<style>
span { border-color: #E0414D; }
span { border-color: rgb(224,65,77); }
td.TdClassName
{
border-color: #E0414D;
}
.TagClassName
{
border-color: #E0414D;
}
</style>