Shades of Amaranth #E9364C
Tints of Amaranth #E9364C
RGB
CMYK
RGB Variations
Color information
#E9364C (or 0xE9364C) is known color: Amaranth. HEX triplet: E9, 36 and 4C. RGB value is (233,54,76). Sum of RGB (Red+Green+Blue) = 233+54+76=363 (48% of max value = 765). Red value is 233 (91.41% from 255 or 64.19% from 363); Green value is 54 (21.48% from 255 or 14.88% from 363); Blue value is 76 (30.08% from 255 or 20.94% from 363); Max value from RGB is 233 - color contains mainly: red. Hex color #E9364C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E9364C is #16C9B3. Grayscale: #6E6E6E. Windows color (decimal): -1493428 or 4994793. OLE color: 4994793.
HSL color Cylindrical-coordinate representation of color #E9364C: hue angle of 352.63º 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 #E9364C is Cyan = 0, Magento = 0.77, Yellow = 0.67 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 54 | 76 | - |
| CMYK | 0 | 0.77 | 0.67 | 0.09 |
| HSL | 352.63º | 0.8% | 0.56% | - |
| HSV(B) | 352.63º | 0.77% | 0.91% | - |
| XYZ | 36.23 | 20.48 | 8.88 | - |
| YUV | 110.03 | 108.8 | 215.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 54 | 76 | 0 | 0.77 | 0.67 | 0.09 | 352.63 | 0.8 | 0.56 |
| Hex | E9 | 36 | 4C | 0 | 4D | 43 | 9 | 161 | 50 | 38 |
| Octal | 351 | 66 | 114 | 0 | 115 | 103 | 11 | 541 | 120 | 70 |
| Binary | 11101001 | 110110 | 1001100 | 0 | 1001101 | 1000011 | 1001 | 101100001 | 1010000 | 111000 |
Color Harmonies of #E9364C
Complementary color
Monochromatic Colors of #E9364C
Black with #E9364C
Text Example
Text Example
White with #E9364C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9364C; }
p { color: rgb(233,54,76); }
H1.HeaderClassName
{
color: #E9364C;
}
.AnyTagClassName
{
color: #E9364C;
}
</style>
background-color css
<style>
a { background-color: #E9364C; }
a { background-color: rgb(233,54,76); }
div.DivClassName
{
background-color: #E9364C;
}
.BgClassName
{
background-color: #E9364C;
}
</style>
border-color css
<style>
span { border-color: #E9364C; }
span { border-color: rgb(233,54,76); }
td.TdClassName
{
border-color: #E9364C;
}
.TagClassName
{
border-color: #E9364C;
}
</style>