Shades of Amaranth #ED1F4B
Tints of Amaranth #ED1F4B
RGB
CMYK
RGB Variations
Color information
#ED1F4B (or 0xED1F4B) is known color: Amaranth. HEX triplet: ED, 1F and 4B. RGB value is (237,31,75). Sum of RGB (Red+Green+Blue) = 237+31+75=343 (45% of max value = 765). Red value is 237 (92.97% from 255 or 69.10% from 343); Green value is 31 (12.5% from 255 or 9.04% from 343); Blue value is 75 (29.69% from 255 or 21.87% from 343); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1F4B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED1F4B is #12E0B4. Grayscale: #616161. Windows color (decimal): -1237173 or 4923373. OLE color: 4923373.
HSL color Cylindrical-coordinate representation of color #ED1F4B: hue angle of 347.18º 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 #ED1F4B is Cyan = 0, Magento = 0.87, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 31 | 75 | - |
| CMYK | 0 | 0.87 | 0.68 | 0.07 |
| HSL | 347.18º | 0.85% | 0.53% | - |
| HSV(B) | 347.18º | 0.87% | 0.93% | - |
| XYZ | 36.69 | 19.49 | 8.49 | - |
| YUV | 97.61 | 115.25 | 227.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 31 | 75 | 0 | 0.87 | 0.68 | 0.07 | 347.18 | 0.85 | 0.53 |
| Hex | ED | 1F | 4B | 0 | 57 | 44 | 7 | 15B | 55 | 35 |
| Octal | 355 | 37 | 113 | 0 | 127 | 104 | 7 | 533 | 125 | 65 |
| Binary | 11101101 | 11111 | 1001011 | 0 | 1010111 | 1000100 | 111 | 101011011 | 1010101 | 110101 |
Color Harmonies of #ED1F4B
Complementary color
Monochromatic Colors of #ED1F4B
Black with #ED1F4B
Text Example
Text Example
White with #ED1F4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED1F4B; }
p { color: rgb(237,31,75); }
H1.HeaderClassName
{
color: #ED1F4B;
}
.AnyTagClassName
{
color: #ED1F4B;
}
</style>
background-color css
<style>
a { background-color: #ED1F4B; }
a { background-color: rgb(237,31,75); }
div.DivClassName
{
background-color: #ED1F4B;
}
.BgClassName
{
background-color: #ED1F4B;
}
</style>
border-color css
<style>
span { border-color: #ED1F4B; }
span { border-color: rgb(237,31,75); }
td.TdClassName
{
border-color: #ED1F4B;
}
.TagClassName
{
border-color: #ED1F4B;
}
</style>