Shades of Amaranth #E9364D
Tints of Amaranth #E9364D
RGB
CMYK
RGB Variations
Color information
#E9364D (or 0xE9364D) is known color: Amaranth. HEX triplet: E9, 36 and 4D. RGB value is (233,54,77). Sum of RGB (Red+Green+Blue) = 233+54+77=364 (48% of max value = 765). Red value is 233 (91.41% from 255 or 64.01% from 364); Green value is 54 (21.48% from 255 or 14.84% from 364); Blue value is 77 (30.47% from 255 or 21.15% from 364); Max value from RGB is 233 - color contains mainly: red. Hex color #E9364D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E9364D is #16C9B2. Grayscale: #6E6E6E. Windows color (decimal): -1493427 or 5060329. OLE color: 5060329.
HSL color Cylindrical-coordinate representation of color #E9364D: hue angle of 352.29º degrees, saturation: 0.8, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E9364D is Cyan = 0, Magento = 0.77, Yellow = 0.67 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 54 | 77 | - |
| CMYK | 0 | 0.77 | 0.67 | 0.09 |
| HSL | 352.29º | 0.8% | 0.56% | - |
| HSV(B) | 352.29º | 0.77% | 0.91% | - |
| XYZ | 36.26 | 20.5 | 9.07 | - |
| YUV | 110.14 | 109.3 | 215.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 54 | 77 | 0 | 0.77 | 0.67 | 0.09 | 352.29 | 0.8 | 0.56 |
| Hex | E9 | 36 | 4D | 0 | 4D | 43 | 9 | 160 | 50 | 38 |
| Octal | 351 | 66 | 115 | 0 | 115 | 103 | 11 | 540 | 120 | 70 |
| Binary | 11101001 | 110110 | 1001101 | 0 | 1001101 | 1000011 | 1001 | 101100000 | 1010000 | 111000 |
Color Harmonies of #E9364D
Complementary color
Monochromatic Colors of #E9364D
Black with #E9364D
Text Example
Text Example
White with #E9364D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9364D; }
p { color: rgb(233,54,77); }
H1.HeaderClassName
{
color: #E9364D;
}
.AnyTagClassName
{
color: #E9364D;
}
</style>
background-color css
<style>
a { background-color: #E9364D; }
a { background-color: rgb(233,54,77); }
div.DivClassName
{
background-color: #E9364D;
}
.BgClassName
{
background-color: #E9364D;
}
</style>
border-color css
<style>
span { border-color: #E9364D; }
span { border-color: rgb(233,54,77); }
td.TdClassName
{
border-color: #E9364D;
}
.TagClassName
{
border-color: #E9364D;
}
</style>