Shades of Amaranth #E9344D
Tints of Amaranth #E9344D
RGB
CMYK
RGB Variations
Color information
#E9344D (or 0xE9344D) is known color: Amaranth. HEX triplet: E9, 34 and 4D. RGB value is (233,52,77). Sum of RGB (Red+Green+Blue) = 233+52+77=362 (47% of max value = 765). Red value is 233 (91.41% from 255 or 64.36% from 362); Green value is 52 (20.70% from 255 or 14.36% from 362); Blue value is 77 (30.47% from 255 or 21.27% from 362); Max value from RGB is 233 - color contains mainly: red. Hex color #E9344D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E9344D is #16CBB2. Grayscale: #6D6D6D. Windows color (decimal): -1493939 or 5059817. OLE color: 5059817.
HSL color Cylindrical-coordinate representation of color #E9344D: hue angle of 351.71º degrees, saturation: 0.8, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E9344D is Cyan = 0, Magento = 0.78, Yellow = 0.67 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 52 | 77 | - |
| CMYK | 0 | 0.78 | 0.67 | 0.09 |
| HSL | 351.71º | 0.8% | 0.56% | - |
| HSV(B) | 351.71º | 0.78% | 0.91% | - |
| XYZ | 36.17 | 20.32 | 9.04 | - |
| YUV | 108.97 | 109.97 | 216.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 52 | 77 | 0 | 0.78 | 0.67 | 0.09 | 351.71 | 0.8 | 0.56 |
| Hex | E9 | 34 | 4D | 0 | 4E | 43 | 9 | 160 | 50 | 38 |
| Octal | 351 | 64 | 115 | 0 | 116 | 103 | 11 | 540 | 120 | 70 |
| Binary | 11101001 | 110100 | 1001101 | 0 | 1001110 | 1000011 | 1001 | 101100000 | 1010000 | 111000 |
Color Harmonies of #E9344D
Complementary color
Monochromatic Colors of #E9344D
Black with #E9344D
Text Example
Text Example
White with #E9344D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9344D; }
p { color: rgb(233,52,77); }
H1.HeaderClassName
{
color: #E9344D;
}
.AnyTagClassName
{
color: #E9344D;
}
</style>
background-color css
<style>
a { background-color: #E9344D; }
a { background-color: rgb(233,52,77); }
div.DivClassName
{
background-color: #E9344D;
}
.BgClassName
{
background-color: #E9344D;
}
</style>
border-color css
<style>
span { border-color: #E9344D; }
span { border-color: rgb(233,52,77); }
td.TdClassName
{
border-color: #E9344D;
}
.TagClassName
{
border-color: #E9344D;
}
</style>