Shades of Amaranth #E9334C
Tints of Amaranth #E9334C
RGB
CMYK
RGB Variations
Color information
#E9334C (or 0xE9334C) is known color: Amaranth. HEX triplet: E9, 33 and 4C. RGB value is (233,51,76). Sum of RGB (Red+Green+Blue) = 233+51+76=360 (47% of max value = 765). Red value is 233 (91.41% from 255 or 64.72% from 360); Green value is 51 (20.31% from 255 or 14.17% from 360); Blue value is 76 (30.08% from 255 or 21.11% from 360); Max value from RGB is 233 - color contains mainly: red. Hex color #E9334C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E9334C is #16CCB3. Grayscale: #6C6C6C. Windows color (decimal): -1494196 or 4994025. OLE color: 4994025.
HSL color Cylindrical-coordinate representation of color #E9334C: hue angle of 351.76º 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 #E9334C is Cyan = 0, Magento = 0.78, Yellow = 0.67 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 51 | 76 | - |
| CMYK | 0 | 0.78 | 0.67 | 0.09 |
| HSL | 351.76º | 0.81% | 0.56% | - |
| HSV(B) | 351.76º | 0.78% | 0.91% | - |
| XYZ | 36.09 | 20.21 | 8.84 | - |
| YUV | 108.27 | 109.8 | 216.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 51 | 76 | 0 | 0.78 | 0.67 | 0.09 | 351.76 | 0.81 | 0.56 |
| Hex | E9 | 33 | 4C | 0 | 4E | 43 | 9 | 160 | 51 | 38 |
| Octal | 351 | 63 | 114 | 0 | 116 | 103 | 11 | 540 | 121 | 70 |
| Binary | 11101001 | 110011 | 1001100 | 0 | 1001110 | 1000011 | 1001 | 101100000 | 1010001 | 111000 |
Color Harmonies of #E9334C
Complementary color
Monochromatic Colors of #E9334C
Black with #E9334C
Text Example
Text Example
White with #E9334C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9334C; }
p { color: rgb(233,51,76); }
H1.HeaderClassName
{
color: #E9334C;
}
.AnyTagClassName
{
color: #E9334C;
}
</style>
background-color css
<style>
a { background-color: #E9334C; }
a { background-color: rgb(233,51,76); }
div.DivClassName
{
background-color: #E9334C;
}
.BgClassName
{
background-color: #E9334C;
}
</style>
border-color css
<style>
span { border-color: #E9334C; }
span { border-color: rgb(233,51,76); }
td.TdClassName
{
border-color: #E9334C;
}
.TagClassName
{
border-color: #E9334C;
}
</style>