Shades of Amaranth #E12650
Tints of Amaranth #E12650
RGB
CMYK
RGB Variations
Color information
#E12650 (or 0xE12650) is known color: Amaranth. HEX triplet: E1, 26 and 50. RGB value is (225,38,80). Sum of RGB (Red+Green+Blue) = 225+38+80=343 (45% of max value = 765). Red value is 225 (88.28% from 255 or 65.60% from 343); Green value is 38 (15.23% from 255 or 11.08% from 343); Blue value is 80 (31.64% from 255 or 23.32% from 343); Max value from RGB is 225 - color contains mainly: red. Hex color #E12650 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E12650 is #1ED9AF. Grayscale: #626262. Windows color (decimal): -2021808 or 5252833. OLE color: 5252833.
HSL color Cylindrical-coordinate representation of color #E12650: hue angle of 346.52º 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 #E12650 is Cyan = 0, Magento = 0.83, Yellow = 0.64 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 38 | 80 | - |
| CMYK | 0 | 0.83 | 0.64 | 0.12 |
| HSL | 346.52º | 0.76% | 0.52% | - |
| HSV(B) | 346.52º | 0.83% | 0.88% | - |
| XYZ | 33.19 | 17.97 | 9.31 | - |
| YUV | 98.7 | 117.45 | 218.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 38 | 80 | 0 | 0.83 | 0.64 | 0.12 | 346.52 | 0.76 | 0.52 |
| Hex | E1 | 26 | 50 | 0 | 53 | 40 | C | 15B | 4C | 34 |
| Octal | 341 | 46 | 120 | 0 | 123 | 100 | 14 | 533 | 114 | 64 |
| Binary | 11100001 | 100110 | 1010000 | 0 | 1010011 | 1000000 | 1100 | 101011011 | 1001100 | 110100 |
Color Harmonies of #E12650
Complementary color
Monochromatic Colors of #E12650
Black with #E12650
Text Example
Text Example
White with #E12650
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E12650; }
p { color: rgb(225,38,80); }
H1.HeaderClassName
{
color: #E12650;
}
.AnyTagClassName
{
color: #E12650;
}
</style>
background-color css
<style>
a { background-color: #E12650; }
a { background-color: rgb(225,38,80); }
div.DivClassName
{
background-color: #E12650;
}
.BgClassName
{
background-color: #E12650;
}
</style>
border-color css
<style>
span { border-color: #E12650; }
span { border-color: rgb(225,38,80); }
td.TdClassName
{
border-color: #E12650;
}
.TagClassName
{
border-color: #E12650;
}
</style>