Shades of Amaranth #E91C55
Tints of Amaranth #E91C55
RGB
CMYK
RGB Variations
Color information
#E91C55 (or 0xE91C55) is known color: Amaranth. HEX triplet: E9, 1C and 55. RGB value is (233,28,85). Sum of RGB (Red+Green+Blue) = 233+28+85=346 (45% of max value = 765). Red value is 233 (91.41% from 255 or 67.34% from 346); Green value is 28 (11.33% from 255 or 8.09% from 346); Blue value is 85 (33.59% from 255 or 24.57% from 346); Max value from RGB is 233 - color contains mainly: red. Hex color #E91C55 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E91C55 is #16E3AA. Grayscale: #5F5F5F. Windows color (decimal): -1500075 or 5577961. OLE color: 5577961.
HSL color Cylindrical-coordinate representation of color #E91C55: hue angle of 343.32º 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 #E91C55 is Cyan = 0, Magento = 0.88, Yellow = 0.64 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 28 | 85 | - |
| CMYK | 0 | 0.88 | 0.64 | 0.09 |
| HSL | 343.32º | 0.82% | 0.51% | - |
| HSV(B) | 343.32º | 0.88% | 0.91% | - |
| XYZ | 35.66 | 18.81 | 10.35 | - |
| YUV | 95.79 | 121.92 | 225.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 28 | 85 | 0 | 0.88 | 0.64 | 0.09 | 343.32 | 0.82 | 0.51 |
| Hex | E9 | 1C | 55 | 0 | 58 | 40 | 9 | 157 | 52 | 33 |
| Octal | 351 | 34 | 125 | 0 | 130 | 100 | 11 | 527 | 122 | 63 |
| Binary | 11101001 | 11100 | 1010101 | 0 | 1011000 | 1000000 | 1001 | 101010111 | 1010010 | 110011 |
Color Harmonies of #E91C55
Complementary color
Monochromatic Colors of #E91C55
Black with #E91C55
Text Example
Text Example
White with #E91C55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E91C55; }
p { color: rgb(233,28,85); }
H1.HeaderClassName
{
color: #E91C55;
}
.AnyTagClassName
{
color: #E91C55;
}
</style>
background-color css
<style>
a { background-color: #E91C55; }
a { background-color: rgb(233,28,85); }
div.DivClassName
{
background-color: #E91C55;
}
.BgClassName
{
background-color: #E91C55;
}
</style>
border-color css
<style>
span { border-color: #E91C55; }
span { border-color: rgb(233,28,85); }
td.TdClassName
{
border-color: #E91C55;
}
.TagClassName
{
border-color: #E91C55;
}
</style>