Shades of Amaranth #ED3047
Tints of Amaranth #ED3047
RGB
CMYK
RGB Variations
Color information
#ED3047 (or 0xED3047) is known color: Amaranth. HEX triplet: ED, 30 and 47. RGB value is (237,48,71). Sum of RGB (Red+Green+Blue) = 237+48+71=356 (47% of max value = 765). Red value is 237 (92.97% from 255 or 66.57% from 356); Green value is 48 (19.14% from 255 or 13.48% from 356); Blue value is 71 (28.12% from 255 or 19.94% from 356); Max value from RGB is 237 - color contains mainly: red. Hex color #ED3047 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED3047 is #12CFB8. Grayscale: #6B6B6B. Windows color (decimal): -1232825 or 4665581. OLE color: 4665581.
HSL color Cylindrical-coordinate representation of color #ED3047: hue angle of 352.7º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #ED3047 is Cyan = 0, Magento = 0.80, Yellow = 0.70 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 48 | 71 | - |
| CMYK | 0 | 0.80 | 0.70 | 0.07 |
| HSL | 352.7º | 0.84% | 0.56% | - |
| HSV(B) | 352.7º | 0.8% | 0.93% | - |
| XYZ | 37.12 | 20.57 | 7.98 | - |
| YUV | 107.13 | 107.62 | 220.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 48 | 71 | 0 | 0.80 | 0.70 | 0.07 | 352.7 | 0.84 | 0.56 |
| Hex | ED | 30 | 47 | 0 | 50 | 46 | 7 | 161 | 54 | 38 |
| Octal | 355 | 60 | 107 | 0 | 120 | 106 | 7 | 541 | 124 | 70 |
| Binary | 11101101 | 110000 | 1000111 | 0 | 1010000 | 1000110 | 111 | 101100001 | 1010100 | 111000 |
Color Harmonies of #ED3047
Complementary color
Monochromatic Colors of #ED3047
Black with #ED3047
Text Example
Text Example
White with #ED3047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED3047; }
p { color: rgb(237,48,71); }
H1.HeaderClassName
{
color: #ED3047;
}
.AnyTagClassName
{
color: #ED3047;
}
</style>
background-color css
<style>
a { background-color: #ED3047; }
a { background-color: rgb(237,48,71); }
div.DivClassName
{
background-color: #ED3047;
}
.BgClassName
{
background-color: #ED3047;
}
</style>
border-color css
<style>
span { border-color: #ED3047; }
span { border-color: rgb(237,48,71); }
td.TdClassName
{
border-color: #ED3047;
}
.TagClassName
{
border-color: #ED3047;
}
</style>