Shades of Amaranth #E11A4D
Tints of Amaranth #E11A4D
RGB
CMYK
RGB Variations
Color information
#E11A4D (or 0xE11A4D) is known color: Amaranth. HEX triplet: E1, 1A and 4D. RGB value is (225,26,77). Sum of RGB (Red+Green+Blue) = 225+26+77=328 (43% of max value = 765). Red value is 225 (88.28% from 255 or 68.60% from 328); Green value is 26 (10.55% from 255 or 7.93% from 328); Blue value is 77 (30.47% from 255 or 23.48% from 328); Max value from RGB is 225 - color contains mainly: red. Hex color #E11A4D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E11A4D is #1EE5B2. Grayscale: #5B5B5B. Windows color (decimal): -2024883 or 5053153. OLE color: 5053153.
HSL color Cylindrical-coordinate representation of color #E11A4D: hue angle of 344.62º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E11A4D is Cyan = 0, Magento = 0.88, Yellow = 0.66 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 26 | 77 | - |
| CMYK | 0 | 0.88 | 0.66 | 0.12 |
| HSL | 344.62º | 0.79% | 0.49% | - |
| HSV(B) | 344.62º | 0.88% | 0.88% | - |
| XYZ | 32.76 | 17.28 | 8.63 | - |
| YUV | 91.32 | 119.93 | 223.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 26 | 77 | 0 | 0.88 | 0.66 | 0.12 | 344.62 | 0.79 | 0.49 |
| Hex | E1 | 1A | 4D | 0 | 58 | 42 | C | 159 | 4F | 31 |
| Octal | 341 | 32 | 115 | 0 | 130 | 102 | 14 | 531 | 117 | 61 |
| Binary | 11100001 | 11010 | 1001101 | 0 | 1011000 | 1000010 | 1100 | 101011001 | 1001111 | 110001 |
Color Harmonies of #E11A4D
Complementary color
Monochromatic Colors of #E11A4D
Black with #E11A4D
Text Example
Text Example
White with #E11A4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E11A4D; }
p { color: rgb(225,26,77); }
H1.HeaderClassName
{
color: #E11A4D;
}
.AnyTagClassName
{
color: #E11A4D;
}
</style>
background-color css
<style>
a { background-color: #E11A4D; }
a { background-color: rgb(225,26,77); }
div.DivClassName
{
background-color: #E11A4D;
}
.BgClassName
{
background-color: #E11A4D;
}
</style>
border-color css
<style>
span { border-color: #E11A4D; }
span { border-color: rgb(225,26,77); }
td.TdClassName
{
border-color: #E11A4D;
}
.TagClassName
{
border-color: #E11A4D;
}
</style>