Shades of Amaranth #ED424D
Tints of Amaranth #ED424D
RGB
CMYK
RGB Variations
Color information
#ED424D (or 0xED424D) is known color: Amaranth. HEX triplet: ED, 42 and 4D. RGB value is (237,66,77). Sum of RGB (Red+Green+Blue) = 237+66+77=380 (50% of max value = 765). Red value is 237 (92.97% from 255 or 62.37% from 380); Green value is 66 (26.17% from 255 or 17.37% from 380); Blue value is 77 (30.47% from 255 or 20.26% from 380); Max value from RGB is 237 - color contains mainly: red. Hex color #ED424D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED424D is #12BDB2. Grayscale: #767676. Windows color (decimal): -1228211 or 5063405. OLE color: 5063405.
HSL color Cylindrical-coordinate representation of color #ED424D: hue angle of 356.14º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #ED424D is Cyan = 0, Magento = 0.72, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 66 | 77 | - |
| CMYK | 0 | 0.72 | 0.68 | 0.07 |
| HSL | 356.14º | 0.83% | 0.59% | - |
| HSV(B) | 356.14º | 0.72% | 0.93% | - |
| XYZ | 38.21 | 22.44 | 9.34 | - |
| YUV | 118.38 | 104.65 | 212.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 66 | 77 | 0 | 0.72 | 0.68 | 0.07 | 356.14 | 0.83 | 0.59 |
| Hex | ED | 42 | 4D | 0 | 48 | 44 | 7 | 164 | 53 | 3B |
| Octal | 355 | 102 | 115 | 0 | 110 | 104 | 7 | 544 | 123 | 73 |
| Binary | 11101101 | 1000010 | 1001101 | 0 | 1001000 | 1000100 | 111 | 101100100 | 1010011 | 111011 |
Color Harmonies of #ED424D
Complementary color
Monochromatic Colors of #ED424D
Black with #ED424D
Text Example
Text Example
White with #ED424D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED424D; }
p { color: rgb(237,66,77); }
H1.HeaderClassName
{
color: #ED424D;
}
.AnyTagClassName
{
color: #ED424D;
}
</style>
background-color css
<style>
a { background-color: #ED424D; }
a { background-color: rgb(237,66,77); }
div.DivClassName
{
background-color: #ED424D;
}
.BgClassName
{
background-color: #ED424D;
}
</style>
border-color css
<style>
span { border-color: #ED424D; }
span { border-color: rgb(237,66,77); }
td.TdClassName
{
border-color: #ED424D;
}
.TagClassName
{
border-color: #ED424D;
}
</style>