Shades of Amaranth #ED1F5C
Tints of Amaranth #ED1F5C
RGB
CMYK
RGB Variations
Color information
#ED1F5C (or 0xED1F5C) is known color: Amaranth. HEX triplet: ED, 1F and 5C. RGB value is (237,31,92). Sum of RGB (Red+Green+Blue) = 237+31+92=360 (47% of max value = 765). Red value is 237 (92.97% from 255 or 65.83% from 360); Green value is 31 (12.5% from 255 or 8.61% from 360); Blue value is 92 (36.33% from 255 or 25.56% from 360); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1F5C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED1F5C is #12E0A3. Grayscale: #636363. Windows color (decimal): -1237156 or 6037485. OLE color: 6037485.
HSL color Cylindrical-coordinate representation of color #ED1F5C: hue angle of 342.23º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #ED1F5C is Cyan = 0, Magento = 0.87, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 31 | 92 | - |
| CMYK | 0 | 0.87 | 0.61 | 0.07 |
| HSL | 342.23º | 0.85% | 0.53% | - |
| HSV(B) | 342.23º | 0.87% | 0.93% | - |
| XYZ | 37.35 | 19.76 | 11.97 | - |
| YUV | 99.55 | 123.75 | 226.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 31 | 92 | 0 | 0.87 | 0.61 | 0.07 | 342.23 | 0.85 | 0.53 |
| Hex | ED | 1F | 5C | 0 | 57 | 3D | 7 | 156 | 55 | 35 |
| Octal | 355 | 37 | 134 | 0 | 127 | 75 | 7 | 526 | 125 | 65 |
| Binary | 11101101 | 11111 | 1011100 | 0 | 1010111 | 111101 | 111 | 101010110 | 1010101 | 110101 |
Color Harmonies of #ED1F5C
Complementary color
Monochromatic Colors of #ED1F5C
Black with #ED1F5C
Text Example
Text Example
White with #ED1F5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED1F5C; }
p { color: rgb(237,31,92); }
H1.HeaderClassName
{
color: #ED1F5C;
}
.AnyTagClassName
{
color: #ED1F5C;
}
</style>
background-color css
<style>
a { background-color: #ED1F5C; }
a { background-color: rgb(237,31,92); }
div.DivClassName
{
background-color: #ED1F5C;
}
.BgClassName
{
background-color: #ED1F5C;
}
</style>
border-color css
<style>
span { border-color: #ED1F5C; }
span { border-color: rgb(237,31,92); }
td.TdClassName
{
border-color: #ED1F5C;
}
.TagClassName
{
border-color: #ED1F5C;
}
</style>