Shades of Amaranth #ED384E
Tints of Amaranth #ED384E
RGB
CMYK
RGB Variations
Color information
#ED384E (or 0xED384E) is known color: Amaranth. HEX triplet: ED, 38 and 4E. RGB value is (237,56,78). Sum of RGB (Red+Green+Blue) = 237+56+78=371 (49% of max value = 765). Red value is 237 (92.97% from 255 or 63.88% from 371); Green value is 56 (22.27% from 255 or 15.09% from 371); Blue value is 78 (30.86% from 255 or 21.02% from 371); Max value from RGB is 237 - color contains mainly: red. Hex color #ED384E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED384E is #12C7B1. Grayscale: #707070. Windows color (decimal): -1230770 or 5126381. OLE color: 5126381.
HSL color Cylindrical-coordinate representation of color #ED384E: hue angle of 352.71º 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 #ED384E is Cyan = 0, Magento = 0.76, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 56 | 78 | - |
| CMYK | 0 | 0.76 | 0.67 | 0.07 |
| HSL | 352.71º | 0.83% | 0.57% | - |
| HSV(B) | 352.71º | 0.76% | 0.93% | - |
| XYZ | 37.71 | 21.38 | 9.35 | - |
| YUV | 112.63 | 108.47 | 216.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 56 | 78 | 0 | 0.76 | 0.67 | 0.07 | 352.71 | 0.83 | 0.57 |
| Hex | ED | 38 | 4E | 0 | 4C | 43 | 7 | 161 | 53 | 39 |
| Octal | 355 | 70 | 116 | 0 | 114 | 103 | 7 | 541 | 123 | 71 |
| Binary | 11101101 | 111000 | 1001110 | 0 | 1001100 | 1000011 | 111 | 101100001 | 1010011 | 111001 |
Color Harmonies of #ED384E
Complementary color
Monochromatic Colors of #ED384E
Black with #ED384E
Text Example
Text Example
White with #ED384E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED384E; }
p { color: rgb(237,56,78); }
H1.HeaderClassName
{
color: #ED384E;
}
.AnyTagClassName
{
color: #ED384E;
}
</style>
background-color css
<style>
a { background-color: #ED384E; }
a { background-color: rgb(237,56,78); }
div.DivClassName
{
background-color: #ED384E;
}
.BgClassName
{
background-color: #ED384E;
}
</style>
border-color css
<style>
span { border-color: #ED384E; }
span { border-color: rgb(237,56,78); }
td.TdClassName
{
border-color: #ED384E;
}
.TagClassName
{
border-color: #ED384E;
}
</style>