Shades of Amaranth #E1204F
Tints of Amaranth #E1204F
RGB
CMYK
RGB Variations
Color information
#E1204F (or 0xE1204F) is known color: Amaranth. HEX triplet: E1, 20 and 4F. RGB value is (225,32,79). Sum of RGB (Red+Green+Blue) = 225+32+79=336 (44% of max value = 765). Red value is 225 (88.28% from 255 or 66.96% from 336); Green value is 32 (12.89% from 255 or 9.52% from 336); Blue value is 79 (31.25% from 255 or 23.51% from 336); Max value from RGB is 225 - color contains mainly: red. Hex color #E1204F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E1204F is #1EDFB0. Grayscale: #5F5F5F. Windows color (decimal): -2023345 or 5185761. OLE color: 5185761.
HSL color Cylindrical-coordinate representation of color #E1204F: hue angle of 345.39º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E1204F is Cyan = 0, Magento = 0.86, Yellow = 0.65 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 32 | 79 | - |
| CMYK | 0 | 0.86 | 0.65 | 0.12 |
| HSL | 345.39º | 0.76% | 0.5% | - |
| HSV(B) | 345.39º | 0.86% | 0.88% | - |
| XYZ | 32.98 | 17.61 | 9.06 | - |
| YUV | 95.07 | 118.94 | 220.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 32 | 79 | 0 | 0.86 | 0.65 | 0.12 | 345.39 | 0.76 | 0.5 |
| Hex | E1 | 20 | 4F | 0 | 56 | 41 | C | 159 | 4C | 32 |
| Octal | 341 | 40 | 117 | 0 | 126 | 101 | 14 | 531 | 114 | 62 |
| Binary | 11100001 | 100000 | 1001111 | 0 | 1010110 | 1000001 | 1100 | 101011001 | 1001100 | 110010 |
Color Harmonies of #E1204F
Complementary color
Monochromatic Colors of #E1204F
Black with #E1204F
Text Example
Text Example
White with #E1204F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1204F; }
p { color: rgb(225,32,79); }
H1.HeaderClassName
{
color: #E1204F;
}
.AnyTagClassName
{
color: #E1204F;
}
</style>
background-color css
<style>
a { background-color: #E1204F; }
a { background-color: rgb(225,32,79); }
div.DivClassName
{
background-color: #E1204F;
}
.BgClassName
{
background-color: #E1204F;
}
</style>
border-color css
<style>
span { border-color: #E1204F; }
span { border-color: rgb(225,32,79); }
td.TdClassName
{
border-color: #E1204F;
}
.TagClassName
{
border-color: #E1204F;
}
</style>