Shades of Amaranth #E12B4D
Tints of Amaranth #E12B4D
RGB
CMYK
RGB Variations
Color information
#E12B4D (or 0xE12B4D) is known color: Amaranth. HEX triplet: E1, 2B and 4D. RGB value is (225,43,77). Sum of RGB (Red+Green+Blue) = 225+43+77=345 (45% of max value = 765). Red value is 225 (88.28% from 255 or 65.22% from 345); Green value is 43 (17.19% from 255 or 12.46% from 345); Blue value is 77 (30.47% from 255 or 22.32% from 345); Max value from RGB is 225 - color contains mainly: red. Hex color #E12B4D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E12B4D is #1ED4B2. Grayscale: #656565. Windows color (decimal): -2020531 or 5057505. OLE color: 5057505.
HSL color Cylindrical-coordinate representation of color #E12B4D: hue angle of 348.79º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E12B4D is Cyan = 0, Magento = 0.81, Yellow = 0.66 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 43 | 77 | - |
| CMYK | 0 | 0.81 | 0.66 | 0.12 |
| HSL | 348.79º | 0.75% | 0.53% | - |
| HSV(B) | 348.79º | 0.81% | 0.88% | - |
| XYZ | 33.25 | 18.27 | 8.8 | - |
| YUV | 101.29 | 114.3 | 216.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 43 | 77 | 0 | 0.81 | 0.66 | 0.12 | 348.79 | 0.75 | 0.53 |
| Hex | E1 | 2B | 4D | 0 | 51 | 42 | C | 15D | 4B | 35 |
| Octal | 341 | 53 | 115 | 0 | 121 | 102 | 14 | 535 | 113 | 65 |
| Binary | 11100001 | 101011 | 1001101 | 0 | 1010001 | 1000010 | 1100 | 101011101 | 1001011 | 110101 |
Color Harmonies of #E12B4D
Complementary color
Monochromatic Colors of #E12B4D
Black with #E12B4D
Text Example
Text Example
White with #E12B4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E12B4D; }
p { color: rgb(225,43,77); }
H1.HeaderClassName
{
color: #E12B4D;
}
.AnyTagClassName
{
color: #E12B4D;
}
</style>
background-color css
<style>
a { background-color: #E12B4D; }
a { background-color: rgb(225,43,77); }
div.DivClassName
{
background-color: #E12B4D;
}
.BgClassName
{
background-color: #E12B4D;
}
</style>
border-color css
<style>
span { border-color: #E12B4D; }
span { border-color: rgb(225,43,77); }
td.TdClassName
{
border-color: #E12B4D;
}
.TagClassName
{
border-color: #E12B4D;
}
</style>