Shades of Amaranth #ED3445
Tints of Amaranth #ED3445
RGB
CMYK
RGB Variations
Color information
#ED3445 (or 0xED3445) is known color: Amaranth. HEX triplet: ED, 34 and 45. RGB value is (237,52,69). Sum of RGB (Red+Green+Blue) = 237+52+69=358 (47% of max value = 765). Red value is 237 (92.97% from 255 or 66.20% from 358); Green value is 52 (20.70% from 255 or 14.53% from 358); Blue value is 69 (27.34% from 255 or 19.27% from 358); Max value from RGB is 237 - color contains mainly: red. Hex color #ED3445 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED3445 is #12CBBA. Grayscale: #6D6D6D. Windows color (decimal): -1231803 or 4535533. OLE color: 4535533.
HSL color Cylindrical-coordinate representation of color #ED3445: hue angle of 354.49º degrees, saturation: 0.84, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #ED3445 is Cyan = 0, Magento = 0.78, Yellow = 0.71 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 52 | 69 | - |
| CMYK | 0 | 0.78 | 0.71 | 0.07 |
| HSL | 354.49º | 0.84% | 0.57% | - |
| HSV(B) | 354.49º | 0.78% | 0.93% | - |
| XYZ | 37.23 | 20.89 | 7.7 | - |
| YUV | 109.25 | 105.29 | 219.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 52 | 69 | 0 | 0.78 | 0.71 | 0.07 | 354.49 | 0.84 | 0.57 |
| Hex | ED | 34 | 45 | 0 | 4E | 47 | 7 | 162 | 54 | 39 |
| Octal | 355 | 64 | 105 | 0 | 116 | 107 | 7 | 542 | 124 | 71 |
| Binary | 11101101 | 110100 | 1000101 | 0 | 1001110 | 1000111 | 111 | 101100010 | 1010100 | 111001 |
Color Harmonies of #ED3445
Complementary color
Monochromatic Colors of #ED3445
Black with #ED3445
Text Example
Text Example
White with #ED3445
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED3445; }
p { color: rgb(237,52,69); }
H1.HeaderClassName
{
color: #ED3445;
}
.AnyTagClassName
{
color: #ED3445;
}
</style>
background-color css
<style>
a { background-color: #ED3445; }
a { background-color: rgb(237,52,69); }
div.DivClassName
{
background-color: #ED3445;
}
.BgClassName
{
background-color: #ED3445;
}
</style>
border-color css
<style>
span { border-color: #ED3445; }
span { border-color: rgb(237,52,69); }
td.TdClassName
{
border-color: #ED3445;
}
.TagClassName
{
border-color: #ED3445;
}
</style>