Shades of Amaranth #EA404E
Tints of Amaranth #EA404E
RGB
CMYK
RGB Variations
Color information
#EA404E (or 0xEA404E) is known color: Amaranth. HEX triplet: EA, 40 and 4E. RGB value is (234,64,78). Sum of RGB (Red+Green+Blue) = 234+64+78=376 (49% of max value = 765). Red value is 234 (91.80% from 255 or 62.23% from 376); Green value is 64 (25.39% from 255 or 17.02% from 376); Blue value is 78 (30.86% from 255 or 20.74% from 376); Max value from RGB is 234 - color contains mainly: red. Hex color #EA404E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA404E is #15BFB1. Grayscale: #747474. Windows color (decimal): -1425330 or 5128426. OLE color: 5128426.
HSL color Cylindrical-coordinate representation of color #EA404E: hue angle of 355.06º 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 #EA404E is Cyan = 0, Magento = 0.73, Yellow = 0.67 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 64 | 78 | - |
| CMYK | 0 | 0.73 | 0.67 | 0.08 |
| HSL | 355.06º | 0.8% | 0.58% | - |
| HSV(B) | 355.06º | 0.73% | 0.92% | - |
| XYZ | 37.14 | 21.71 | 9.44 | - |
| YUV | 116.43 | 106.32 | 211.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 64 | 78 | 0 | 0.73 | 0.67 | 0.08 | 355.06 | 0.8 | 0.58 |
| Hex | EA | 40 | 4E | 0 | 49 | 43 | 8 | 163 | 50 | 3A |
| Octal | 352 | 100 | 116 | 0 | 111 | 103 | 10 | 543 | 120 | 72 |
| Binary | 11101010 | 1000000 | 1001110 | 0 | 1001001 | 1000011 | 1000 | 101100011 | 1010000 | 111010 |
Color Harmonies of #EA404E
Complementary color
Monochromatic Colors of #EA404E
Black with #EA404E
Text Example
Text Example
White with #EA404E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA404E; }
p { color: rgb(234,64,78); }
H1.HeaderClassName
{
color: #EA404E;
}
.AnyTagClassName
{
color: #EA404E;
}
</style>
background-color css
<style>
a { background-color: #EA404E; }
a { background-color: rgb(234,64,78); }
div.DivClassName
{
background-color: #EA404E;
}
.BgClassName
{
background-color: #EA404E;
}
</style>
border-color css
<style>
span { border-color: #EA404E; }
span { border-color: rgb(234,64,78); }
td.TdClassName
{
border-color: #EA404E;
}
.TagClassName
{
border-color: #EA404E;
}
</style>