Shades of Amaranth #E42851
Tints of Amaranth #E42851
RGB
CMYK
RGB Variations
Color information
#E42851 (or 0xE42851) is known color: Amaranth. HEX triplet: E4, 28 and 51. RGB value is (228,40,81). Sum of RGB (Red+Green+Blue) = 228+40+81=349 (46% of max value = 765). Red value is 228 (89.45% from 255 or 65.33% from 349); Green value is 40 (16.02% from 255 or 11.46% from 349); Blue value is 81 (32.03% from 255 or 23.21% from 349); Max value from RGB is 228 - color contains mainly: red. Hex color #E42851 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E42851 is #1BD7AE. Grayscale: #646464. Windows color (decimal): -1824687 or 5318884. OLE color: 5318884.
HSL color Cylindrical-coordinate representation of color #E42851: hue angle of 346.91º degrees, saturation: 0.78, 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 #E42851 is Cyan = 0, Magento = 0.82, Yellow = 0.64 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 40 | 81 | - |
| CMYK | 0 | 0.82 | 0.64 | 0.11 |
| HSL | 346.91º | 0.78% | 0.53% | - |
| HSV(B) | 346.91º | 0.82% | 0.89% | - |
| XYZ | 34.24 | 18.61 | 9.57 | - |
| YUV | 100.89 | 116.78 | 218.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 40 | 81 | 0 | 0.82 | 0.64 | 0.11 | 346.91 | 0.78 | 0.53 |
| Hex | E4 | 28 | 51 | 0 | 52 | 40 | B | 15B | 4E | 35 |
| Octal | 344 | 50 | 121 | 0 | 122 | 100 | 13 | 533 | 116 | 65 |
| Binary | 11100100 | 101000 | 1010001 | 0 | 1010010 | 1000000 | 1011 | 101011011 | 1001110 | 110101 |
Color Harmonies of #E42851
Complementary color
Monochromatic Colors of #E42851
Black with #E42851
Text Example
Text Example
White with #E42851
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E42851; }
p { color: rgb(228,40,81); }
H1.HeaderClassName
{
color: #E42851;
}
.AnyTagClassName
{
color: #E42851;
}
</style>
background-color css
<style>
a { background-color: #E42851; }
a { background-color: rgb(228,40,81); }
div.DivClassName
{
background-color: #E42851;
}
.BgClassName
{
background-color: #E42851;
}
</style>
border-color css
<style>
span { border-color: #E42851; }
span { border-color: rgb(228,40,81); }
td.TdClassName
{
border-color: #E42851;
}
.TagClassName
{
border-color: #E42851;
}
</style>