Shades of Amaranth #E42748
Tints of Amaranth #E42748
RGB
CMYK
RGB Variations
Color information
#E42748 (or 0xE42748) is known color: Amaranth. HEX triplet: E4, 27 and 48. RGB value is (228,39,72). Sum of RGB (Red+Green+Blue) = 228+39+72=339 (44% of max value = 765). Red value is 228 (89.45% from 255 or 67.26% from 339); Green value is 39 (15.62% from 255 or 11.50% from 339); Blue value is 72 (28.52% from 255 or 21.24% from 339); Max value from RGB is 228 - color contains mainly: red. Hex color #E42748 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E42748 is #1BD8B7. Grayscale: #636363. Windows color (decimal): -1824952 or 4728804. OLE color: 4728804.
HSL color Cylindrical-coordinate representation of color #E42748: hue angle of 349.52º degrees, saturation: 0.78, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E42748 is Cyan = 0, Magento = 0.83, Yellow = 0.68 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 39 | 72 | - |
| CMYK | 0 | 0.83 | 0.68 | 0.11 |
| HSL | 349.52º | 0.78% | 0.52% | - |
| HSV(B) | 349.52º | 0.83% | 0.89% | - |
| XYZ | 33.89 | 18.41 | 7.9 | - |
| YUV | 99.27 | 112.62 | 219.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 39 | 72 | 0 | 0.83 | 0.68 | 0.11 | 349.52 | 0.78 | 0.52 |
| Hex | E4 | 27 | 48 | 0 | 53 | 44 | B | 15E | 4E | 34 |
| Octal | 344 | 47 | 110 | 0 | 123 | 104 | 13 | 536 | 116 | 64 |
| Binary | 11100100 | 100111 | 1001000 | 0 | 1010011 | 1000100 | 1011 | 101011110 | 1001110 | 110100 |
Color Harmonies of #E42748
Complementary color
Monochromatic Colors of #E42748
Black with #E42748
Text Example
Text Example
White with #E42748
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E42748; }
p { color: rgb(228,39,72); }
H1.HeaderClassName
{
color: #E42748;
}
.AnyTagClassName
{
color: #E42748;
}
</style>
background-color css
<style>
a { background-color: #E42748; }
a { background-color: rgb(228,39,72); }
div.DivClassName
{
background-color: #E42748;
}
.BgClassName
{
background-color: #E42748;
}
</style>
border-color css
<style>
span { border-color: #E42748; }
span { border-color: rgb(228,39,72); }
td.TdClassName
{
border-color: #E42748;
}
.TagClassName
{
border-color: #E42748;
}
</style>