Shades of Amaranth #ED384A
Tints of Amaranth #ED384A
RGB
CMYK
RGB Variations
Color information
#ED384A (or 0xED384A) is known color: Amaranth. HEX triplet: ED, 38 and 4A. RGB value is (237,56,74). Sum of RGB (Red+Green+Blue) = 237+56+74=367 (48% of max value = 765). Red value is 237 (92.97% from 255 or 64.58% from 367); Green value is 56 (22.27% from 255 or 15.26% from 367); Blue value is 74 (29.30% from 255 or 20.16% from 367); Max value from RGB is 237 - color contains mainly: red. Hex color #ED384A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED384A is #12C7B5. Grayscale: #707070. Windows color (decimal): -1230774 or 4864237. OLE color: 4864237.
HSL color Cylindrical-coordinate representation of color #ED384A: hue angle of 354.03º 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 #ED384A is Cyan = 0, Magento = 0.76, Yellow = 0.69 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 56 | 74 | - |
| CMYK | 0 | 0.76 | 0.69 | 0.07 |
| HSL | 354.03º | 0.83% | 0.57% | - |
| HSV(B) | 354.03º | 0.76% | 0.93% | - |
| XYZ | 37.58 | 21.33 | 8.61 | - |
| YUV | 112.17 | 106.47 | 217.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 56 | 74 | 0 | 0.76 | 0.69 | 0.07 | 354.03 | 0.83 | 0.57 |
| Hex | ED | 38 | 4A | 0 | 4C | 45 | 7 | 162 | 53 | 39 |
| Octal | 355 | 70 | 112 | 0 | 114 | 105 | 7 | 542 | 123 | 71 |
| Binary | 11101101 | 111000 | 1001010 | 0 | 1001100 | 1000101 | 111 | 101100010 | 1010011 | 111001 |
Color Harmonies of #ED384A
Complementary color
Monochromatic Colors of #ED384A
Black with #ED384A
Text Example
Text Example
White with #ED384A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED384A; }
p { color: rgb(237,56,74); }
H1.HeaderClassName
{
color: #ED384A;
}
.AnyTagClassName
{
color: #ED384A;
}
</style>
background-color css
<style>
a { background-color: #ED384A; }
a { background-color: rgb(237,56,74); }
div.DivClassName
{
background-color: #ED384A;
}
.BgClassName
{
background-color: #ED384A;
}
</style>
border-color css
<style>
span { border-color: #ED384A; }
span { border-color: rgb(237,56,74); }
td.TdClassName
{
border-color: #ED384A;
}
.TagClassName
{
border-color: #ED384A;
}
</style>