Shades of Amaranth #EA184E
Tints of Amaranth #EA184E
RGB
CMYK
RGB Variations
Color information
#EA184E (or 0xEA184E) is known color: Amaranth. HEX triplet: EA, 18 and 4E. RGB value is (234,24,78). Sum of RGB (Red+Green+Blue) = 234+24+78=336 (44% of max value = 765). Red value is 234 (91.80% from 255 or 69.64% from 336); Green value is 24 (9.77% from 255 or 7.14% from 336); Blue value is 78 (30.86% from 255 or 23.21% from 336); Max value from RGB is 234 - color contains mainly: red. Hex color #EA184E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EA184E is #15E7B1. Grayscale: #5C5C5C. Windows color (decimal): -1435570 or 5118186. OLE color: 5118186.
HSL color Cylindrical-coordinate representation of color #EA184E: hue angle of 344.57º 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 #EA184E is Cyan = 0, Magento = 0.90, Yellow = 0.67 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 24 | 78 | - |
| CMYK | 0 | 0.90 | 0.67 | 0.08 |
| HSL | 344.57º | 0.83% | 0.51% | - |
| HSV(B) | 344.57º | 0.9% | 0.92% | - |
| XYZ | 35.63 | 18.7 | 8.94 | - |
| YUV | 92.95 | 119.57 | 228.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 24 | 78 | 0 | 0.90 | 0.67 | 0.08 | 344.57 | 0.83 | 0.51 |
| Hex | EA | 18 | 4E | 0 | 5A | 43 | 8 | 159 | 53 | 33 |
| Octal | 352 | 30 | 116 | 0 | 132 | 103 | 10 | 531 | 123 | 63 |
| Binary | 11101010 | 11000 | 1001110 | 0 | 1011010 | 1000011 | 1000 | 101011001 | 1010011 | 110011 |
Color Harmonies of #EA184E
Complementary color
Monochromatic Colors of #EA184E
Black with #EA184E
Text Example
Text Example
White with #EA184E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA184E; }
p { color: rgb(234,24,78); }
H1.HeaderClassName
{
color: #EA184E;
}
.AnyTagClassName
{
color: #EA184E;
}
</style>
background-color css
<style>
a { background-color: #EA184E; }
a { background-color: rgb(234,24,78); }
div.DivClassName
{
background-color: #EA184E;
}
.BgClassName
{
background-color: #EA184E;
}
</style>
border-color css
<style>
span { border-color: #EA184E; }
span { border-color: rgb(234,24,78); }
td.TdClassName
{
border-color: #EA184E;
}
.TagClassName
{
border-color: #EA184E;
}
</style>