Shades of Amaranth #ED1D4E
Tints of Amaranth #ED1D4E
RGB
CMYK
RGB Variations
Color information
#ED1D4E (or 0xED1D4E) is known color: Amaranth. HEX triplet: ED, 1D and 4E. RGB value is (237,29,78). Sum of RGB (Red+Green+Blue) = 237+29+78=344 (45% of max value = 765). Red value is 237 (92.97% from 255 or 68.90% from 344); Green value is 29 (11.72% from 255 or 8.43% from 344); Blue value is 78 (30.86% from 255 or 22.67% from 344); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1D4E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED1D4E is #12E2B1. Grayscale: #606060. Windows color (decimal): -1237682 or 5119469. OLE color: 5119469.
HSL color Cylindrical-coordinate representation of color #ED1D4E: hue angle of 345.87º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #ED1D4E is Cyan = 0, Magento = 0.88, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 29 | 78 | - |
| CMYK | 0 | 0.88 | 0.67 | 0.07 |
| HSL | 345.87º | 0.85% | 0.52% | - |
| HSV(B) | 345.87º | 0.88% | 0.93% | - |
| XYZ | 36.74 | 19.43 | 9.02 | - |
| YUV | 96.78 | 117.41 | 228.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 29 | 78 | 0 | 0.88 | 0.67 | 0.07 | 345.87 | 0.85 | 0.52 |
| Hex | ED | 1D | 4E | 0 | 58 | 43 | 7 | 15A | 55 | 34 |
| Octal | 355 | 35 | 116 | 0 | 130 | 103 | 7 | 532 | 125 | 64 |
| Binary | 11101101 | 11101 | 1001110 | 0 | 1011000 | 1000011 | 111 | 101011010 | 1010101 | 110100 |
Color Harmonies of #ED1D4E
Complementary color
Monochromatic Colors of #ED1D4E
Black with #ED1D4E
Text Example
Text Example
White with #ED1D4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED1D4E; }
p { color: rgb(237,29,78); }
H1.HeaderClassName
{
color: #ED1D4E;
}
.AnyTagClassName
{
color: #ED1D4E;
}
</style>
background-color css
<style>
a { background-color: #ED1D4E; }
a { background-color: rgb(237,29,78); }
div.DivClassName
{
background-color: #ED1D4E;
}
.BgClassName
{
background-color: #ED1D4E;
}
</style>
border-color css
<style>
span { border-color: #ED1D4E; }
span { border-color: rgb(237,29,78); }
td.TdClassName
{
border-color: #ED1D4E;
}
.TagClassName
{
border-color: #ED1D4E;
}
</style>