Shades of Amaranth #ED364C
Tints of Amaranth #ED364C
RGB
CMYK
RGB Variations
Color information
#ED364C (or 0xED364C) is known color: Amaranth. HEX triplet: ED, 36 and 4C. RGB value is (237,54,76). Sum of RGB (Red+Green+Blue) = 237+54+76=367 (48% of max value = 765). Red value is 237 (92.97% from 255 or 64.58% from 367); Green value is 54 (21.48% from 255 or 14.71% from 367); Blue value is 76 (30.08% from 255 or 20.71% from 367); Max value from RGB is 237 - color contains mainly: red. Hex color #ED364C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED364C is #12C9B3. Grayscale: #6F6F6F. Windows color (decimal): -1231284 or 4994797. OLE color: 4994797.
HSL color Cylindrical-coordinate representation of color #ED364C: hue angle of 352.79º degrees, saturation: 0.84, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #ED364C is Cyan = 0, Magento = 0.77, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 54 | 76 | - |
| CMYK | 0 | 0.77 | 0.68 | 0.07 |
| HSL | 352.79º | 0.84% | 0.57% | - |
| HSV(B) | 352.79º | 0.77% | 0.93% | - |
| XYZ | 37.55 | 21.16 | 8.94 | - |
| YUV | 111.23 | 108.13 | 217.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 54 | 76 | 0 | 0.77 | 0.68 | 0.07 | 352.79 | 0.84 | 0.57 |
| Hex | ED | 36 | 4C | 0 | 4D | 44 | 7 | 161 | 54 | 39 |
| Octal | 355 | 66 | 114 | 0 | 115 | 104 | 7 | 541 | 124 | 71 |
| Binary | 11101101 | 110110 | 1001100 | 0 | 1001101 | 1000100 | 111 | 101100001 | 1010100 | 111001 |
Color Harmonies of #ED364C
Complementary color
Monochromatic Colors of #ED364C
Black with #ED364C
Text Example
Text Example
White with #ED364C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED364C; }
p { color: rgb(237,54,76); }
H1.HeaderClassName
{
color: #ED364C;
}
.AnyTagClassName
{
color: #ED364C;
}
</style>
background-color css
<style>
a { background-color: #ED364C; }
a { background-color: rgb(237,54,76); }
div.DivClassName
{
background-color: #ED364C;
}
.BgClassName
{
background-color: #ED364C;
}
</style>
border-color css
<style>
span { border-color: #ED364C; }
span { border-color: rgb(237,54,76); }
td.TdClassName
{
border-color: #ED364C;
}
.TagClassName
{
border-color: #ED364C;
}
</style>