Shades of Amaranth #E11A51
Tints of Amaranth #E11A51
RGB
CMYK
RGB Variations
Color information
#E11A51 (or 0xE11A51) is known color: Amaranth. HEX triplet: E1, 1A and 51. RGB value is (225,26,81). Sum of RGB (Red+Green+Blue) = 225+26+81=332 (43% of max value = 765). Red value is 225 (88.28% from 255 or 67.77% from 332); Green value is 26 (10.55% from 255 or 7.83% from 332); Blue value is 81 (32.03% from 255 or 24.40% from 332); Max value from RGB is 225 - color contains mainly: red. Hex color #E11A51 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E11A51 is #1EE5AE. Grayscale: #5B5B5B. Windows color (decimal): -2024879 or 5315297. OLE color: 5315297.
HSL color Cylindrical-coordinate representation of color #E11A51: hue angle of 343.42º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E11A51 is Cyan = 0, Magento = 0.88, Yellow = 0.64 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 26 | 81 | - |
| CMYK | 0 | 0.88 | 0.64 | 0.12 |
| HSL | 343.42º | 0.79% | 0.49% | - |
| HSV(B) | 343.42º | 0.88% | 0.88% | - |
| XYZ | 32.91 | 17.34 | 9.4 | - |
| YUV | 91.77 | 121.93 | 223.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 26 | 81 | 0 | 0.88 | 0.64 | 0.12 | 343.42 | 0.79 | 0.49 |
| Hex | E1 | 1A | 51 | 0 | 58 | 40 | C | 157 | 4F | 31 |
| Octal | 341 | 32 | 121 | 0 | 130 | 100 | 14 | 527 | 117 | 61 |
| Binary | 11100001 | 11010 | 1010001 | 0 | 1011000 | 1000000 | 1100 | 101010111 | 1001111 | 110001 |
Color Harmonies of #E11A51
Complementary color
Monochromatic Colors of #E11A51
Black with #E11A51
Text Example
Text Example
White with #E11A51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E11A51; }
p { color: rgb(225,26,81); }
H1.HeaderClassName
{
color: #E11A51;
}
.AnyTagClassName
{
color: #E11A51;
}
</style>
background-color css
<style>
a { background-color: #E11A51; }
a { background-color: rgb(225,26,81); }
div.DivClassName
{
background-color: #E11A51;
}
.BgClassName
{
background-color: #E11A51;
}
</style>
border-color css
<style>
span { border-color: #E11A51; }
span { border-color: rgb(225,26,81); }
td.TdClassName
{
border-color: #E11A51;
}
.TagClassName
{
border-color: #E11A51;
}
</style>