Shades of Amaranth #E12352
Tints of Amaranth #E12352
RGB
CMYK
RGB Variations
Color information
#E12352 (or 0xE12352) is known color: Amaranth. HEX triplet: E1, 23 and 52. RGB value is (225,35,82). Sum of RGB (Red+Green+Blue) = 225+35+82=342 (45% of max value = 765). Red value is 225 (88.28% from 255 or 65.79% from 342); Green value is 35 (14.06% from 255 or 10.23% from 342); Blue value is 82 (32.42% from 255 or 23.98% from 342); Max value from RGB is 225 - color contains mainly: red. Hex color #E12352 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E12352 is #1EDCAD. Grayscale: #616161. Windows color (decimal): -2022574 or 5383137. OLE color: 5383137.
HSL color Cylindrical-coordinate representation of color #E12352: hue angle of 345.16º 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 #E12352 is Cyan = 0, Magento = 0.84, Yellow = 0.64 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 35 | 82 | - |
| CMYK | 0 | 0.84 | 0.64 | 0.12 |
| HSL | 345.16º | 0.76% | 0.51% | - |
| HSV(B) | 345.16º | 0.84% | 0.88% | - |
| XYZ | 33.18 | 17.82 | 9.67 | - |
| YUV | 97.17 | 119.45 | 219.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 35 | 82 | 0 | 0.84 | 0.64 | 0.12 | 345.16 | 0.76 | 0.51 |
| Hex | E1 | 23 | 52 | 0 | 54 | 40 | C | 159 | 4C | 33 |
| Octal | 341 | 43 | 122 | 0 | 124 | 100 | 14 | 531 | 114 | 63 |
| Binary | 11100001 | 100011 | 1010010 | 0 | 1010100 | 1000000 | 1100 | 101011001 | 1001100 | 110011 |
Color Harmonies of #E12352
Complementary color
Monochromatic Colors of #E12352
Black with #E12352
Text Example
Text Example
White with #E12352
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E12352; }
p { color: rgb(225,35,82); }
H1.HeaderClassName
{
color: #E12352;
}
.AnyTagClassName
{
color: #E12352;
}
</style>
background-color css
<style>
a { background-color: #E12352; }
a { background-color: rgb(225,35,82); }
div.DivClassName
{
background-color: #E12352;
}
.BgClassName
{
background-color: #E12352;
}
</style>
border-color css
<style>
span { border-color: #E12352; }
span { border-color: rgb(225,35,82); }
td.TdClassName
{
border-color: #E12352;
}
.TagClassName
{
border-color: #E12352;
}
</style>