Shades of Amaranth #EA174E
Tints of Amaranth #EA174E
RGB
CMYK
RGB Variations
Color information
#EA174E (or 0xEA174E) is known color: Amaranth. HEX triplet: EA, 17 and 4E. RGB value is (234,23,78). Sum of RGB (Red+Green+Blue) = 234+23+78=335 (44% of max value = 765). Red value is 234 (91.80% from 255 or 69.85% from 335); Green value is 23 (9.38% from 255 or 6.87% from 335); Blue value is 78 (30.86% from 255 or 23.28% from 335); Max value from RGB is 234 - color contains mainly: red. Hex color #EA174E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EA174E is #15E8B1. Grayscale: #5C5C5C. Windows color (decimal): -1435826 or 5117930. OLE color: 5117930.
HSL color Cylindrical-coordinate representation of color #EA174E: hue angle of 344.36º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EA174E is Cyan = 0, Magento = 0.90, Yellow = 0.67 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 23 | 78 | - |
| CMYK | 0 | 0.90 | 0.67 | 0.08 |
| HSL | 344.36º | 0.83% | 0.5% | - |
| HSV(B) | 344.36º | 0.9% | 0.92% | - |
| XYZ | 35.61 | 18.66 | 8.93 | - |
| YUV | 92.36 | 119.9 | 229.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 23 | 78 | 0 | 0.90 | 0.67 | 0.08 | 344.36 | 0.83 | 0.5 |
| Hex | EA | 17 | 4E | 0 | 5A | 43 | 8 | 158 | 53 | 32 |
| Octal | 352 | 27 | 116 | 0 | 132 | 103 | 10 | 530 | 123 | 62 |
| Binary | 11101010 | 10111 | 1001110 | 0 | 1011010 | 1000011 | 1000 | 101011000 | 1010011 | 110010 |
Color Harmonies of #EA174E
Complementary color
Monochromatic Colors of #EA174E
Black with #EA174E
Text Example
Text Example
White with #EA174E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA174E; }
p { color: rgb(234,23,78); }
H1.HeaderClassName
{
color: #EA174E;
}
.AnyTagClassName
{
color: #EA174E;
}
</style>
background-color css
<style>
a { background-color: #EA174E; }
a { background-color: rgb(234,23,78); }
div.DivClassName
{
background-color: #EA174E;
}
.BgClassName
{
background-color: #EA174E;
}
</style>
border-color css
<style>
span { border-color: #EA174E; }
span { border-color: rgb(234,23,78); }
td.TdClassName
{
border-color: #EA174E;
}
.TagClassName
{
border-color: #EA174E;
}
</style>