Shades of Amaranth #ED384C
Tints of Amaranth #ED384C
RGB
CMYK
RGB Variations
Color information
#ED384C (or 0xED384C) is known color: Amaranth. HEX triplet: ED, 38 and 4C. RGB value is (237,56,76). Sum of RGB (Red+Green+Blue) = 237+56+76=369 (48% of max value = 765). Red value is 237 (92.97% from 255 or 64.23% from 369); Green value is 56 (22.27% from 255 or 15.18% from 369); Blue value is 76 (30.08% from 255 or 20.60% from 369); Max value from RGB is 237 - color contains mainly: red. Hex color #ED384C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED384C is #12C7B3. Grayscale: #707070. Windows color (decimal): -1230772 or 4995309. OLE color: 4995309.
HSL color Cylindrical-coordinate representation of color #ED384C: hue angle of 353.37º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #ED384C is Cyan = 0, Magento = 0.76, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 56 | 76 | - |
| CMYK | 0 | 0.76 | 0.68 | 0.07 |
| HSL | 353.37º | 0.83% | 0.57% | - |
| HSV(B) | 353.37º | 0.76% | 0.93% | - |
| XYZ | 37.64 | 21.35 | 8.98 | - |
| YUV | 112.4 | 107.47 | 216.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 56 | 76 | 0 | 0.76 | 0.68 | 0.07 | 353.37 | 0.83 | 0.57 |
| Hex | ED | 38 | 4C | 0 | 4C | 44 | 7 | 161 | 53 | 39 |
| Octal | 355 | 70 | 114 | 0 | 114 | 104 | 7 | 541 | 123 | 71 |
| Binary | 11101101 | 111000 | 1001100 | 0 | 1001100 | 1000100 | 111 | 101100001 | 1010011 | 111001 |
Color Harmonies of #ED384C
Complementary color
Monochromatic Colors of #ED384C
Black with #ED384C
Text Example
Text Example
White with #ED384C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED384C; }
p { color: rgb(237,56,76); }
H1.HeaderClassName
{
color: #ED384C;
}
.AnyTagClassName
{
color: #ED384C;
}
</style>
background-color css
<style>
a { background-color: #ED384C; }
a { background-color: rgb(237,56,76); }
div.DivClassName
{
background-color: #ED384C;
}
.BgClassName
{
background-color: #ED384C;
}
</style>
border-color css
<style>
span { border-color: #ED384C; }
span { border-color: rgb(237,56,76); }
td.TdClassName
{
border-color: #ED384C;
}
.TagClassName
{
border-color: #ED384C;
}
</style>