Shades of Amaranth #ED494A
Tints of Amaranth #ED494A
RGB
CMYK
RGB Variations
Color information
#ED494A (or 0xED494A) is known color: Amaranth. HEX triplet: ED, 49 and 4A. RGB value is (237,73,74). Sum of RGB (Red+Green+Blue) = 237+73+74=384 (50% of max value = 765). Red value is 237 (92.97% from 255 or 61.72% from 384); Green value is 73 (28.91% from 255 or 19.01% from 384); Blue value is 74 (29.30% from 255 or 19.27% from 384); Max value from RGB is 237 - color contains mainly: red. Hex color #ED494A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED494A is #12B6B5. Grayscale: #7A7A7A. Windows color (decimal): -1226422 or 4868589. OLE color: 4868589.
HSL color Cylindrical-coordinate representation of color #ED494A: hue angle of 359.63º 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 #ED494A is Cyan = 0, Magento = 0.69, Yellow = 0.69 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 73 | 74 | - |
| CMYK | 0 | 0.69 | 0.69 | 0.07 |
| HSL | 359.63º | 0.82% | 0.61% | - |
| HSV(B) | 359.63º | 0.69% | 0.93% | - |
| XYZ | 38.54 | 23.26 | 8.94 | - |
| YUV | 122.15 | 100.83 | 209.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 73 | 74 | 0 | 0.69 | 0.69 | 0.07 | 359.63 | 0.82 | 0.61 |
| Hex | ED | 49 | 4A | 0 | 45 | 45 | 7 | 168 | 52 | 3D |
| Octal | 355 | 111 | 112 | 0 | 105 | 105 | 7 | 550 | 122 | 75 |
| Binary | 11101101 | 1001001 | 1001010 | 0 | 1000101 | 1000101 | 111 | 101101000 | 1010010 | 111101 |
Color Harmonies of #ED494A
Complementary color
Monochromatic Colors of #ED494A
Black with #ED494A
Text Example
Text Example
White with #ED494A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED494A; }
p { color: rgb(237,73,74); }
H1.HeaderClassName
{
color: #ED494A;
}
.AnyTagClassName
{
color: #ED494A;
}
</style>
background-color css
<style>
a { background-color: #ED494A; }
a { background-color: rgb(237,73,74); }
div.DivClassName
{
background-color: #ED494A;
}
.BgClassName
{
background-color: #ED494A;
}
</style>
border-color css
<style>
span { border-color: #ED494A; }
span { border-color: rgb(237,73,74); }
td.TdClassName
{
border-color: #ED494A;
}
.TagClassName
{
border-color: #ED494A;
}
</style>