Shades of Amaranth #E9334D
Tints of Amaranth #E9334D
RGB
CMYK
RGB Variations
Color information
#E9334D (or 0xE9334D) is known color: Amaranth. HEX triplet: E9, 33 and 4D. RGB value is (233,51,77). Sum of RGB (Red+Green+Blue) = 233+51+77=361 (47% of max value = 765). Red value is 233 (91.41% from 255 or 64.54% from 361); Green value is 51 (20.31% from 255 or 14.13% from 361); Blue value is 77 (30.47% from 255 or 21.33% from 361); Max value from RGB is 233 - color contains mainly: red. Hex color #E9334D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E9334D is #16CCB2. Grayscale: #6C6C6C. Windows color (decimal): -1494195 or 5059561. OLE color: 5059561.
HSL color Cylindrical-coordinate representation of color #E9334D: hue angle of 351.43º degrees, saturation: 0.81, 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 #E9334D is Cyan = 0, Magento = 0.78, Yellow = 0.67 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 51 | 77 | - |
| CMYK | 0 | 0.78 | 0.67 | 0.09 |
| HSL | 351.43º | 0.81% | 0.56% | - |
| HSV(B) | 351.43º | 0.78% | 0.91% | - |
| XYZ | 36.13 | 20.23 | 9.02 | - |
| YUV | 108.38 | 110.3 | 216.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 51 | 77 | 0 | 0.78 | 0.67 | 0.09 | 351.43 | 0.81 | 0.56 |
| Hex | E9 | 33 | 4D | 0 | 4E | 43 | 9 | 15F | 51 | 38 |
| Octal | 351 | 63 | 115 | 0 | 116 | 103 | 11 | 537 | 121 | 70 |
| Binary | 11101001 | 110011 | 1001101 | 0 | 1001110 | 1000011 | 1001 | 101011111 | 1010001 | 111000 |
Color Harmonies of #E9334D
Complementary color
Monochromatic Colors of #E9334D
Black with #E9334D
Text Example
Text Example
White with #E9334D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9334D; }
p { color: rgb(233,51,77); }
H1.HeaderClassName
{
color: #E9334D;
}
.AnyTagClassName
{
color: #E9334D;
}
</style>
background-color css
<style>
a { background-color: #E9334D; }
a { background-color: rgb(233,51,77); }
div.DivClassName
{
background-color: #E9334D;
}
.BgClassName
{
background-color: #E9334D;
}
</style>
border-color css
<style>
span { border-color: #E9334D; }
span { border-color: rgb(233,51,77); }
td.TdClassName
{
border-color: #E9334D;
}
.TagClassName
{
border-color: #E9334D;
}
</style>