Shades of Amaranth #E42D4C
Tints of Amaranth #E42D4C
RGB
CMYK
RGB Variations
Color information
#E42D4C (or 0xE42D4C) is known color: Amaranth. HEX triplet: E4, 2D and 4C. RGB value is (228,45,76). Sum of RGB (Red+Green+Blue) = 228+45+76=349 (46% of max value = 765). Red value is 228 (89.45% from 255 or 65.33% from 349); Green value is 45 (17.97% from 255 or 12.89% from 349); Blue value is 76 (30.08% from 255 or 21.78% from 349); Max value from RGB is 228 - color contains mainly: red. Hex color #E42D4C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E42D4C is #1BD2B3. Grayscale: #676767. Windows color (decimal): -1823412 or 4992484. OLE color: 4992484.
HSL color Cylindrical-coordinate representation of color #E42D4C: hue angle of 349.84º 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 #E42D4C is Cyan = 0, Magento = 0.80, Yellow = 0.67 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 45 | 76 | - |
| CMYK | 0 | 0.80 | 0.67 | 0.11 |
| HSL | 349.84º | 0.77% | 0.54% | - |
| HSV(B) | 349.84º | 0.8% | 0.89% | - |
| XYZ | 34.24 | 18.89 | 8.68 | - |
| YUV | 103.25 | 112.63 | 216.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 45 | 76 | 0 | 0.80 | 0.67 | 0.11 | 349.84 | 0.77 | 0.54 |
| Hex | E4 | 2D | 4C | 0 | 50 | 43 | B | 15E | 4D | 36 |
| Octal | 344 | 55 | 114 | 0 | 120 | 103 | 13 | 536 | 115 | 66 |
| Binary | 11100100 | 101101 | 1001100 | 0 | 1010000 | 1000011 | 1011 | 101011110 | 1001101 | 110110 |
Color Harmonies of #E42D4C
Complementary color
Monochromatic Colors of #E42D4C
Black with #E42D4C
Text Example
Text Example
White with #E42D4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E42D4C; }
p { color: rgb(228,45,76); }
H1.HeaderClassName
{
color: #E42D4C;
}
.AnyTagClassName
{
color: #E42D4C;
}
</style>
background-color css
<style>
a { background-color: #E42D4C; }
a { background-color: rgb(228,45,76); }
div.DivClassName
{
background-color: #E42D4C;
}
.BgClassName
{
background-color: #E42D4C;
}
</style>
border-color css
<style>
span { border-color: #E42D4C; }
span { border-color: rgb(228,45,76); }
td.TdClassName
{
border-color: #E42D4C;
}
.TagClassName
{
border-color: #E42D4C;
}
</style>