Shades of Amaranth #E12255
Tints of Amaranth #E12255
RGB
CMYK
RGB Variations
Color information
#E12255 (or 0xE12255) is known color: Amaranth. HEX triplet: E1, 22 and 55. RGB value is (225,34,85). Sum of RGB (Red+Green+Blue) = 225+34+85=344 (45% of max value = 765). Red value is 225 (88.28% from 255 or 65.41% from 344); Green value is 34 (13.67% from 255 or 9.88% from 344); Blue value is 85 (33.59% from 255 or 24.71% from 344); Max value from RGB is 225 - color contains mainly: red. Hex color #E12255 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E12255 is #1EDDAA. Grayscale: #606060. Windows color (decimal): -2022827 or 5579489. OLE color: 5579489.
HSL color Cylindrical-coordinate representation of color #E12255: hue angle of 343.98º degrees, saturation: 0.76, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E12255 is Cyan = 0, Magento = 0.85, Yellow = 0.62 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 34 | 85 | - |
| CMYK | 0 | 0.85 | 0.62 | 0.12 |
| HSL | 343.98º | 0.76% | 0.51% | - |
| HSV(B) | 343.98º | 0.85% | 0.88% | - |
| XYZ | 33.26 | 17.81 | 10.28 | - |
| YUV | 96.92 | 121.28 | 219.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 34 | 85 | 0 | 0.85 | 0.62 | 0.12 | 343.98 | 0.76 | 0.51 |
| Hex | E1 | 22 | 55 | 0 | 55 | 3E | C | 158 | 4C | 33 |
| Octal | 341 | 42 | 125 | 0 | 125 | 76 | 14 | 530 | 114 | 63 |
| Binary | 11100001 | 100010 | 1010101 | 0 | 1010101 | 111110 | 1100 | 101011000 | 1001100 | 110011 |
Color Harmonies of #E12255
Complementary color
Monochromatic Colors of #E12255
Black with #E12255
Text Example
Text Example
White with #E12255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E12255; }
p { color: rgb(225,34,85); }
H1.HeaderClassName
{
color: #E12255;
}
.AnyTagClassName
{
color: #E12255;
}
</style>
background-color css
<style>
a { background-color: #E12255; }
a { background-color: rgb(225,34,85); }
div.DivClassName
{
background-color: #E12255;
}
.BgClassName
{
background-color: #E12255;
}
</style>
border-color css
<style>
span { border-color: #E12255; }
span { border-color: rgb(225,34,85); }
td.TdClassName
{
border-color: #E12255;
}
.TagClassName
{
border-color: #E12255;
}
</style>