Shades of Amaranth #E9384B
Tints of Amaranth #E9384B
RGB
CMYK
RGB Variations
Color information
#E9384B (or 0xE9384B) is known color: Amaranth. HEX triplet: E9, 38 and 4B. RGB value is (233,56,75). Sum of RGB (Red+Green+Blue) = 233+56+75=364 (48% of max value = 765). Red value is 233 (91.41% from 255 or 64.01% from 364); Green value is 56 (22.27% from 255 or 15.38% from 364); Blue value is 75 (29.69% from 255 or 20.60% from 364); Max value from RGB is 233 - color contains mainly: red. Hex color #E9384B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E9384B is #16C7B4. Grayscale: #6F6F6F. Windows color (decimal): -1492917 or 4929769. OLE color: 4929769.
HSL color Cylindrical-coordinate representation of color #E9384B: hue angle of 353.56º 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 #E9384B is Cyan = 0, Magento = 0.76, Yellow = 0.68 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 56 | 75 | - |
| CMYK | 0 | 0.76 | 0.68 | 0.09 |
| HSL | 353.56º | 0.8% | 0.57% | - |
| HSV(B) | 353.56º | 0.76% | 0.91% | - |
| XYZ | 36.29 | 20.66 | 8.73 | - |
| YUV | 111.09 | 107.64 | 214.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 56 | 75 | 0 | 0.76 | 0.68 | 0.09 | 353.56 | 0.8 | 0.57 |
| Hex | E9 | 38 | 4B | 0 | 4C | 44 | 9 | 162 | 50 | 39 |
| Octal | 351 | 70 | 113 | 0 | 114 | 104 | 11 | 542 | 120 | 71 |
| Binary | 11101001 | 111000 | 1001011 | 0 | 1001100 | 1000100 | 1001 | 101100010 | 1010000 | 111001 |
Color Harmonies of #E9384B
Complementary color
Monochromatic Colors of #E9384B
Black with #E9384B
Text Example
Text Example
White with #E9384B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9384B; }
p { color: rgb(233,56,75); }
H1.HeaderClassName
{
color: #E9384B;
}
.AnyTagClassName
{
color: #E9384B;
}
</style>
background-color css
<style>
a { background-color: #E9384B; }
a { background-color: rgb(233,56,75); }
div.DivClassName
{
background-color: #E9384B;
}
.BgClassName
{
background-color: #E9384B;
}
</style>
border-color css
<style>
span { border-color: #E9384B; }
span { border-color: rgb(233,56,75); }
td.TdClassName
{
border-color: #E9384B;
}
.TagClassName
{
border-color: #E9384B;
}
</style>