Shades of Amaranth #ED1E4B
Tints of Amaranth #ED1E4B
RGB
CMYK
RGB Variations
Color information
#ED1E4B (or 0xED1E4B) is known color: Amaranth. HEX triplet: ED, 1E and 4B. RGB value is (237,30,75). Sum of RGB (Red+Green+Blue) = 237+30+75=342 (45% of max value = 765). Red value is 237 (92.97% from 255 or 69.30% from 342); Green value is 30 (12.11% from 255 or 8.77% from 342); Blue value is 75 (29.69% from 255 or 21.93% from 342); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1E4B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED1E4B is #12E1B4. Grayscale: #616161. Windows color (decimal): -1237429 or 4923117. OLE color: 4923117.
HSL color Cylindrical-coordinate representation of color #ED1E4B: hue angle of 346.96º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #ED1E4B is Cyan = 0, Magento = 0.87, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 30 | 75 | - |
| CMYK | 0 | 0.87 | 0.68 | 0.07 |
| HSL | 346.96º | 0.85% | 0.52% | - |
| HSV(B) | 346.96º | 0.87% | 0.93% | - |
| XYZ | 36.66 | 19.44 | 8.48 | - |
| YUV | 97.02 | 115.58 | 227.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 30 | 75 | 0 | 0.87 | 0.68 | 0.07 | 346.96 | 0.85 | 0.52 |
| Hex | ED | 1E | 4B | 0 | 57 | 44 | 7 | 15B | 55 | 34 |
| Octal | 355 | 36 | 113 | 0 | 127 | 104 | 7 | 533 | 125 | 64 |
| Binary | 11101101 | 11110 | 1001011 | 0 | 1010111 | 1000100 | 111 | 101011011 | 1010101 | 110100 |
Color Harmonies of #ED1E4B
Complementary color
Monochromatic Colors of #ED1E4B
Black with #ED1E4B
Text Example
Text Example
White with #ED1E4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED1E4B; }
p { color: rgb(237,30,75); }
H1.HeaderClassName
{
color: #ED1E4B;
}
.AnyTagClassName
{
color: #ED1E4B;
}
</style>
background-color css
<style>
a { background-color: #ED1E4B; }
a { background-color: rgb(237,30,75); }
div.DivClassName
{
background-color: #ED1E4B;
}
.BgClassName
{
background-color: #ED1E4B;
}
</style>
border-color css
<style>
span { border-color: #ED1E4B; }
span { border-color: rgb(237,30,75); }
td.TdClassName
{
border-color: #ED1E4B;
}
.TagClassName
{
border-color: #ED1E4B;
}
</style>