Shades of Amaranth #ED174E
Tints of Amaranth #ED174E
RGB
CMYK
RGB Variations
Color information
#ED174E (or 0xED174E) is known color: Amaranth. HEX triplet: ED, 17 and 4E. RGB value is (237,23,78). Sum of RGB (Red+Green+Blue) = 237+23+78=338 (44% of max value = 765). Red value is 237 (92.97% from 255 or 70.12% from 338); Green value is 23 (9.38% from 255 or 6.80% from 338); Blue value is 78 (30.86% from 255 or 23.08% from 338); Max value from RGB is 237 - color contains mainly: red. Hex color #ED174E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #ED174E is #12E8B1. Grayscale: #5D5D5D. Windows color (decimal): -1239218 or 5117933. OLE color: 5117933.
HSL color Cylindrical-coordinate representation of color #ED174E: hue angle of 344.58º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #ED174E is Cyan = 0, Magento = 0.90, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 23 | 78 | - |
| CMYK | 0 | 0.90 | 0.67 | 0.07 |
| HSL | 344.58º | 0.86% | 0.51% | - |
| HSV(B) | 344.58º | 0.9% | 0.93% | - |
| XYZ | 36.61 | 19.17 | 8.98 | - |
| YUV | 93.26 | 119.4 | 230.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 23 | 78 | 0 | 0.90 | 0.67 | 0.07 | 344.58 | 0.86 | 0.51 |
| Hex | ED | 17 | 4E | 0 | 5A | 43 | 7 | 159 | 56 | 33 |
| Octal | 355 | 27 | 116 | 0 | 132 | 103 | 7 | 531 | 126 | 63 |
| Binary | 11101101 | 10111 | 1001110 | 0 | 1011010 | 1000011 | 111 | 101011001 | 1010110 | 110011 |
Color Harmonies of #ED174E
Complementary color
Monochromatic Colors of #ED174E
Black with #ED174E
Text Example
Text Example
White with #ED174E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED174E; }
p { color: rgb(237,23,78); }
H1.HeaderClassName
{
color: #ED174E;
}
.AnyTagClassName
{
color: #ED174E;
}
</style>
background-color css
<style>
a { background-color: #ED174E; }
a { background-color: rgb(237,23,78); }
div.DivClassName
{
background-color: #ED174E;
}
.BgClassName
{
background-color: #ED174E;
}
</style>
border-color css
<style>
span { border-color: #ED174E; }
span { border-color: rgb(237,23,78); }
td.TdClassName
{
border-color: #ED174E;
}
.TagClassName
{
border-color: #ED174E;
}
</style>