Shades of Amaranth #E1434A
Tints of Amaranth #E1434A
RGB
CMYK
RGB Variations
Color information
#E1434A (or 0xE1434A) is known color: Amaranth. HEX triplet: E1, 43 and 4A. RGB value is (225,67,74). Sum of RGB (Red+Green+Blue) = 225+67+74=366 (48% of max value = 765). Red value is 225 (88.28% from 255 or 61.48% from 366); Green value is 67 (26.56% from 255 or 18.31% from 366); Blue value is 74 (29.30% from 255 or 20.22% from 366); Max value from RGB is 225 - color contains mainly: red. Hex color #E1434A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E1434A is #1EBCB5. Grayscale: #737373. Windows color (decimal): -2014390 or 4867041. OLE color: 4867041.
HSL color Cylindrical-coordinate representation of color #E1434A: hue angle of 357.34º 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 #E1434A is Cyan = 0, Magento = 0.70, Yellow = 0.67 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 67 | 74 | - |
| CMYK | 0 | 0.70 | 0.67 | 0.12 |
| HSL | 357.34º | 0.72% | 0.57% | - |
| HSV(B) | 357.34º | 0.7% | 0.88% | - |
| XYZ | 34.29 | 20.52 | 8.63 | - |
| YUV | 115.04 | 104.85 | 206.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 67 | 74 | 0 | 0.70 | 0.67 | 0.12 | 357.34 | 0.72 | 0.57 |
| Hex | E1 | 43 | 4A | 0 | 46 | 43 | C | 165 | 48 | 39 |
| Octal | 341 | 103 | 112 | 0 | 106 | 103 | 14 | 545 | 110 | 71 |
| Binary | 11100001 | 1000011 | 1001010 | 0 | 1000110 | 1000011 | 1100 | 101100101 | 1001000 | 111001 |
Color Harmonies of #E1434A
Complementary color
Monochromatic Colors of #E1434A
Black with #E1434A
Text Example
Text Example
White with #E1434A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1434A; }
p { color: rgb(225,67,74); }
H1.HeaderClassName
{
color: #E1434A;
}
.AnyTagClassName
{
color: #E1434A;
}
</style>
background-color css
<style>
a { background-color: #E1434A; }
a { background-color: rgb(225,67,74); }
div.DivClassName
{
background-color: #E1434A;
}
.BgClassName
{
background-color: #E1434A;
}
</style>
border-color css
<style>
span { border-color: #E1434A; }
span { border-color: rgb(225,67,74); }
td.TdClassName
{
border-color: #E1434A;
}
.TagClassName
{
border-color: #E1434A;
}
</style>