Shades of Amaranth #E1434F
Tints of Amaranth #E1434F
RGB
CMYK
RGB Variations
Color information
#E1434F (or 0xE1434F) is known color: Amaranth. HEX triplet: E1, 43 and 4F. RGB value is (225,67,79). Sum of RGB (Red+Green+Blue) = 225+67+79=371 (49% of max value = 765). Red value is 225 (88.28% from 255 or 60.65% from 371); Green value is 67 (26.56% from 255 or 18.06% from 371); Blue value is 79 (31.25% from 255 or 21.29% from 371); Max value from RGB is 225 - color contains mainly: red. Hex color #E1434F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E1434F is #1EBCB0. Grayscale: #737373. Windows color (decimal): -2014385 or 5194721. OLE color: 5194721.
HSL color Cylindrical-coordinate representation of color #E1434F: hue angle of 355.44º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E1434F is Cyan = 0, Magento = 0.70, Yellow = 0.65 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 67 | 79 | - |
| CMYK | 0 | 0.70 | 0.65 | 0.12 |
| HSL | 355.44º | 0.72% | 0.57% | - |
| HSV(B) | 355.44º | 0.7% | 0.88% | - |
| XYZ | 34.47 | 20.59 | 9.55 | - |
| YUV | 115.61 | 107.35 | 206.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 67 | 79 | 0 | 0.70 | 0.65 | 0.12 | 355.44 | 0.72 | 0.57 |
| Hex | E1 | 43 | 4F | 0 | 46 | 41 | C | 163 | 48 | 39 |
| Octal | 341 | 103 | 117 | 0 | 106 | 101 | 14 | 543 | 110 | 71 |
| Binary | 11100001 | 1000011 | 1001111 | 0 | 1000110 | 1000001 | 1100 | 101100011 | 1001000 | 111001 |
Color Harmonies of #E1434F
Complementary color
Monochromatic Colors of #E1434F
Black with #E1434F
Text Example
Text Example
White with #E1434F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1434F; }
p { color: rgb(225,67,79); }
H1.HeaderClassName
{
color: #E1434F;
}
.AnyTagClassName
{
color: #E1434F;
}
</style>
background-color css
<style>
a { background-color: #E1434F; }
a { background-color: rgb(225,67,79); }
div.DivClassName
{
background-color: #E1434F;
}
.BgClassName
{
background-color: #E1434F;
}
</style>
border-color css
<style>
span { border-color: #E1434F; }
span { border-color: rgb(225,67,79); }
td.TdClassName
{
border-color: #E1434F;
}
.TagClassName
{
border-color: #E1434F;
}
</style>