Shades of Amaranth #E11D4A
Tints of Amaranth #E11D4A
RGB
CMYK
RGB Variations
Color information
#E11D4A (or 0xE11D4A) is known color: Amaranth. HEX triplet: E1, 1D and 4A. RGB value is (225,29,74). Sum of RGB (Red+Green+Blue) = 225+29+74=328 (43% of max value = 765). Red value is 225 (88.28% from 255 or 68.60% from 328); Green value is 29 (11.72% from 255 or 8.84% from 328); Blue value is 74 (29.30% from 255 or 22.56% from 328); Max value from RGB is 225 - color contains mainly: red. Hex color #E11D4A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E11D4A is #1EE2B5. Grayscale: #5C5C5C. Windows color (decimal): -2024118 or 4857313. OLE color: 4857313.
HSL color Cylindrical-coordinate representation of color #E11D4A: hue angle of 346.22º degrees, saturation: 0.77, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E11D4A is Cyan = 0, Magento = 0.87, Yellow = 0.67 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 29 | 74 | - |
| CMYK | 0 | 0.87 | 0.67 | 0.12 |
| HSL | 346.22º | 0.77% | 0.5% | - |
| HSV(B) | 346.22º | 0.87% | 0.88% | - |
| XYZ | 32.73 | 17.38 | 8.11 | - |
| YUV | 92.73 | 117.43 | 222.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 29 | 74 | 0 | 0.87 | 0.67 | 0.12 | 346.22 | 0.77 | 0.5 |
| Hex | E1 | 1D | 4A | 0 | 57 | 43 | C | 15A | 4D | 32 |
| Octal | 341 | 35 | 112 | 0 | 127 | 103 | 14 | 532 | 115 | 62 |
| Binary | 11100001 | 11101 | 1001010 | 0 | 1010111 | 1000011 | 1100 | 101011010 | 1001101 | 110010 |
Color Harmonies of #E11D4A
Complementary color
Monochromatic Colors of #E11D4A
Black with #E11D4A
Text Example
Text Example
White with #E11D4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E11D4A; }
p { color: rgb(225,29,74); }
H1.HeaderClassName
{
color: #E11D4A;
}
.AnyTagClassName
{
color: #E11D4A;
}
</style>
background-color css
<style>
a { background-color: #E11D4A; }
a { background-color: rgb(225,29,74); }
div.DivClassName
{
background-color: #E11D4A;
}
.BgClassName
{
background-color: #E11D4A;
}
</style>
border-color css
<style>
span { border-color: #E11D4A; }
span { border-color: rgb(225,29,74); }
td.TdClassName
{
border-color: #E11D4A;
}
.TagClassName
{
border-color: #E11D4A;
}
</style>