Shades of Amaranth #E51C4B
Tints of Amaranth #E51C4B
RGB
CMYK
RGB Variations
Color information
#E51C4B (or 0xE51C4B) is known color: Amaranth. HEX triplet: E5, 1C and 4B. RGB value is (229,28,75). Sum of RGB (Red+Green+Blue) = 229+28+75=332 (43% of max value = 765). Red value is 229 (89.84% from 255 or 68.98% from 332); Green value is 28 (11.33% from 255 or 8.43% from 332); Blue value is 75 (29.69% from 255 or 22.59% from 332); Max value from RGB is 229 - color contains mainly: red. Hex color #E51C4B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E51C4B is #1AE3B4. Grayscale: #5D5D5D. Windows color (decimal): -1762229 or 4922597. OLE color: 4922597.
HSL color Cylindrical-coordinate representation of color #E51C4B: hue angle of 345.97º 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 #E51C4B is Cyan = 0, Magento = 0.88, Yellow = 0.67 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 28 | 75 | - |
| CMYK | 0 | 0.88 | 0.67 | 0.10 |
| HSL | 345.97º | 0.79% | 0.5% | - |
| HSV(B) | 345.97º | 0.88% | 0.9% | - |
| XYZ | 34 | 18 | 8.34 | - |
| YUV | 93.46 | 117.59 | 224.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 28 | 75 | 0 | 0.88 | 0.67 | 0.10 | 345.97 | 0.79 | 0.5 |
| Hex | E5 | 1C | 4B | 0 | 58 | 43 | A | 15A | 4F | 32 |
| Octal | 345 | 34 | 113 | 0 | 130 | 103 | 12 | 532 | 117 | 62 |
| Binary | 11100101 | 11100 | 1001011 | 0 | 1011000 | 1000011 | 1010 | 101011010 | 1001111 | 110010 |
Color Harmonies of #E51C4B
Complementary color
Monochromatic Colors of #E51C4B
Black with #E51C4B
Text Example
Text Example
White with #E51C4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E51C4B; }
p { color: rgb(229,28,75); }
H1.HeaderClassName
{
color: #E51C4B;
}
.AnyTagClassName
{
color: #E51C4B;
}
</style>
background-color css
<style>
a { background-color: #E51C4B; }
a { background-color: rgb(229,28,75); }
div.DivClassName
{
background-color: #E51C4B;
}
.BgClassName
{
background-color: #E51C4B;
}
</style>
border-color css
<style>
span { border-color: #E51C4B; }
span { border-color: rgb(229,28,75); }
td.TdClassName
{
border-color: #E51C4B;
}
.TagClassName
{
border-color: #E51C4B;
}
</style>