Shades of Amaranth #E42A52
Tints of Amaranth #E42A52
RGB
CMYK
RGB Variations
Color information
#E42A52 (or 0xE42A52) is known color: Amaranth. HEX triplet: E4, 2A and 52. RGB value is (228,42,82). Sum of RGB (Red+Green+Blue) = 228+42+82=352 (46% of max value = 765). Red value is 228 (89.45% from 255 or 64.77% from 352); Green value is 42 (16.80% from 255 or 11.93% from 352); Blue value is 82 (32.42% from 255 or 23.30% from 352); Max value from RGB is 228 - color contains mainly: red. Hex color #E42A52 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E42A52 is #1BD5AD. Grayscale: #666666. Windows color (decimal): -1824174 or 5384932. OLE color: 5384932.
HSL color Cylindrical-coordinate representation of color #E42A52: hue angle of 347.1º 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 #E42A52 is Cyan = 0, Magento = 0.82, Yellow = 0.64 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 42 | 82 | - |
| CMYK | 0 | 0.82 | 0.64 | 0.11 |
| HSL | 347.1º | 0.78% | 0.53% | - |
| HSV(B) | 347.1º | 0.82% | 0.89% | - |
| XYZ | 34.35 | 18.76 | 9.79 | - |
| YUV | 102.17 | 116.62 | 217.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 42 | 82 | 0 | 0.82 | 0.64 | 0.11 | 347.1 | 0.78 | 0.53 |
| Hex | E4 | 2A | 52 | 0 | 52 | 40 | B | 15B | 4E | 35 |
| Octal | 344 | 52 | 122 | 0 | 122 | 100 | 13 | 533 | 116 | 65 |
| Binary | 11100100 | 101010 | 1010010 | 0 | 1010010 | 1000000 | 1011 | 101011011 | 1001110 | 110101 |
Color Harmonies of #E42A52
Complementary color
Monochromatic Colors of #E42A52
Black with #E42A52
Text Example
Text Example
White with #E42A52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E42A52; }
p { color: rgb(228,42,82); }
H1.HeaderClassName
{
color: #E42A52;
}
.AnyTagClassName
{
color: #E42A52;
}
</style>
background-color css
<style>
a { background-color: #E42A52; }
a { background-color: rgb(228,42,82); }
div.DivClassName
{
background-color: #E42A52;
}
.BgClassName
{
background-color: #E42A52;
}
</style>
border-color css
<style>
span { border-color: #E42A52; }
span { border-color: rgb(228,42,82); }
td.TdClassName
{
border-color: #E42A52;
}
.TagClassName
{
border-color: #E42A52;
}
</style>