Shades of Amaranth #ED314C
Tints of Amaranth #ED314C
RGB
CMYK
RGB Variations
Color information
#ED314C (or 0xED314C) is known color: Amaranth. HEX triplet: ED, 31 and 4C. RGB value is (237,49,76). Sum of RGB (Red+Green+Blue) = 237+49+76=362 (47% of max value = 765). Red value is 237 (92.97% from 255 or 65.47% from 362); Green value is 49 (19.53% from 255 or 13.54% from 362); Blue value is 76 (30.08% from 255 or 20.99% from 362); Max value from RGB is 237 - color contains mainly: red. Hex color #ED314C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED314C is #12CEB3. Grayscale: #6C6C6C. Windows color (decimal): -1232564 or 4993517. OLE color: 4993517.
HSL color Cylindrical-coordinate representation of color #ED314C: hue angle of 351.38º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #ED314C is Cyan = 0, Magento = 0.79, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 49 | 76 | - |
| CMYK | 0 | 0.79 | 0.68 | 0.07 |
| HSL | 351.38º | 0.84% | 0.56% | - |
| HSV(B) | 351.38º | 0.79% | 0.93% | - |
| XYZ | 37.33 | 20.72 | 8.87 | - |
| YUV | 108.29 | 109.78 | 219.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 49 | 76 | 0 | 0.79 | 0.68 | 0.07 | 351.38 | 0.84 | 0.56 |
| Hex | ED | 31 | 4C | 0 | 4F | 44 | 7 | 15F | 54 | 38 |
| Octal | 355 | 61 | 114 | 0 | 117 | 104 | 7 | 537 | 124 | 70 |
| Binary | 11101101 | 110001 | 1001100 | 0 | 1001111 | 1000100 | 111 | 101011111 | 1010100 | 111000 |
Color Harmonies of #ED314C
Complementary color
Monochromatic Colors of #ED314C
Black with #ED314C
Text Example
Text Example
White with #ED314C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED314C; }
p { color: rgb(237,49,76); }
H1.HeaderClassName
{
color: #ED314C;
}
.AnyTagClassName
{
color: #ED314C;
}
</style>
background-color css
<style>
a { background-color: #ED314C; }
a { background-color: rgb(237,49,76); }
div.DivClassName
{
background-color: #ED314C;
}
.BgClassName
{
background-color: #ED314C;
}
</style>
border-color css
<style>
span { border-color: #ED314C; }
span { border-color: rgb(237,49,76); }
td.TdClassName
{
border-color: #ED314C;
}
.TagClassName
{
border-color: #ED314C;
}
</style>