Shades of Amaranth #E0384D
Tints of Amaranth #E0384D
RGB
CMYK
RGB Variations
Color information
#E0384D (or 0xE0384D) is known color: Amaranth. HEX triplet: E0, 38 and 4D. RGB value is (224,56,77). Sum of RGB (Red+Green+Blue) = 224+56+77=357 (47% of max value = 765). Red value is 224 (87.89% from 255 or 62.75% from 357); Green value is 56 (22.27% from 255 or 15.69% from 357); Blue value is 77 (30.47% from 255 or 21.57% from 357); Max value from RGB is 224 - color contains mainly: red. Hex color #E0384D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E0384D is #1FC7B2. Grayscale: #6C6C6C. Windows color (decimal): -2082739 or 5060832. OLE color: 5060832.
HSL color Cylindrical-coordinate representation of color #E0384D: hue angle of 352.5º degrees, saturation: 0.73, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #E0384D is Cyan = 0, Magento = 0.75, Yellow = 0.66 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 56 | 77 | - |
| CMYK | 0 | 0.75 | 0.66 | 0.12 |
| HSL | 352.5º | 0.73% | 0.55% | - |
| HSV(B) | 352.5º | 0.75% | 0.88% | - |
| XYZ | 33.49 | 19.21 | 8.96 | - |
| YUV | 108.63 | 110.16 | 210.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 56 | 77 | 0 | 0.75 | 0.66 | 0.12 | 352.5 | 0.73 | 0.55 |
| Hex | E0 | 38 | 4D | 0 | 4B | 42 | C | 160 | 49 | 37 |
| Octal | 340 | 70 | 115 | 0 | 113 | 102 | 14 | 540 | 111 | 67 |
| Binary | 11100000 | 111000 | 1001101 | 0 | 1001011 | 1000010 | 1100 | 101100000 | 1001001 | 110111 |
Color Harmonies of #E0384D
Complementary color
Monochromatic Colors of #E0384D
Black with #E0384D
Text Example
Text Example
White with #E0384D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0384D; }
p { color: rgb(224,56,77); }
H1.HeaderClassName
{
color: #E0384D;
}
.AnyTagClassName
{
color: #E0384D;
}
</style>
background-color css
<style>
a { background-color: #E0384D; }
a { background-color: rgb(224,56,77); }
div.DivClassName
{
background-color: #E0384D;
}
.BgClassName
{
background-color: #E0384D;
}
</style>
border-color css
<style>
span { border-color: #E0384D; }
span { border-color: rgb(224,56,77); }
td.TdClassName
{
border-color: #E0384D;
}
.TagClassName
{
border-color: #E0384D;
}
</style>