Shades of Amaranth #E5404B
Tints of Amaranth #E5404B
RGB
CMYK
RGB Variations
Color information
#E5404B (or 0xE5404B) is known color: Amaranth. HEX triplet: E5, 40 and 4B. RGB value is (229,64,75). Sum of RGB (Red+Green+Blue) = 229+64+75=368 (48% of max value = 765). Red value is 229 (89.84% from 255 or 62.23% from 368); Green value is 64 (25.39% from 255 or 17.39% from 368); Blue value is 75 (29.69% from 255 or 20.38% from 368); Max value from RGB is 229 - color contains mainly: red. Hex color #E5404B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E5404B is #1ABFB4. Grayscale: #727272. Windows color (decimal): -1753013 or 4931813. OLE color: 4931813.
HSL color Cylindrical-coordinate representation of color #E5404B: hue angle of 356º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E5404B is Cyan = 0, Magento = 0.72, Yellow = 0.67 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 64 | 75 | - |
| CMYK | 0 | 0.72 | 0.67 | 0.10 |
| HSL | 356º | 0.76% | 0.57% | - |
| HSV(B) | 356º | 0.72% | 0.9% | - |
| XYZ | 35.42 | 20.83 | 8.81 | - |
| YUV | 114.59 | 105.66 | 209.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 64 | 75 | 0 | 0.72 | 0.67 | 0.10 | 356 | 0.76 | 0.57 |
| Hex | E5 | 40 | 4B | 0 | 48 | 43 | A | 164 | 4C | 39 |
| Octal | 345 | 100 | 113 | 0 | 110 | 103 | 12 | 544 | 114 | 71 |
| Binary | 11100101 | 1000000 | 1001011 | 0 | 1001000 | 1000011 | 1010 | 101100100 | 1001100 | 111001 |
Color Harmonies of #E5404B
Complementary color
Monochromatic Colors of #E5404B
Black with #E5404B
Text Example
Text Example
White with #E5404B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5404B; }
p { color: rgb(229,64,75); }
H1.HeaderClassName
{
color: #E5404B;
}
.AnyTagClassName
{
color: #E5404B;
}
</style>
background-color css
<style>
a { background-color: #E5404B; }
a { background-color: rgb(229,64,75); }
div.DivClassName
{
background-color: #E5404B;
}
.BgClassName
{
background-color: #E5404B;
}
</style>
border-color css
<style>
span { border-color: #E5404B; }
span { border-color: rgb(229,64,75); }
td.TdClassName
{
border-color: #E5404B;
}
.TagClassName
{
border-color: #E5404B;
}
</style>