Shades of Amaranth #E42551
Tints of Amaranth #E42551
RGB
CMYK
RGB Variations
Color information
#E42551 (or 0xE42551) is known color: Amaranth. HEX triplet: E4, 25 and 51. RGB value is (228,37,81). Sum of RGB (Red+Green+Blue) = 228+37+81=346 (45% of max value = 765). Red value is 228 (89.45% from 255 or 65.90% from 346); Green value is 37 (14.84% from 255 or 10.69% from 346); Blue value is 81 (32.03% from 255 or 23.41% from 346); Max value from RGB is 228 - color contains mainly: red. Hex color #E42551 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E42551 is #1BDAAE. Grayscale: #636363. Windows color (decimal): -1825455 or 5318116. OLE color: 5318116.
HSL color Cylindrical-coordinate representation of color #E42551: hue angle of 346.18º degrees, saturation: 0.78, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E42551 is Cyan = 0, Magento = 0.84, Yellow = 0.64 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 37 | 81 | - |
| CMYK | 0 | 0.84 | 0.64 | 0.11 |
| HSL | 346.18º | 0.78% | 0.52% | - |
| HSV(B) | 346.18º | 0.84% | 0.89% | - |
| XYZ | 34.14 | 18.41 | 9.54 | - |
| YUV | 99.13 | 117.78 | 219.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 37 | 81 | 0 | 0.84 | 0.64 | 0.11 | 346.18 | 0.78 | 0.52 |
| Hex | E4 | 25 | 51 | 0 | 54 | 40 | B | 15A | 4E | 34 |
| Octal | 344 | 45 | 121 | 0 | 124 | 100 | 13 | 532 | 116 | 64 |
| Binary | 11100100 | 100101 | 1010001 | 0 | 1010100 | 1000000 | 1011 | 101011010 | 1001110 | 110100 |
Color Harmonies of #E42551
Complementary color
Monochromatic Colors of #E42551
Black with #E42551
Text Example
Text Example
White with #E42551
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E42551; }
p { color: rgb(228,37,81); }
H1.HeaderClassName
{
color: #E42551;
}
.AnyTagClassName
{
color: #E42551;
}
</style>
background-color css
<style>
a { background-color: #E42551; }
a { background-color: rgb(228,37,81); }
div.DivClassName
{
background-color: #E42551;
}
.BgClassName
{
background-color: #E42551;
}
</style>
border-color css
<style>
span { border-color: #E42551; }
span { border-color: rgb(228,37,81); }
td.TdClassName
{
border-color: #E42551;
}
.TagClassName
{
border-color: #E42551;
}
</style>