Shades of Amaranth #E42E4C
Tints of Amaranth #E42E4C
RGB
CMYK
RGB Variations
Color information
#E42E4C (or 0xE42E4C) is known color: Amaranth. HEX triplet: E4, 2E and 4C. RGB value is (228,46,76). Sum of RGB (Red+Green+Blue) = 228+46+76=350 (46% of max value = 765). Red value is 228 (89.45% from 255 or 65.14% from 350); Green value is 46 (18.36% from 255 or 13.14% from 350); Blue value is 76 (30.08% from 255 or 21.71% from 350); Max value from RGB is 228 - color contains mainly: red. Hex color #E42E4C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E42E4C is #1BD1B3. Grayscale: #676767. Windows color (decimal): -1823156 or 4992740. OLE color: 4992740.
HSL color Cylindrical-coordinate representation of color #E42E4C: hue angle of 350.11º degrees, saturation: 0.77, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E42E4C is Cyan = 0, Magento = 0.80, Yellow = 0.67 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 46 | 76 | - |
| CMYK | 0 | 0.80 | 0.67 | 0.11 |
| HSL | 350.11º | 0.77% | 0.54% | - |
| HSV(B) | 350.11º | 0.8% | 0.89% | - |
| XYZ | 34.28 | 18.97 | 8.69 | - |
| YUV | 103.84 | 112.3 | 216.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 46 | 76 | 0 | 0.80 | 0.67 | 0.11 | 350.11 | 0.77 | 0.54 |
| Hex | E4 | 2E | 4C | 0 | 50 | 43 | B | 15E | 4D | 36 |
| Octal | 344 | 56 | 114 | 0 | 120 | 103 | 13 | 536 | 115 | 66 |
| Binary | 11100100 | 101110 | 1001100 | 0 | 1010000 | 1000011 | 1011 | 101011110 | 1001101 | 110110 |
Color Harmonies of #E42E4C
Complementary color
Monochromatic Colors of #E42E4C
Black with #E42E4C
Text Example
Text Example
White with #E42E4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E42E4C; }
p { color: rgb(228,46,76); }
H1.HeaderClassName
{
color: #E42E4C;
}
.AnyTagClassName
{
color: #E42E4C;
}
</style>
background-color css
<style>
a { background-color: #E42E4C; }
a { background-color: rgb(228,46,76); }
div.DivClassName
{
background-color: #E42E4C;
}
.BgClassName
{
background-color: #E42E4C;
}
</style>
border-color css
<style>
span { border-color: #E42E4C; }
span { border-color: rgb(228,46,76); }
td.TdClassName
{
border-color: #E42E4C;
}
.TagClassName
{
border-color: #E42E4C;
}
</style>