Shades of Amaranth #EA184D
Tints of Amaranth #EA184D
RGB
CMYK
RGB Variations
Color information
#EA184D (or 0xEA184D) is known color: Amaranth. HEX triplet: EA, 18 and 4D. RGB value is (234,24,77). Sum of RGB (Red+Green+Blue) = 234+24+77=335 (44% of max value = 765). Red value is 234 (91.80% from 255 or 69.85% from 335); Green value is 24 (9.77% from 255 or 7.16% from 335); Blue value is 77 (30.47% from 255 or 22.99% from 335); Max value from RGB is 234 - color contains mainly: red. Hex color #EA184D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EA184D is #15E7B2. Grayscale: #5C5C5C. Windows color (decimal): -1435571 or 5052650. OLE color: 5052650.
HSL color Cylindrical-coordinate representation of color #EA184D: hue angle of 344.86º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EA184D is Cyan = 0, Magento = 0.90, Yellow = 0.67 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 24 | 77 | - |
| CMYK | 0 | 0.90 | 0.67 | 0.08 |
| HSL | 344.86º | 0.83% | 0.51% | - |
| HSV(B) | 344.86º | 0.9% | 0.92% | - |
| XYZ | 35.6 | 18.68 | 8.75 | - |
| YUV | 92.83 | 119.07 | 228.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 24 | 77 | 0 | 0.90 | 0.67 | 0.08 | 344.86 | 0.83 | 0.51 |
| Hex | EA | 18 | 4D | 0 | 5A | 43 | 8 | 159 | 53 | 33 |
| Octal | 352 | 30 | 115 | 0 | 132 | 103 | 10 | 531 | 123 | 63 |
| Binary | 11101010 | 11000 | 1001101 | 0 | 1011010 | 1000011 | 1000 | 101011001 | 1010011 | 110011 |
Color Harmonies of #EA184D
Complementary color
Monochromatic Colors of #EA184D
Black with #EA184D
Text Example
Text Example
White with #EA184D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA184D; }
p { color: rgb(234,24,77); }
H1.HeaderClassName
{
color: #EA184D;
}
.AnyTagClassName
{
color: #EA184D;
}
</style>
background-color css
<style>
a { background-color: #EA184D; }
a { background-color: rgb(234,24,77); }
div.DivClassName
{
background-color: #EA184D;
}
.BgClassName
{
background-color: #EA184D;
}
</style>
border-color css
<style>
span { border-color: #EA184D; }
span { border-color: rgb(234,24,77); }
td.TdClassName
{
border-color: #EA184D;
}
.TagClassName
{
border-color: #EA184D;
}
</style>