Shades of Amaranth #ED3D4C
Tints of Amaranth #ED3D4C
RGB
CMYK
RGB Variations
Color information
#ED3D4C (or 0xED3D4C) is known color: Amaranth. HEX triplet: ED, 3D and 4C. RGB value is (237,61,76). Sum of RGB (Red+Green+Blue) = 237+61+76=374 (49% of max value = 765). Red value is 237 (92.97% from 255 or 63.37% from 374); Green value is 61 (24.22% from 255 or 16.31% from 374); Blue value is 76 (30.08% from 255 or 20.32% from 374); Max value from RGB is 237 - color contains mainly: red. Hex color #ED3D4C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED3D4C is #12C2B3. Grayscale: #737373. Windows color (decimal): -1229492 or 4996589. OLE color: 4996589.
HSL color Cylindrical-coordinate representation of color #ED3D4C: hue angle of 354.89º degrees, saturation: 0.83, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #ED3D4C is Cyan = 0, Magento = 0.74, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 61 | 76 | - |
| CMYK | 0 | 0.74 | 0.68 | 0.07 |
| HSL | 354.89º | 0.83% | 0.58% | - |
| HSV(B) | 354.89º | 0.74% | 0.93% | - |
| XYZ | 37.9 | 21.86 | 9.06 | - |
| YUV | 115.33 | 105.81 | 214.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 61 | 76 | 0 | 0.74 | 0.68 | 0.07 | 354.89 | 0.83 | 0.58 |
| Hex | ED | 3D | 4C | 0 | 4A | 44 | 7 | 163 | 53 | 3A |
| Octal | 355 | 75 | 114 | 0 | 112 | 104 | 7 | 543 | 123 | 72 |
| Binary | 11101101 | 111101 | 1001100 | 0 | 1001010 | 1000100 | 111 | 101100011 | 1010011 | 111010 |
Color Harmonies of #ED3D4C
Complementary color
Monochromatic Colors of #ED3D4C
Black with #ED3D4C
Text Example
Text Example
White with #ED3D4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED3D4C; }
p { color: rgb(237,61,76); }
H1.HeaderClassName
{
color: #ED3D4C;
}
.AnyTagClassName
{
color: #ED3D4C;
}
</style>
background-color css
<style>
a { background-color: #ED3D4C; }
a { background-color: rgb(237,61,76); }
div.DivClassName
{
background-color: #ED3D4C;
}
.BgClassName
{
background-color: #ED3D4C;
}
</style>
border-color css
<style>
span { border-color: #ED3D4C; }
span { border-color: rgb(237,61,76); }
td.TdClassName
{
border-color: #ED3D4C;
}
.TagClassName
{
border-color: #ED3D4C;
}
</style>