Shades of Amaranth #E43348
Tints of Amaranth #E43348
RGB
CMYK
RGB Variations
Color information
#E43348 (or 0xE43348) is known color: Amaranth. HEX triplet: E4, 33 and 48. RGB value is (228,51,72). Sum of RGB (Red+Green+Blue) = 228+51+72=351 (46% of max value = 765). Red value is 228 (89.45% from 255 or 64.96% from 351); Green value is 51 (20.31% from 255 or 14.53% from 351); Blue value is 72 (28.52% from 255 or 20.51% from 351); Max value from RGB is 228 - color contains mainly: red. Hex color #E43348 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E43348 is #1BCCB7. Grayscale: #6A6A6A. Windows color (decimal): -1821880 or 4731876. OLE color: 4731876.
HSL color Cylindrical-coordinate representation of color #E43348: hue angle of 352.88º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E43348 is Cyan = 0, Magento = 0.78, Yellow = 0.68 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 51 | 72 | - |
| CMYK | 0 | 0.78 | 0.68 | 0.11 |
| HSL | 352.88º | 0.77% | 0.55% | - |
| HSV(B) | 352.88º | 0.78% | 0.89% | - |
| XYZ | 34.35 | 19.33 | 8.05 | - |
| YUV | 106.32 | 108.64 | 214.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 51 | 72 | 0 | 0.78 | 0.68 | 0.11 | 352.88 | 0.77 | 0.55 |
| Hex | E4 | 33 | 48 | 0 | 4E | 44 | B | 161 | 4D | 37 |
| Octal | 344 | 63 | 110 | 0 | 116 | 104 | 13 | 541 | 115 | 67 |
| Binary | 11100100 | 110011 | 1001000 | 0 | 1001110 | 1000100 | 1011 | 101100001 | 1001101 | 110111 |
Color Harmonies of #E43348
Complementary color
Monochromatic Colors of #E43348
Black with #E43348
Text Example
Text Example
White with #E43348
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E43348; }
p { color: rgb(228,51,72); }
H1.HeaderClassName
{
color: #E43348;
}
.AnyTagClassName
{
color: #E43348;
}
</style>
background-color css
<style>
a { background-color: #E43348; }
a { background-color: rgb(228,51,72); }
div.DivClassName
{
background-color: #E43348;
}
.BgClassName
{
background-color: #E43348;
}
</style>
border-color css
<style>
span { border-color: #E43348; }
span { border-color: rgb(228,51,72); }
td.TdClassName
{
border-color: #E43348;
}
.TagClassName
{
border-color: #E43348;
}
</style>