Shades of Amaranth #E12348
Tints of Amaranth #E12348
RGB
CMYK
RGB Variations
Color information
#E12348 (or 0xE12348) is known color: Amaranth. HEX triplet: E1, 23 and 48. RGB value is (225,35,72). Sum of RGB (Red+Green+Blue) = 225+35+72=332 (43% of max value = 765). Red value is 225 (88.28% from 255 or 67.77% from 332); Green value is 35 (14.06% from 255 or 10.54% from 332); Blue value is 72 (28.52% from 255 or 21.69% from 332); Max value from RGB is 225 - color contains mainly: red. Hex color #E12348 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E12348 is #1EDCB7. Grayscale: #606060. Windows color (decimal): -2022584 or 4727777. OLE color: 4727777.
HSL color Cylindrical-coordinate representation of color #E12348: hue angle of 348.32º degrees, saturation: 0.76, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E12348 is Cyan = 0, Magento = 0.84, Yellow = 0.68 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 35 | 72 | - |
| CMYK | 0 | 0.84 | 0.68 | 0.12 |
| HSL | 348.32º | 0.76% | 0.51% | - |
| HSV(B) | 348.32º | 0.84% | 0.88% | - |
| XYZ | 32.82 | 17.68 | 7.81 | - |
| YUV | 96.03 | 114.45 | 219.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 35 | 72 | 0 | 0.84 | 0.68 | 0.12 | 348.32 | 0.76 | 0.51 |
| Hex | E1 | 23 | 48 | 0 | 54 | 44 | C | 15C | 4C | 33 |
| Octal | 341 | 43 | 110 | 0 | 124 | 104 | 14 | 534 | 114 | 63 |
| Binary | 11100001 | 100011 | 1001000 | 0 | 1010100 | 1000100 | 1100 | 101011100 | 1001100 | 110011 |
Color Harmonies of #E12348
Complementary color
Monochromatic Colors of #E12348
Black with #E12348
Text Example
Text Example
White with #E12348
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E12348; }
p { color: rgb(225,35,72); }
H1.HeaderClassName
{
color: #E12348;
}
.AnyTagClassName
{
color: #E12348;
}
</style>
background-color css
<style>
a { background-color: #E12348; }
a { background-color: rgb(225,35,72); }
div.DivClassName
{
background-color: #E12348;
}
.BgClassName
{
background-color: #E12348;
}
</style>
border-color css
<style>
span { border-color: #E12348; }
span { border-color: rgb(225,35,72); }
td.TdClassName
{
border-color: #E12348;
}
.TagClassName
{
border-color: #E12348;
}
</style>