Shades of Amaranth #E51B4D
Tints of Amaranth #E51B4D
RGB
CMYK
RGB Variations
Color information
#E51B4D (or 0xE51B4D) is known color: Amaranth. HEX triplet: E5, 1B and 4D. RGB value is (229,27,77). Sum of RGB (Red+Green+Blue) = 229+27+77=333 (44% of max value = 765). Red value is 229 (89.84% from 255 or 68.77% from 333); Green value is 27 (10.94% from 255 or 8.11% from 333); Blue value is 77 (30.47% from 255 or 23.12% from 333); Max value from RGB is 229 - color contains mainly: red. Hex color #E51B4D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E51B4D is #1AE4B2. Grayscale: #5D5D5D. Windows color (decimal): -1762483 or 5053413. OLE color: 5053413.
HSL color Cylindrical-coordinate representation of color #E51B4D: hue angle of 345.15º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E51B4D is Cyan = 0, Magento = 0.88, Yellow = 0.66 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 27 | 77 | - |
| CMYK | 0 | 0.88 | 0.66 | 0.10 |
| HSL | 345.15º | 0.8% | 0.5% | - |
| HSV(B) | 345.15º | 0.88% | 0.9% | - |
| XYZ | 34.04 | 17.98 | 8.7 | - |
| YUV | 93.1 | 118.92 | 224.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 27 | 77 | 0 | 0.88 | 0.66 | 0.10 | 345.15 | 0.8 | 0.5 |
| Hex | E5 | 1B | 4D | 0 | 58 | 42 | A | 159 | 50 | 32 |
| Octal | 345 | 33 | 115 | 0 | 130 | 102 | 12 | 531 | 120 | 62 |
| Binary | 11100101 | 11011 | 1001101 | 0 | 1011000 | 1000010 | 1010 | 101011001 | 1010000 | 110010 |
Color Harmonies of #E51B4D
Complementary color
Monochromatic Colors of #E51B4D
Black with #E51B4D
Text Example
Text Example
White with #E51B4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E51B4D; }
p { color: rgb(229,27,77); }
H1.HeaderClassName
{
color: #E51B4D;
}
.AnyTagClassName
{
color: #E51B4D;
}
</style>
background-color css
<style>
a { background-color: #E51B4D; }
a { background-color: rgb(229,27,77); }
div.DivClassName
{
background-color: #E51B4D;
}
.BgClassName
{
background-color: #E51B4D;
}
</style>
border-color css
<style>
span { border-color: #E51B4D; }
span { border-color: rgb(229,27,77); }
td.TdClassName
{
border-color: #E51B4D;
}
.TagClassName
{
border-color: #E51B4D;
}
</style>