Shades of Amaranth #ED204C
Tints of Amaranth #ED204C
RGB
CMYK
RGB Variations
Color information
#ED204C (or 0xED204C) is known color: Amaranth. HEX triplet: ED, 20 and 4C. RGB value is (237,32,76). Sum of RGB (Red+Green+Blue) = 237+32+76=345 (45% of max value = 765). Red value is 237 (92.97% from 255 or 68.70% from 345); Green value is 32 (12.89% from 255 or 9.28% from 345); Blue value is 76 (30.08% from 255 or 22.03% from 345); Max value from RGB is 237 - color contains mainly: red. Hex color #ED204C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED204C is #12DFB3. Grayscale: #626262. Windows color (decimal): -1236916 or 4989165. OLE color: 4989165.
HSL color Cylindrical-coordinate representation of color #ED204C: hue angle of 347.12º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #ED204C is Cyan = 0, Magento = 0.86, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 32 | 76 | - |
| CMYK | 0 | 0.86 | 0.68 | 0.07 |
| HSL | 347.12º | 0.85% | 0.53% | - |
| HSV(B) | 347.12º | 0.86% | 0.93% | - |
| XYZ | 36.75 | 19.56 | 8.68 | - |
| YUV | 98.31 | 115.42 | 226.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 32 | 76 | 0 | 0.86 | 0.68 | 0.07 | 347.12 | 0.85 | 0.53 |
| Hex | ED | 20 | 4C | 0 | 56 | 44 | 7 | 15B | 55 | 35 |
| Octal | 355 | 40 | 114 | 0 | 126 | 104 | 7 | 533 | 125 | 65 |
| Binary | 11101101 | 100000 | 1001100 | 0 | 1010110 | 1000100 | 111 | 101011011 | 1010101 | 110101 |
Color Harmonies of #ED204C
Complementary color
Monochromatic Colors of #ED204C
Black with #ED204C
Text Example
Text Example
White with #ED204C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED204C; }
p { color: rgb(237,32,76); }
H1.HeaderClassName
{
color: #ED204C;
}
.AnyTagClassName
{
color: #ED204C;
}
</style>
background-color css
<style>
a { background-color: #ED204C; }
a { background-color: rgb(237,32,76); }
div.DivClassName
{
background-color: #ED204C;
}
.BgClassName
{
background-color: #ED204C;
}
</style>
border-color css
<style>
span { border-color: #ED204C; }
span { border-color: rgb(237,32,76); }
td.TdClassName
{
border-color: #ED204C;
}
.TagClassName
{
border-color: #ED204C;
}
</style>