Shades of Amaranth #ED3043
Tints of Amaranth #ED3043
RGB
CMYK
RGB Variations
Color information
#ED3043 (or 0xED3043) is known color: Amaranth. HEX triplet: ED, 30 and 43. RGB value is (237,48,67). Sum of RGB (Red+Green+Blue) = 237+48+67=352 (46% of max value = 765). Red value is 237 (92.97% from 255 or 67.33% from 352); Green value is 48 (19.14% from 255 or 13.64% from 352); Blue value is 67 (26.56% from 255 or 19.03% from 352); Max value from RGB is 237 - color contains mainly: red. Hex color #ED3043 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED3043 is #12CFBC. Grayscale: #6A6A6A. Windows color (decimal): -1232829 or 4403437. OLE color: 4403437.
HSL color Cylindrical-coordinate representation of color #ED3043: hue angle of 353.97º 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 #ED3043 is Cyan = 0, Magento = 0.80, Yellow = 0.72 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 48 | 67 | - |
| CMYK | 0 | 0.80 | 0.72 | 0.07 |
| HSL | 353.97º | 0.84% | 0.56% | - |
| HSV(B) | 353.97º | 0.8% | 0.93% | - |
| XYZ | 37 | 20.52 | 7.32 | - |
| YUV | 106.68 | 105.62 | 220.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 48 | 67 | 0 | 0.80 | 0.72 | 0.07 | 353.97 | 0.84 | 0.56 |
| Hex | ED | 30 | 43 | 0 | 50 | 48 | 7 | 162 | 54 | 38 |
| Octal | 355 | 60 | 103 | 0 | 120 | 110 | 7 | 542 | 124 | 70 |
| Binary | 11101101 | 110000 | 1000011 | 0 | 1010000 | 1001000 | 111 | 101100010 | 1010100 | 111000 |
Color Harmonies of #ED3043
Complementary color
Monochromatic Colors of #ED3043
Black with #ED3043
Text Example
Text Example
White with #ED3043
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED3043; }
p { color: rgb(237,48,67); }
H1.HeaderClassName
{
color: #ED3043;
}
.AnyTagClassName
{
color: #ED3043;
}
</style>
background-color css
<style>
a { background-color: #ED3043; }
a { background-color: rgb(237,48,67); }
div.DivClassName
{
background-color: #ED3043;
}
.BgClassName
{
background-color: #ED3043;
}
</style>
border-color css
<style>
span { border-color: #ED3043; }
span { border-color: rgb(237,48,67); }
td.TdClassName
{
border-color: #ED3043;
}
.TagClassName
{
border-color: #ED3043;
}
</style>