Shades of Amaranth #E13051
Tints of Amaranth #E13051
RGB
CMYK
RGB Variations
Color information
#E13051 (or 0xE13051) is known color: Amaranth. HEX triplet: E1, 30 and 51. RGB value is (225,48,81). Sum of RGB (Red+Green+Blue) = 225+48+81=354 (46% of max value = 765). Red value is 225 (88.28% from 255 or 63.56% from 354); Green value is 48 (19.14% from 255 or 13.56% from 354); Blue value is 81 (32.03% from 255 or 22.88% from 354); Max value from RGB is 225 - color contains mainly: red. Hex color #E13051 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E13051 is #1ECFAE. Grayscale: #686868. Windows color (decimal): -2019247 or 5320929. OLE color: 5320929.
HSL color Cylindrical-coordinate representation of color #E13051: hue angle of 348.81º degrees, saturation: 0.75, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E13051 is Cyan = 0, Magento = 0.79, Yellow = 0.64 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 48 | 81 | - |
| CMYK | 0 | 0.79 | 0.64 | 0.12 |
| HSL | 348.81º | 0.75% | 0.54% | - |
| HSV(B) | 348.81º | 0.79% | 0.88% | - |
| XYZ | 33.59 | 18.72 | 9.63 | - |
| YUV | 104.69 | 114.64 | 213.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 48 | 81 | 0 | 0.79 | 0.64 | 0.12 | 348.81 | 0.75 | 0.54 |
| Hex | E1 | 30 | 51 | 0 | 4F | 40 | C | 15D | 4B | 36 |
| Octal | 341 | 60 | 121 | 0 | 117 | 100 | 14 | 535 | 113 | 66 |
| Binary | 11100001 | 110000 | 1010001 | 0 | 1001111 | 1000000 | 1100 | 101011101 | 1001011 | 110110 |
Color Harmonies of #E13051
Complementary color
Monochromatic Colors of #E13051
Black with #E13051
Text Example
Text Example
White with #E13051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E13051; }
p { color: rgb(225,48,81); }
H1.HeaderClassName
{
color: #E13051;
}
.AnyTagClassName
{
color: #E13051;
}
</style>
background-color css
<style>
a { background-color: #E13051; }
a { background-color: rgb(225,48,81); }
div.DivClassName
{
background-color: #E13051;
}
.BgClassName
{
background-color: #E13051;
}
</style>
border-color css
<style>
span { border-color: #E13051; }
span { border-color: rgb(225,48,81); }
td.TdClassName
{
border-color: #E13051;
}
.TagClassName
{
border-color: #E13051;
}
</style>