Shades of Amaranth #ED204B
Tints of Amaranth #ED204B
RGB
CMYK
RGB Variations
Color information
#ED204B (or 0xED204B) is known color: Amaranth. HEX triplet: ED, 20 and 4B. RGB value is (237,32,75). Sum of RGB (Red+Green+Blue) = 237+32+75=344 (45% of max value = 765). Red value is 237 (92.97% from 255 or 68.90% from 344); Green value is 32 (12.89% from 255 or 9.30% from 344); Blue value is 75 (29.69% from 255 or 21.80% from 344); Max value from RGB is 237 - color contains mainly: red. Hex color #ED204B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED204B is #12DFB4. Grayscale: #626262. Windows color (decimal): -1236917 or 4923629. OLE color: 4923629.
HSL color Cylindrical-coordinate representation of color #ED204B: hue angle of 347.41º 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 #ED204B is Cyan = 0, Magento = 0.86, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 32 | 75 | - |
| CMYK | 0 | 0.86 | 0.68 | 0.07 |
| HSL | 347.41º | 0.85% | 0.53% | - |
| HSV(B) | 347.41º | 0.86% | 0.93% | - |
| XYZ | 36.71 | 19.55 | 8.49 | - |
| YUV | 98.2 | 114.92 | 227 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 32 | 75 | 0 | 0.86 | 0.68 | 0.07 | 347.41 | 0.85 | 0.53 |
| Hex | ED | 20 | 4B | 0 | 56 | 44 | 7 | 15B | 55 | 35 |
| Octal | 355 | 40 | 113 | 0 | 126 | 104 | 7 | 533 | 125 | 65 |
| Binary | 11101101 | 100000 | 1001011 | 0 | 1010110 | 1000100 | 111 | 101011011 | 1010101 | 110101 |
Color Harmonies of #ED204B
Complementary color
Monochromatic Colors of #ED204B
Black with #ED204B
Text Example
Text Example
White with #ED204B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED204B; }
p { color: rgb(237,32,75); }
H1.HeaderClassName
{
color: #ED204B;
}
.AnyTagClassName
{
color: #ED204B;
}
</style>
background-color css
<style>
a { background-color: #ED204B; }
a { background-color: rgb(237,32,75); }
div.DivClassName
{
background-color: #ED204B;
}
.BgClassName
{
background-color: #ED204B;
}
</style>
border-color css
<style>
span { border-color: #ED204B; }
span { border-color: rgb(237,32,75); }
td.TdClassName
{
border-color: #ED204B;
}
.TagClassName
{
border-color: #ED204B;
}
</style>