Shades of Amaranth #E0384A
Tints of Amaranth #E0384A
RGB
CMYK
RGB Variations
Color information
#E0384A (or 0xE0384A) is known color: Amaranth. HEX triplet: E0, 38 and 4A. RGB value is (224,56,74). Sum of RGB (Red+Green+Blue) = 224+56+74=354 (46% of max value = 765). Red value is 224 (87.89% from 255 or 63.28% from 354); Green value is 56 (22.27% from 255 or 15.82% from 354); Blue value is 74 (29.30% from 255 or 20.90% from 354); Max value from RGB is 224 - color contains mainly: red. Hex color #E0384A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E0384A is #1FC7B5. Grayscale: #6C6C6C. Windows color (decimal): -2082742 or 4864224. OLE color: 4864224.
HSL color Cylindrical-coordinate representation of color #E0384A: hue angle of 353.57º 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 #E0384A is Cyan = 0, Magento = 0.75, Yellow = 0.67 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 56 | 74 | - |
| CMYK | 0 | 0.75 | 0.67 | 0.12 |
| HSL | 353.57º | 0.73% | 0.55% | - |
| HSV(B) | 353.57º | 0.75% | 0.88% | - |
| XYZ | 33.39 | 19.17 | 8.42 | - |
| YUV | 108.28 | 108.66 | 210.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 56 | 74 | 0 | 0.75 | 0.67 | 0.12 | 353.57 | 0.73 | 0.55 |
| Hex | E0 | 38 | 4A | 0 | 4B | 43 | C | 162 | 49 | 37 |
| Octal | 340 | 70 | 112 | 0 | 113 | 103 | 14 | 542 | 111 | 67 |
| Binary | 11100000 | 111000 | 1001010 | 0 | 1001011 | 1000011 | 1100 | 101100010 | 1001001 | 110111 |
Color Harmonies of #E0384A
Complementary color
Monochromatic Colors of #E0384A
Black with #E0384A
Text Example
Text Example
White with #E0384A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0384A; }
p { color: rgb(224,56,74); }
H1.HeaderClassName
{
color: #E0384A;
}
.AnyTagClassName
{
color: #E0384A;
}
</style>
background-color css
<style>
a { background-color: #E0384A; }
a { background-color: rgb(224,56,74); }
div.DivClassName
{
background-color: #E0384A;
}
.BgClassName
{
background-color: #E0384A;
}
</style>
border-color css
<style>
span { border-color: #E0384A; }
span { border-color: rgb(224,56,74); }
td.TdClassName
{
border-color: #E0384A;
}
.TagClassName
{
border-color: #E0384A;
}
</style>