Shades of Amaranth #ED3245
Tints of Amaranth #ED3245
RGB
CMYK
RGB Variations
Color information
#ED3245 (or 0xED3245) is known color: Amaranth. HEX triplet: ED, 32 and 45. RGB value is (237,50,69). Sum of RGB (Red+Green+Blue) = 237+50+69=356 (47% of max value = 765). Red value is 237 (92.97% from 255 or 66.57% from 356); Green value is 50 (19.92% from 255 or 14.04% from 356); Blue value is 69 (27.34% from 255 or 19.38% from 356); Max value from RGB is 237 - color contains mainly: red. Hex color #ED3245 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED3245 is #12CDBA. Grayscale: #6C6C6C. Windows color (decimal): -1232315 or 4535021. OLE color: 4535021.
HSL color Cylindrical-coordinate representation of color #ED3245: hue angle of 353.9º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #ED3245 is Cyan = 0, Magento = 0.79, Yellow = 0.71 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 50 | 69 | - |
| CMYK | 0 | 0.79 | 0.71 | 0.07 |
| HSL | 353.9º | 0.84% | 0.56% | - |
| HSV(B) | 353.9º | 0.79% | 0.93% | - |
| XYZ | 37.14 | 20.72 | 7.67 | - |
| YUV | 108.08 | 105.95 | 219.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 50 | 69 | 0 | 0.79 | 0.71 | 0.07 | 353.9 | 0.84 | 0.56 |
| Hex | ED | 32 | 45 | 0 | 4F | 47 | 7 | 162 | 54 | 38 |
| Octal | 355 | 62 | 105 | 0 | 117 | 107 | 7 | 542 | 124 | 70 |
| Binary | 11101101 | 110010 | 1000101 | 0 | 1001111 | 1000111 | 111 | 101100010 | 1010100 | 111000 |
Color Harmonies of #ED3245
Complementary color
Monochromatic Colors of #ED3245
Black with #ED3245
Text Example
Text Example
White with #ED3245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED3245; }
p { color: rgb(237,50,69); }
H1.HeaderClassName
{
color: #ED3245;
}
.AnyTagClassName
{
color: #ED3245;
}
</style>
background-color css
<style>
a { background-color: #ED3245; }
a { background-color: rgb(237,50,69); }
div.DivClassName
{
background-color: #ED3245;
}
.BgClassName
{
background-color: #ED3245;
}
</style>
border-color css
<style>
span { border-color: #ED3245; }
span { border-color: rgb(237,50,69); }
td.TdClassName
{
border-color: #ED3245;
}
.TagClassName
{
border-color: #ED3245;
}
</style>