Shades of Amaranth #E13657
Tints of Amaranth #E13657
RGB
CMYK
RGB Variations
Color information
#E13657 (or 0xE13657) is known color: Amaranth. HEX triplet: E1, 36 and 57. RGB value is (225,54,87). Sum of RGB (Red+Green+Blue) = 225+54+87=366 (48% of max value = 765). Red value is 225 (88.28% from 255 or 61.48% from 366); Green value is 54 (21.48% from 255 or 14.75% from 366); Blue value is 87 (34.38% from 255 or 23.77% from 366); Max value from RGB is 225 - color contains mainly: red. Hex color #E13657 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E13657 is #1EC9A8. Grayscale: #6C6C6C. Windows color (decimal): -2017705 or 5715681. OLE color: 5715681.
HSL color Cylindrical-coordinate representation of color #E13657: hue angle of 348.42º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #E13657 is Cyan = 0, Magento = 0.76, Yellow = 0.61 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 54 | 87 | - |
| CMYK | 0 | 0.76 | 0.61 | 0.12 |
| HSL | 348.42º | 0.74% | 0.55% | - |
| HSV(B) | 348.42º | 0.76% | 0.88% | - |
| XYZ | 34.09 | 19.33 | 10.95 | - |
| YUV | 108.89 | 115.65 | 210.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 54 | 87 | 0 | 0.76 | 0.61 | 0.12 | 348.42 | 0.74 | 0.55 |
| Hex | E1 | 36 | 57 | 0 | 4C | 3D | C | 15C | 4A | 37 |
| Octal | 341 | 66 | 127 | 0 | 114 | 75 | 14 | 534 | 112 | 67 |
| Binary | 11100001 | 110110 | 1010111 | 0 | 1001100 | 111101 | 1100 | 101011100 | 1001010 | 110111 |
Color Harmonies of #E13657
Complementary color
Monochromatic Colors of #E13657
Black with #E13657
Text Example
Text Example
White with #E13657
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E13657; }
p { color: rgb(225,54,87); }
H1.HeaderClassName
{
color: #E13657;
}
.AnyTagClassName
{
color: #E13657;
}
</style>
background-color css
<style>
a { background-color: #E13657; }
a { background-color: rgb(225,54,87); }
div.DivClassName
{
background-color: #E13657;
}
.BgClassName
{
background-color: #E13657;
}
</style>
border-color css
<style>
span { border-color: #E13657; }
span { border-color: rgb(225,54,87); }
td.TdClassName
{
border-color: #E13657;
}
.TagClassName
{
border-color: #E13657;
}
</style>