Shades of Amaranth #E51C4C
Tints of Amaranth #E51C4C
RGB
CMYK
RGB Variations
Color information
#E51C4C (or 0xE51C4C) is known color: Amaranth. HEX triplet: E5, 1C and 4C. RGB value is (229,28,76). Sum of RGB (Red+Green+Blue) = 229+28+76=333 (44% of max value = 765). Red value is 229 (89.84% from 255 or 68.77% from 333); Green value is 28 (11.33% from 255 or 8.41% from 333); Blue value is 76 (30.08% from 255 or 22.82% from 333); Max value from RGB is 229 - color contains mainly: red. Hex color #E51C4C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E51C4C is #1AE3B3. Grayscale: #5D5D5D. Windows color (decimal): -1762228 or 4988133. OLE color: 4988133.
HSL color Cylindrical-coordinate representation of color #E51C4C: hue angle of 345.67º degrees, saturation: 0.79, 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 #E51C4C is Cyan = 0, Magento = 0.88, Yellow = 0.67 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 28 | 76 | - |
| CMYK | 0 | 0.88 | 0.67 | 0.10 |
| HSL | 345.67º | 0.79% | 0.5% | - |
| HSV(B) | 345.67º | 0.88% | 0.9% | - |
| XYZ | 34.03 | 18.01 | 8.52 | - |
| YUV | 93.57 | 118.09 | 224.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 28 | 76 | 0 | 0.88 | 0.67 | 0.10 | 345.67 | 0.79 | 0.5 |
| Hex | E5 | 1C | 4C | 0 | 58 | 43 | A | 15A | 4F | 32 |
| Octal | 345 | 34 | 114 | 0 | 130 | 103 | 12 | 532 | 117 | 62 |
| Binary | 11100101 | 11100 | 1001100 | 0 | 1011000 | 1000011 | 1010 | 101011010 | 1001111 | 110010 |
Color Harmonies of #E51C4C
Complementary color
Monochromatic Colors of #E51C4C
Black with #E51C4C
Text Example
Text Example
White with #E51C4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E51C4C; }
p { color: rgb(229,28,76); }
H1.HeaderClassName
{
color: #E51C4C;
}
.AnyTagClassName
{
color: #E51C4C;
}
</style>
background-color css
<style>
a { background-color: #E51C4C; }
a { background-color: rgb(229,28,76); }
div.DivClassName
{
background-color: #E51C4C;
}
.BgClassName
{
background-color: #E51C4C;
}
</style>
border-color css
<style>
span { border-color: #E51C4C; }
span { border-color: rgb(229,28,76); }
td.TdClassName
{
border-color: #E51C4C;
}
.TagClassName
{
border-color: #E51C4C;
}
</style>