Shades of Amaranth #E42855
Tints of Amaranth #E42855
RGB
CMYK
RGB Variations
Color information
#E42855 (or 0xE42855) is known color: Amaranth. HEX triplet: E4, 28 and 55. RGB value is (228,40,85). Sum of RGB (Red+Green+Blue) = 228+40+85=353 (46% of max value = 765). Red value is 228 (89.45% from 255 or 64.59% from 353); Green value is 40 (16.02% from 255 or 11.33% from 353); Blue value is 85 (33.59% from 255 or 24.08% from 353); Max value from RGB is 228 - color contains mainly: red. Hex color #E42855 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E42855 is #1BD7AA. Grayscale: #656565. Windows color (decimal): -1824683 or 5581028. OLE color: 5581028.
HSL color Cylindrical-coordinate representation of color #E42855: hue angle of 345.64º 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 #E42855 is Cyan = 0, Magento = 0.82, Yellow = 0.63 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 40 | 85 | - |
| CMYK | 0 | 0.82 | 0.63 | 0.11 |
| HSL | 345.64º | 0.78% | 0.53% | - |
| HSV(B) | 345.64º | 0.82% | 0.89% | - |
| XYZ | 34.39 | 18.67 | 10.38 | - |
| YUV | 101.34 | 118.78 | 218.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 40 | 85 | 0 | 0.82 | 0.63 | 0.11 | 345.64 | 0.78 | 0.53 |
| Hex | E4 | 28 | 55 | 0 | 52 | 3F | B | 15A | 4E | 35 |
| Octal | 344 | 50 | 125 | 0 | 122 | 77 | 13 | 532 | 116 | 65 |
| Binary | 11100100 | 101000 | 1010101 | 0 | 1010010 | 111111 | 1011 | 101011010 | 1001110 | 110101 |
Color Harmonies of #E42855
Complementary color
Monochromatic Colors of #E42855
Black with #E42855
Text Example
Text Example
White with #E42855
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E42855; }
p { color: rgb(228,40,85); }
H1.HeaderClassName
{
color: #E42855;
}
.AnyTagClassName
{
color: #E42855;
}
</style>
background-color css
<style>
a { background-color: #E42855; }
a { background-color: rgb(228,40,85); }
div.DivClassName
{
background-color: #E42855;
}
.BgClassName
{
background-color: #E42855;
}
</style>
border-color css
<style>
span { border-color: #E42855; }
span { border-color: rgb(228,40,85); }
td.TdClassName
{
border-color: #E42855;
}
.TagClassName
{
border-color: #E42855;
}
</style>