Shades of Amaranth #E12555
Tints of Amaranth #E12555
RGB
CMYK
RGB Variations
Color information
#E12555 (or 0xE12555) is known color: Amaranth. HEX triplet: E1, 25 and 55. RGB value is (225,37,85). Sum of RGB (Red+Green+Blue) = 225+37+85=347 (45% of max value = 765). Red value is 225 (88.28% from 255 or 64.84% from 347); Green value is 37 (14.84% from 255 or 10.66% from 347); Blue value is 85 (33.59% from 255 or 24.50% from 347); Max value from RGB is 225 - color contains mainly: red. Hex color #E12555 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E12555 is #1EDAAA. Grayscale: #626262. Windows color (decimal): -2022059 or 5580257. OLE color: 5580257.
HSL color Cylindrical-coordinate representation of color #E12555: hue angle of 344.68º 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 #E12555 is Cyan = 0, Magento = 0.84, Yellow = 0.62 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 37 | 85 | - |
| CMYK | 0 | 0.84 | 0.62 | 0.12 |
| HSL | 344.68º | 0.76% | 0.51% | - |
| HSV(B) | 344.68º | 0.84% | 0.88% | - |
| XYZ | 33.35 | 17.99 | 10.31 | - |
| YUV | 98.68 | 120.28 | 218.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 37 | 85 | 0 | 0.84 | 0.62 | 0.12 | 344.68 | 0.76 | 0.51 |
| Hex | E1 | 25 | 55 | 0 | 54 | 3E | C | 159 | 4C | 33 |
| Octal | 341 | 45 | 125 | 0 | 124 | 76 | 14 | 531 | 114 | 63 |
| Binary | 11100001 | 100101 | 1010101 | 0 | 1010100 | 111110 | 1100 | 101011001 | 1001100 | 110011 |
Color Harmonies of #E12555
Complementary color
Monochromatic Colors of #E12555
Black with #E12555
Text Example
Text Example
White with #E12555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E12555; }
p { color: rgb(225,37,85); }
H1.HeaderClassName
{
color: #E12555;
}
.AnyTagClassName
{
color: #E12555;
}
</style>
background-color css
<style>
a { background-color: #E12555; }
a { background-color: rgb(225,37,85); }
div.DivClassName
{
background-color: #E12555;
}
.BgClassName
{
background-color: #E12555;
}
</style>
border-color css
<style>
span { border-color: #E12555; }
span { border-color: rgb(225,37,85); }
td.TdClassName
{
border-color: #E12555;
}
.TagClassName
{
border-color: #E12555;
}
</style>