Shades of Amaranth #E42A4A
Tints of Amaranth #E42A4A
RGB
CMYK
RGB Variations
Color information
#E42A4A (or 0xE42A4A) is known color: Amaranth. HEX triplet: E4, 2A and 4A. RGB value is (228,42,74). Sum of RGB (Red+Green+Blue) = 228+42+74=344 (45% of max value = 765). Red value is 228 (89.45% from 255 or 66.28% from 344); Green value is 42 (16.80% from 255 or 12.21% from 344); Blue value is 74 (29.30% from 255 or 21.51% from 344); Max value from RGB is 228 - color contains mainly: red. Hex color #E42A4A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E42A4A is #1BD5B5. Grayscale: #656565. Windows color (decimal): -1824182 or 4860644. OLE color: 4860644.
HSL color Cylindrical-coordinate representation of color #E42A4A: hue angle of 349.68º degrees, saturation: 0.77, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E42A4A is Cyan = 0, Magento = 0.82, Yellow = 0.68 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 42 | 74 | - |
| CMYK | 0 | 0.82 | 0.68 | 0.11 |
| HSL | 349.68º | 0.78% | 0.53% | - |
| HSV(B) | 349.68º | 0.82% | 0.89% | - |
| XYZ | 34.06 | 18.64 | 8.28 | - |
| YUV | 101.26 | 112.62 | 218.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 42 | 74 | 0 | 0.82 | 0.68 | 0.11 | 349.68 | 0.78 | 0.53 |
| Hex | E4 | 2A | 4A | 0 | 52 | 44 | B | 15E | 4E | 35 |
| Octal | 344 | 52 | 112 | 0 | 122 | 104 | 13 | 536 | 116 | 65 |
| Binary | 11100100 | 101010 | 1001010 | 0 | 1010010 | 1000100 | 1011 | 101011110 | 1001110 | 110101 |
Color Harmonies of #E42A4A
Complementary color
Monochromatic Colors of #E42A4A
Black with #E42A4A
Text Example
Text Example
White with #E42A4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E42A4A; }
p { color: rgb(228,42,74); }
H1.HeaderClassName
{
color: #E42A4A;
}
.AnyTagClassName
{
color: #E42A4A;
}
</style>
background-color css
<style>
a { background-color: #E42A4A; }
a { background-color: rgb(228,42,74); }
div.DivClassName
{
background-color: #E42A4A;
}
.BgClassName
{
background-color: #E42A4A;
}
</style>
border-color css
<style>
span { border-color: #E42A4A; }
span { border-color: rgb(228,42,74); }
td.TdClassName
{
border-color: #E42A4A;
}
.TagClassName
{
border-color: #E42A4A;
}
</style>