Shades of Amaranth #EA194D
Tints of Amaranth #EA194D
RGB
CMYK
RGB Variations
Color information
#EA194D (or 0xEA194D) is known color: Amaranth. HEX triplet: EA, 19 and 4D. RGB value is (234,25,77). Sum of RGB (Red+Green+Blue) = 234+25+77=336 (44% of max value = 765). Red value is 234 (91.80% from 255 or 69.64% from 336); Green value is 25 (10.16% from 255 or 7.44% from 336); Blue value is 77 (30.47% from 255 or 22.92% from 336); Max value from RGB is 234 - color contains mainly: red. Hex color #EA194D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EA194D is #15E6B2. Grayscale: #5D5D5D. Windows color (decimal): -1435315 or 5052906. OLE color: 5052906.
HSL color Cylindrical-coordinate representation of color #EA194D: hue angle of 345.07º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EA194D is Cyan = 0, Magento = 0.89, Yellow = 0.67 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 25 | 77 | - |
| CMYK | 0 | 0.89 | 0.67 | 0.08 |
| HSL | 345.07º | 0.83% | 0.51% | - |
| HSV(B) | 345.07º | 0.89% | 0.92% | - |
| XYZ | 35.62 | 18.72 | 8.76 | - |
| YUV | 93.42 | 118.74 | 228.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 25 | 77 | 0 | 0.89 | 0.67 | 0.08 | 345.07 | 0.83 | 0.51 |
| Hex | EA | 19 | 4D | 0 | 59 | 43 | 8 | 159 | 53 | 33 |
| Octal | 352 | 31 | 115 | 0 | 131 | 103 | 10 | 531 | 123 | 63 |
| Binary | 11101010 | 11001 | 1001101 | 0 | 1011001 | 1000011 | 1000 | 101011001 | 1010011 | 110011 |
Color Harmonies of #EA194D
Complementary color
Monochromatic Colors of #EA194D
Black with #EA194D
Text Example
Text Example
White with #EA194D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA194D; }
p { color: rgb(234,25,77); }
H1.HeaderClassName
{
color: #EA194D;
}
.AnyTagClassName
{
color: #EA194D;
}
</style>
background-color css
<style>
a { background-color: #EA194D; }
a { background-color: rgb(234,25,77); }
div.DivClassName
{
background-color: #EA194D;
}
.BgClassName
{
background-color: #EA194D;
}
</style>
border-color css
<style>
span { border-color: #EA194D; }
span { border-color: rgb(234,25,77); }
td.TdClassName
{
border-color: #EA194D;
}
.TagClassName
{
border-color: #EA194D;
}
</style>