Shades of Amaranth #E13257
Tints of Amaranth #E13257
RGB
CMYK
RGB Variations
Color information
#E13257 (or 0xE13257) is known color: Amaranth. HEX triplet: E1, 32 and 57. RGB value is (225,50,87). Sum of RGB (Red+Green+Blue) = 225+50+87=362 (47% of max value = 765). Red value is 225 (88.28% from 255 or 62.15% from 362); Green value is 50 (19.92% from 255 or 13.81% from 362); Blue value is 87 (34.38% from 255 or 24.03% from 362); Max value from RGB is 225 - color contains mainly: red. Hex color #E13257 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E13257 is #1ECDA8. Grayscale: #6A6A6A. Windows color (decimal): -2018729 or 5714657. OLE color: 5714657.
HSL color Cylindrical-coordinate representation of color #E13257: hue angle of 347.31º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E13257 is Cyan = 0, Magento = 0.78, Yellow = 0.61 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 50 | 87 | - |
| CMYK | 0 | 0.78 | 0.61 | 0.12 |
| HSL | 347.31º | 0.74% | 0.54% | - |
| HSV(B) | 347.31º | 0.78% | 0.88% | - |
| XYZ | 33.91 | 18.98 | 10.89 | - |
| YUV | 106.54 | 116.98 | 212.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 50 | 87 | 0 | 0.78 | 0.61 | 0.12 | 347.31 | 0.74 | 0.54 |
| Hex | E1 | 32 | 57 | 0 | 4E | 3D | C | 15B | 4A | 36 |
| Octal | 341 | 62 | 127 | 0 | 116 | 75 | 14 | 533 | 112 | 66 |
| Binary | 11100001 | 110010 | 1010111 | 0 | 1001110 | 111101 | 1100 | 101011011 | 1001010 | 110110 |
Color Harmonies of #E13257
Complementary color
Monochromatic Colors of #E13257
Black with #E13257
Text Example
Text Example
White with #E13257
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E13257; }
p { color: rgb(225,50,87); }
H1.HeaderClassName
{
color: #E13257;
}
.AnyTagClassName
{
color: #E13257;
}
</style>
background-color css
<style>
a { background-color: #E13257; }
a { background-color: rgb(225,50,87); }
div.DivClassName
{
background-color: #E13257;
}
.BgClassName
{
background-color: #E13257;
}
</style>
border-color css
<style>
span { border-color: #E13257; }
span { border-color: rgb(225,50,87); }
td.TdClassName
{
border-color: #E13257;
}
.TagClassName
{
border-color: #E13257;
}
</style>