Shades of Amaranth #E71C52
Tints of Amaranth #E71C52
RGB
CMYK
RGB Variations
Color information
#E71C52 (or 0xE71C52) is known color: Amaranth. HEX triplet: E7, 1C and 52. RGB value is (231,28,82). Sum of RGB (Red+Green+Blue) = 231+28+82=341 (45% of max value = 765). Red value is 231 (90.62% from 255 or 67.74% from 341); Green value is 28 (11.33% from 255 or 8.21% from 341); Blue value is 82 (32.42% from 255 or 24.05% from 341); Max value from RGB is 231 - color contains mainly: red. Hex color #E71C52 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E71C52 is #18E3AD. Grayscale: #5E5E5E. Windows color (decimal): -1631150 or 5381351. OLE color: 5381351.
HSL color Cylindrical-coordinate representation of color #E71C52: hue angle of 344.04º degrees, saturation: 0.81, 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 #E71C52 is Cyan = 0, Magento = 0.88, Yellow = 0.65 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 28 | 82 | - |
| CMYK | 0 | 0.88 | 0.65 | 0.09 |
| HSL | 344.04º | 0.81% | 0.51% | - |
| HSV(B) | 344.04º | 0.88% | 0.91% | - |
| XYZ | 34.89 | 18.43 | 9.7 | - |
| YUV | 94.85 | 120.75 | 225.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 28 | 82 | 0 | 0.88 | 0.65 | 0.09 | 344.04 | 0.81 | 0.51 |
| Hex | E7 | 1C | 52 | 0 | 58 | 41 | 9 | 158 | 51 | 33 |
| Octal | 347 | 34 | 122 | 0 | 130 | 101 | 11 | 530 | 121 | 63 |
| Binary | 11100111 | 11100 | 1010010 | 0 | 1011000 | 1000001 | 1001 | 101011000 | 1010001 | 110011 |
Color Harmonies of #E71C52
Complementary color
Monochromatic Colors of #E71C52
Black with #E71C52
Text Example
Text Example
White with #E71C52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E71C52; }
p { color: rgb(231,28,82); }
H1.HeaderClassName
{
color: #E71C52;
}
.AnyTagClassName
{
color: #E71C52;
}
</style>
background-color css
<style>
a { background-color: #E71C52; }
a { background-color: rgb(231,28,82); }
div.DivClassName
{
background-color: #E71C52;
}
.BgClassName
{
background-color: #E71C52;
}
</style>
border-color css
<style>
span { border-color: #E71C52; }
span { border-color: rgb(231,28,82); }
td.TdClassName
{
border-color: #E71C52;
}
.TagClassName
{
border-color: #E71C52;
}
</style>