Shades of Amaranth #E9234D
Tints of Amaranth #E9234D
RGB
CMYK
RGB Variations
Color information
#E9234D (or 0xE9234D) is known color: Amaranth. HEX triplet: E9, 23 and 4D. RGB value is (233,35,77). Sum of RGB (Red+Green+Blue) = 233+35+77=345 (45% of max value = 765). Red value is 233 (91.41% from 255 or 67.54% from 345); Green value is 35 (14.06% from 255 or 10.14% from 345); Blue value is 77 (30.47% from 255 or 22.32% from 345); Max value from RGB is 233 - color contains mainly: red. Hex color #E9234D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E9234D is #16DCB2. Grayscale: #636363. Windows color (decimal): -1498291 or 5055465. OLE color: 5055465.
HSL color Cylindrical-coordinate representation of color #E9234D: hue angle of 347.27º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E9234D is Cyan = 0, Magento = 0.85, Yellow = 0.67 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 35 | 77 | - |
| CMYK | 0 | 0.85 | 0.67 | 0.09 |
| HSL | 347.27º | 0.82% | 0.53% | - |
| HSV(B) | 347.27º | 0.85% | 0.91% | - |
| XYZ | 35.54 | 19.06 | 8.83 | - |
| YUV | 98.99 | 115.6 | 223.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 35 | 77 | 0 | 0.85 | 0.67 | 0.09 | 347.27 | 0.82 | 0.53 |
| Hex | E9 | 23 | 4D | 0 | 55 | 43 | 9 | 15B | 52 | 35 |
| Octal | 351 | 43 | 115 | 0 | 125 | 103 | 11 | 533 | 122 | 65 |
| Binary | 11101001 | 100011 | 1001101 | 0 | 1010101 | 1000011 | 1001 | 101011011 | 1010010 | 110101 |
Color Harmonies of #E9234D
Complementary color
Monochromatic Colors of #E9234D
Black with #E9234D
Text Example
Text Example
White with #E9234D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9234D; }
p { color: rgb(233,35,77); }
H1.HeaderClassName
{
color: #E9234D;
}
.AnyTagClassName
{
color: #E9234D;
}
</style>
background-color css
<style>
a { background-color: #E9234D; }
a { background-color: rgb(233,35,77); }
div.DivClassName
{
background-color: #E9234D;
}
.BgClassName
{
background-color: #E9234D;
}
</style>
border-color css
<style>
span { border-color: #E9234D; }
span { border-color: rgb(233,35,77); }
td.TdClassName
{
border-color: #E9234D;
}
.TagClassName
{
border-color: #E9234D;
}
</style>