Shades of Amaranth #E91D4D
Tints of Amaranth #E91D4D
RGB
CMYK
RGB Variations
Color information
#E91D4D (or 0xE91D4D) is known color: Amaranth. HEX triplet: E9, 1D and 4D. RGB value is (233,29,77). Sum of RGB (Red+Green+Blue) = 233+29+77=339 (44% of max value = 765). Red value is 233 (91.41% from 255 or 68.73% from 339); Green value is 29 (11.72% from 255 or 8.55% from 339); Blue value is 77 (30.47% from 255 or 22.71% from 339); Max value from RGB is 233 - color contains mainly: red. Hex color #E91D4D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E91D4D is #16E2B2. Grayscale: #5F5F5F. Windows color (decimal): -1499827 or 5053929. OLE color: 5053929.
HSL color Cylindrical-coordinate representation of color #E91D4D: hue angle of 345.88º degrees, saturation: 0.82, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E91D4D is Cyan = 0, Magento = 0.88, Yellow = 0.67 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 29 | 77 | - |
| CMYK | 0 | 0.88 | 0.67 | 0.09 |
| HSL | 345.88º | 0.82% | 0.51% | - |
| HSV(B) | 345.88º | 0.88% | 0.91% | - |
| XYZ | 35.38 | 18.74 | 8.77 | - |
| YUV | 95.47 | 117.59 | 226.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 29 | 77 | 0 | 0.88 | 0.67 | 0.09 | 345.88 | 0.82 | 0.51 |
| Hex | E9 | 1D | 4D | 0 | 58 | 43 | 9 | 15A | 52 | 33 |
| Octal | 351 | 35 | 115 | 0 | 130 | 103 | 11 | 532 | 122 | 63 |
| Binary | 11101001 | 11101 | 1001101 | 0 | 1011000 | 1000011 | 1001 | 101011010 | 1010010 | 110011 |
Color Harmonies of #E91D4D
Complementary color
Monochromatic Colors of #E91D4D
Black with #E91D4D
Text Example
Text Example
White with #E91D4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E91D4D; }
p { color: rgb(233,29,77); }
H1.HeaderClassName
{
color: #E91D4D;
}
.AnyTagClassName
{
color: #E91D4D;
}
</style>
background-color css
<style>
a { background-color: #E91D4D; }
a { background-color: rgb(233,29,77); }
div.DivClassName
{
background-color: #E91D4D;
}
.BgClassName
{
background-color: #E91D4D;
}
</style>
border-color css
<style>
span { border-color: #E91D4D; }
span { border-color: rgb(233,29,77); }
td.TdClassName
{
border-color: #E91D4D;
}
.TagClassName
{
border-color: #E91D4D;
}
</style>