Shades of Amaranth #E12751
Tints of Amaranth #E12751
RGB
CMYK
RGB Variations
Color information
#E12751 (or 0xE12751) is known color: Amaranth. HEX triplet: E1, 27 and 51. RGB value is (225,39,81). Sum of RGB (Red+Green+Blue) = 225+39+81=345 (45% of max value = 765). Red value is 225 (88.28% from 255 or 65.22% from 345); Green value is 39 (15.62% from 255 or 11.30% from 345); Blue value is 81 (32.03% from 255 or 23.48% from 345); Max value from RGB is 225 - color contains mainly: red. Hex color #E12751 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E12751 is #1ED8AE. Grayscale: #636363. Windows color (decimal): -2021551 or 5318625. OLE color: 5318625.
HSL color Cylindrical-coordinate representation of color #E12751: hue angle of 346.45º 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 #E12751 is Cyan = 0, Magento = 0.83, Yellow = 0.64 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 39 | 81 | - |
| CMYK | 0 | 0.83 | 0.64 | 0.12 |
| HSL | 346.45º | 0.76% | 0.52% | - |
| HSV(B) | 346.45º | 0.83% | 0.88% | - |
| XYZ | 33.26 | 18.05 | 9.52 | - |
| YUV | 99.4 | 117.62 | 217.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 39 | 81 | 0 | 0.83 | 0.64 | 0.12 | 346.45 | 0.76 | 0.52 |
| Hex | E1 | 27 | 51 | 0 | 53 | 40 | C | 15A | 4C | 34 |
| Octal | 341 | 47 | 121 | 0 | 123 | 100 | 14 | 532 | 114 | 64 |
| Binary | 11100001 | 100111 | 1010001 | 0 | 1010011 | 1000000 | 1100 | 101011010 | 1001100 | 110100 |
Color Harmonies of #E12751
Complementary color
Monochromatic Colors of #E12751
Black with #E12751
Text Example
Text Example
White with #E12751
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E12751; }
p { color: rgb(225,39,81); }
H1.HeaderClassName
{
color: #E12751;
}
.AnyTagClassName
{
color: #E12751;
}
</style>
background-color css
<style>
a { background-color: #E12751; }
a { background-color: rgb(225,39,81); }
div.DivClassName
{
background-color: #E12751;
}
.BgClassName
{
background-color: #E12751;
}
</style>
border-color css
<style>
span { border-color: #E12751; }
span { border-color: rgb(225,39,81); }
td.TdClassName
{
border-color: #E12751;
}
.TagClassName
{
border-color: #E12751;
}
</style>