Shades of Amaranth #E91D4C
Tints of Amaranth #E91D4C
RGB
CMYK
RGB Variations
Color information
#E91D4C (or 0xE91D4C) is known color: Amaranth. HEX triplet: E9, 1D and 4C. RGB value is (233,29,76). Sum of RGB (Red+Green+Blue) = 233+29+76=338 (44% of max value = 765). Red value is 233 (91.41% from 255 or 68.93% from 338); Green value is 29 (11.72% from 255 or 8.58% from 338); Blue value is 76 (30.08% from 255 or 22.49% from 338); Max value from RGB is 233 - color contains mainly: red. Hex color #E91D4C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E91D4C is #16E2B3. Grayscale: #5F5F5F. Windows color (decimal): -1499828 or 4988393. OLE color: 4988393.
HSL color Cylindrical-coordinate representation of color #E91D4C: hue angle of 346.18º 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 #E91D4C is Cyan = 0, Magento = 0.88, Yellow = 0.67 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 29 | 76 | - |
| CMYK | 0 | 0.88 | 0.67 | 0.09 |
| HSL | 346.18º | 0.82% | 0.51% | - |
| HSV(B) | 346.18º | 0.88% | 0.91% | - |
| XYZ | 35.35 | 18.72 | 8.59 | - |
| YUV | 95.35 | 117.09 | 226.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 29 | 76 | 0 | 0.88 | 0.67 | 0.09 | 346.18 | 0.82 | 0.51 |
| Hex | E9 | 1D | 4C | 0 | 58 | 43 | 9 | 15A | 52 | 33 |
| Octal | 351 | 35 | 114 | 0 | 130 | 103 | 11 | 532 | 122 | 63 |
| Binary | 11101001 | 11101 | 1001100 | 0 | 1011000 | 1000011 | 1001 | 101011010 | 1010010 | 110011 |
Color Harmonies of #E91D4C
Complementary color
Monochromatic Colors of #E91D4C
Black with #E91D4C
Text Example
Text Example
White with #E91D4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E91D4C; }
p { color: rgb(233,29,76); }
H1.HeaderClassName
{
color: #E91D4C;
}
.AnyTagClassName
{
color: #E91D4C;
}
</style>
background-color css
<style>
a { background-color: #E91D4C; }
a { background-color: rgb(233,29,76); }
div.DivClassName
{
background-color: #E91D4C;
}
.BgClassName
{
background-color: #E91D4C;
}
</style>
border-color css
<style>
span { border-color: #E91D4C; }
span { border-color: rgb(233,29,76); }
td.TdClassName
{
border-color: #E91D4C;
}
.TagClassName
{
border-color: #E91D4C;
}
</style>