Shades of Amaranth #E13F51
Tints of Amaranth #E13F51
RGB
CMYK
RGB Variations
Color information
#E13F51 (or 0xE13F51) is known color: Amaranth. HEX triplet: E1, 3F and 51. RGB value is (225,63,81). Sum of RGB (Red+Green+Blue) = 225+63+81=369 (48% of max value = 765). Red value is 225 (88.28% from 255 or 60.98% from 369); Green value is 63 (25% from 255 or 17.07% from 369); Blue value is 81 (32.03% from 255 or 21.95% from 369); Max value from RGB is 225 - color contains mainly: red. Hex color #E13F51 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E13F51 is #1EC0AE. Grayscale: #717171. Windows color (decimal): -2015407 or 5324769. OLE color: 5324769.
HSL color Cylindrical-coordinate representation of color #E13F51: hue angle of 353.33º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E13F51 is Cyan = 0, Magento = 0.72, Yellow = 0.64 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 63 | 81 | - |
| CMYK | 0 | 0.72 | 0.64 | 0.12 |
| HSL | 353.33º | 0.73% | 0.56% | - |
| HSV(B) | 353.33º | 0.72% | 0.88% | - |
| XYZ | 34.31 | 20.16 | 9.87 | - |
| YUV | 113.49 | 109.67 | 207.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 63 | 81 | 0 | 0.72 | 0.64 | 0.12 | 353.33 | 0.73 | 0.56 |
| Hex | E1 | 3F | 51 | 0 | 48 | 40 | C | 161 | 49 | 38 |
| Octal | 341 | 77 | 121 | 0 | 110 | 100 | 14 | 541 | 111 | 70 |
| Binary | 11100001 | 111111 | 1010001 | 0 | 1001000 | 1000000 | 1100 | 101100001 | 1001001 | 111000 |
Color Harmonies of #E13F51
Complementary color
Monochromatic Colors of #E13F51
Black with #E13F51
Text Example
Text Example
White with #E13F51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E13F51; }
p { color: rgb(225,63,81); }
H1.HeaderClassName
{
color: #E13F51;
}
.AnyTagClassName
{
color: #E13F51;
}
</style>
background-color css
<style>
a { background-color: #E13F51; }
a { background-color: rgb(225,63,81); }
div.DivClassName
{
background-color: #E13F51;
}
.BgClassName
{
background-color: #E13F51;
}
</style>
border-color css
<style>
span { border-color: #E13F51; }
span { border-color: rgb(225,63,81); }
td.TdClassName
{
border-color: #E13F51;
}
.TagClassName
{
border-color: #E13F51;
}
</style>