Shades of Amaranth #E91C47
Tints of Amaranth #E91C47
RGB
CMYK
RGB Variations
Color information
#E91C47 (or 0xE91C47) is known color: Amaranth. HEX triplet: E9, 1C and 47. RGB value is (233,28,71). Sum of RGB (Red+Green+Blue) = 233+28+71=332 (43% of max value = 765). Red value is 233 (91.41% from 255 or 70.18% from 332); Green value is 28 (11.33% from 255 or 8.43% from 332); Blue value is 71 (28.12% from 255 or 21.39% from 332); Max value from RGB is 233 - color contains mainly: red. Hex color #E91C47 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E91C47 is #16E3B8. Grayscale: #5E5E5E. Windows color (decimal): -1500089 or 4660457. OLE color: 4660457.
HSL color Cylindrical-coordinate representation of color #E91C47: hue angle of 347.41º 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 #E91C47 is Cyan = 0, Magento = 0.88, Yellow = 0.70 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 28 | 71 | - |
| CMYK | 0 | 0.88 | 0.70 | 0.09 |
| HSL | 347.41º | 0.82% | 0.51% | - |
| HSV(B) | 347.41º | 0.88% | 0.91% | - |
| XYZ | 35.16 | 18.61 | 7.7 | - |
| YUV | 94.2 | 114.92 | 227 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 28 | 71 | 0 | 0.88 | 0.70 | 0.09 | 347.41 | 0.82 | 0.51 |
| Hex | E9 | 1C | 47 | 0 | 58 | 46 | 9 | 15B | 52 | 33 |
| Octal | 351 | 34 | 107 | 0 | 130 | 106 | 11 | 533 | 122 | 63 |
| Binary | 11101001 | 11100 | 1000111 | 0 | 1011000 | 1000110 | 1001 | 101011011 | 1010010 | 110011 |
Color Harmonies of #E91C47
Complementary color
Monochromatic Colors of #E91C47
Black with #E91C47
Text Example
Text Example
White with #E91C47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E91C47; }
p { color: rgb(233,28,71); }
H1.HeaderClassName
{
color: #E91C47;
}
.AnyTagClassName
{
color: #E91C47;
}
</style>
background-color css
<style>
a { background-color: #E91C47; }
a { background-color: rgb(233,28,71); }
div.DivClassName
{
background-color: #E91C47;
}
.BgClassName
{
background-color: #E91C47;
}
</style>
border-color css
<style>
span { border-color: #E91C47; }
span { border-color: rgb(233,28,71); }
td.TdClassName
{
border-color: #E91C47;
}
.TagClassName
{
border-color: #E91C47;
}
</style>