Shades of Amaranth #ED494E
Tints of Amaranth #ED494E
RGB
CMYK
RGB Variations
Color information
#ED494E (or 0xED494E) is known color: Amaranth. HEX triplet: ED, 49 and 4E. RGB value is (237,73,78). Sum of RGB (Red+Green+Blue) = 237+73+78=388 (51% of max value = 765). Red value is 237 (92.97% from 255 or 61.08% from 388); Green value is 73 (28.91% from 255 or 18.81% from 388); Blue value is 78 (30.86% from 255 or 20.10% from 388); Max value from RGB is 237 - color contains mainly: red. Hex color #ED494E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED494E is #12B6B1. Grayscale: #7A7A7A. Windows color (decimal): -1226418 or 5130733. OLE color: 5130733.
HSL color Cylindrical-coordinate representation of color #ED494E: hue angle of 358.17º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #ED494E is Cyan = 0, Magento = 0.69, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 73 | 78 | - |
| CMYK | 0 | 0.69 | 0.67 | 0.07 |
| HSL | 358.17º | 0.82% | 0.61% | - |
| HSV(B) | 358.17º | 0.69% | 0.93% | - |
| XYZ | 38.68 | 23.32 | 9.67 | - |
| YUV | 122.61 | 102.83 | 209.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 73 | 78 | 0 | 0.69 | 0.67 | 0.07 | 358.17 | 0.82 | 0.61 |
| Hex | ED | 49 | 4E | 0 | 45 | 43 | 7 | 166 | 52 | 3D |
| Octal | 355 | 111 | 116 | 0 | 105 | 103 | 7 | 546 | 122 | 75 |
| Binary | 11101101 | 1001001 | 1001110 | 0 | 1000101 | 1000011 | 111 | 101100110 | 1010010 | 111101 |
Color Harmonies of #ED494E
Complementary color
Monochromatic Colors of #ED494E
Black with #ED494E
Text Example
Text Example
White with #ED494E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED494E; }
p { color: rgb(237,73,78); }
H1.HeaderClassName
{
color: #ED494E;
}
.AnyTagClassName
{
color: #ED494E;
}
</style>
background-color css
<style>
a { background-color: #ED494E; }
a { background-color: rgb(237,73,78); }
div.DivClassName
{
background-color: #ED494E;
}
.BgClassName
{
background-color: #ED494E;
}
</style>
border-color css
<style>
span { border-color: #ED494E; }
span { border-color: rgb(237,73,78); }
td.TdClassName
{
border-color: #ED494E;
}
.TagClassName
{
border-color: #ED494E;
}
</style>