Shades of Amaranth #E0414E
Tints of Amaranth #E0414E
RGB
CMYK
RGB Variations
Color information
#E0414E (or 0xE0414E) is known color: Amaranth. HEX triplet: E0, 41 and 4E. RGB value is (224,65,78). Sum of RGB (Red+Green+Blue) = 224+65+78=367 (48% of max value = 765). Red value is 224 (87.89% from 255 or 61.04% from 367); Green value is 65 (25.78% from 255 or 17.71% from 367); Blue value is 78 (30.86% from 255 or 21.25% from 367); Max value from RGB is 224 - color contains mainly: red. Hex color #E0414E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E0414E is #1FBEB1. Grayscale: #727272. Windows color (decimal): -2080434 or 5128672. OLE color: 5128672.
HSL color Cylindrical-coordinate representation of color #E0414E: hue angle of 355.09º 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 #E0414E is Cyan = 0, Magento = 0.71, Yellow = 0.65 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 65 | 78 | - |
| CMYK | 0 | 0.71 | 0.65 | 0.12 |
| HSL | 355.09º | 0.72% | 0.57% | - |
| HSV(B) | 355.09º | 0.71% | 0.88% | - |
| XYZ | 34.01 | 20.18 | 9.31 | - |
| YUV | 114.02 | 107.68 | 206.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 65 | 78 | 0 | 0.71 | 0.65 | 0.12 | 355.09 | 0.72 | 0.57 |
| Hex | E0 | 41 | 4E | 0 | 47 | 41 | C | 163 | 48 | 39 |
| Octal | 340 | 101 | 116 | 0 | 107 | 101 | 14 | 543 | 110 | 71 |
| Binary | 11100000 | 1000001 | 1001110 | 0 | 1000111 | 1000001 | 1100 | 101100011 | 1001000 | 111001 |
Color Harmonies of #E0414E
Complementary color
Monochromatic Colors of #E0414E
Black with #E0414E
Text Example
Text Example
White with #E0414E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0414E; }
p { color: rgb(224,65,78); }
H1.HeaderClassName
{
color: #E0414E;
}
.AnyTagClassName
{
color: #E0414E;
}
</style>
background-color css
<style>
a { background-color: #E0414E; }
a { background-color: rgb(224,65,78); }
div.DivClassName
{
background-color: #E0414E;
}
.BgClassName
{
background-color: #E0414E;
}
</style>
border-color css
<style>
span { border-color: #E0414E; }
span { border-color: rgb(224,65,78); }
td.TdClassName
{
border-color: #E0414E;
}
.TagClassName
{
border-color: #E0414E;
}
</style>