Shades of Amaranth #E9384C
Tints of Amaranth #E9384C
RGB
CMYK
RGB Variations
Color information
#E9384C (or 0xE9384C) is known color: Amaranth. HEX triplet: E9, 38 and 4C. RGB value is (233,56,76). Sum of RGB (Red+Green+Blue) = 233+56+76=365 (48% of max value = 765). Red value is 233 (91.41% from 255 or 63.84% from 365); Green value is 56 (22.27% from 255 or 15.34% from 365); Blue value is 76 (30.08% from 255 or 20.82% from 365); Max value from RGB is 233 - color contains mainly: red. Hex color #E9384C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E9384C is #16C7B3. Grayscale: #6F6F6F. Windows color (decimal): -1492916 or 4995305. OLE color: 4995305.
HSL color Cylindrical-coordinate representation of color #E9384C: hue angle of 353.22º degrees, saturation: 0.8, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #E9384C is Cyan = 0, Magento = 0.76, Yellow = 0.67 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 56 | 76 | - |
| CMYK | 0 | 0.76 | 0.67 | 0.09 |
| HSL | 353.22º | 0.8% | 0.57% | - |
| HSV(B) | 353.22º | 0.76% | 0.91% | - |
| XYZ | 36.32 | 20.67 | 8.91 | - |
| YUV | 111.2 | 108.14 | 214.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 56 | 76 | 0 | 0.76 | 0.67 | 0.09 | 353.22 | 0.8 | 0.57 |
| Hex | E9 | 38 | 4C | 0 | 4C | 43 | 9 | 161 | 50 | 39 |
| Octal | 351 | 70 | 114 | 0 | 114 | 103 | 11 | 541 | 120 | 71 |
| Binary | 11101001 | 111000 | 1001100 | 0 | 1001100 | 1000011 | 1001 | 101100001 | 1010000 | 111001 |
Color Harmonies of #E9384C
Complementary color
Monochromatic Colors of #E9384C
Black with #E9384C
Text Example
Text Example
White with #E9384C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9384C; }
p { color: rgb(233,56,76); }
H1.HeaderClassName
{
color: #E9384C;
}
.AnyTagClassName
{
color: #E9384C;
}
</style>
background-color css
<style>
a { background-color: #E9384C; }
a { background-color: rgb(233,56,76); }
div.DivClassName
{
background-color: #E9384C;
}
.BgClassName
{
background-color: #E9384C;
}
</style>
border-color css
<style>
span { border-color: #E9384C; }
span { border-color: rgb(233,56,76); }
td.TdClassName
{
border-color: #E9384C;
}
.TagClassName
{
border-color: #E9384C;
}
</style>