Shades of Amaranth #EA404D
Tints of Amaranth #EA404D
RGB
CMYK
RGB Variations
Color information
#EA404D (or 0xEA404D) is known color: Amaranth. HEX triplet: EA, 40 and 4D. RGB value is (234,64,77). Sum of RGB (Red+Green+Blue) = 234+64+77=375 (49% of max value = 765). Red value is 234 (91.80% from 255 or 62.4% from 375); Green value is 64 (25.39% from 255 or 17.07% from 375); Blue value is 77 (30.47% from 255 or 20.53% from 375); Max value from RGB is 234 - color contains mainly: red. Hex color #EA404D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA404D is #15BFB2. Grayscale: #747474. Windows color (decimal): -1425331 or 5062890. OLE color: 5062890.
HSL color Cylindrical-coordinate representation of color #EA404D: hue angle of 355.41º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EA404D is Cyan = 0, Magento = 0.73, Yellow = 0.67 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 64 | 77 | - |
| CMYK | 0 | 0.73 | 0.67 | 0.08 |
| HSL | 355.41º | 0.8% | 0.58% | - |
| HSV(B) | 355.41º | 0.73% | 0.92% | - |
| XYZ | 37.1 | 21.7 | 9.25 | - |
| YUV | 116.31 | 105.82 | 211.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 64 | 77 | 0 | 0.73 | 0.67 | 0.08 | 355.41 | 0.8 | 0.58 |
| Hex | EA | 40 | 4D | 0 | 49 | 43 | 8 | 163 | 50 | 3A |
| Octal | 352 | 100 | 115 | 0 | 111 | 103 | 10 | 543 | 120 | 72 |
| Binary | 11101010 | 1000000 | 1001101 | 0 | 1001001 | 1000011 | 1000 | 101100011 | 1010000 | 111010 |
Color Harmonies of #EA404D
Complementary color
Monochromatic Colors of #EA404D
Black with #EA404D
Text Example
Text Example
White with #EA404D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA404D; }
p { color: rgb(234,64,77); }
H1.HeaderClassName
{
color: #EA404D;
}
.AnyTagClassName
{
color: #EA404D;
}
</style>
background-color css
<style>
a { background-color: #EA404D; }
a { background-color: rgb(234,64,77); }
div.DivClassName
{
background-color: #EA404D;
}
.BgClassName
{
background-color: #EA404D;
}
</style>
border-color css
<style>
span { border-color: #EA404D; }
span { border-color: rgb(234,64,77); }
td.TdClassName
{
border-color: #EA404D;
}
.TagClassName
{
border-color: #EA404D;
}
</style>