Shades of Amaranth #E12746
Tints of Amaranth #E12746
RGB
CMYK
RGB Variations
Color information
#E12746 (or 0xE12746) is known color: Amaranth. HEX triplet: E1, 27 and 46. RGB value is (225,39,70). Sum of RGB (Red+Green+Blue) = 225+39+70=334 (44% of max value = 765). Red value is 225 (88.28% from 255 or 67.37% from 334); Green value is 39 (15.62% from 255 or 11.68% from 334); Blue value is 70 (27.73% from 255 or 20.96% from 334); Max value from RGB is 225 - color contains mainly: red. Hex color #E12746 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E12746 is #1ED8B9. Grayscale: #626262. Windows color (decimal): -2021562 or 4597729. OLE color: 4597729.
HSL color Cylindrical-coordinate representation of color #E12746: hue angle of 350º degrees, saturation: 0.76, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E12746 is Cyan = 0, Magento = 0.83, Yellow = 0.69 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 39 | 70 | - |
| CMYK | 0 | 0.83 | 0.69 | 0.12 |
| HSL | 350º | 0.76% | 0.52% | - |
| HSV(B) | 350º | 0.83% | 0.88% | - |
| XYZ | 32.88 | 17.9 | 7.52 | - |
| YUV | 98.15 | 112.12 | 218.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 39 | 70 | 0 | 0.83 | 0.69 | 0.12 | 350 | 0.76 | 0.52 |
| Hex | E1 | 27 | 46 | 0 | 53 | 45 | C | 15E | 4C | 34 |
| Octal | 341 | 47 | 106 | 0 | 123 | 105 | 14 | 536 | 114 | 64 |
| Binary | 11100001 | 100111 | 1000110 | 0 | 1010011 | 1000101 | 1100 | 101011110 | 1001100 | 110100 |
Color Harmonies of #E12746
Complementary color
Monochromatic Colors of #E12746
Black with #E12746
Text Example
Text Example
White with #E12746
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E12746; }
p { color: rgb(225,39,70); }
H1.HeaderClassName
{
color: #E12746;
}
.AnyTagClassName
{
color: #E12746;
}
</style>
background-color css
<style>
a { background-color: #E12746; }
a { background-color: rgb(225,39,70); }
div.DivClassName
{
background-color: #E12746;
}
.BgClassName
{
background-color: #E12746;
}
</style>
border-color css
<style>
span { border-color: #E12746; }
span { border-color: rgb(225,39,70); }
td.TdClassName
{
border-color: #E12746;
}
.TagClassName
{
border-color: #E12746;
}
</style>