Shades of Amaranth #E43D44
Tints of Amaranth #E43D44
RGB
CMYK
RGB Variations
Color information
#E43D44 (or 0xE43D44) is known color: Amaranth. HEX triplet: E4, 3D and 44. RGB value is (228,61,68). Sum of RGB (Red+Green+Blue) = 228+61+68=357 (47% of max value = 765). Red value is 228 (89.45% from 255 or 63.87% from 357); Green value is 61 (24.22% from 255 or 17.09% from 357); Blue value is 68 (26.95% from 255 or 19.05% from 357); Max value from RGB is 228 - color contains mainly: red. Hex color #E43D44 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E43D44 is #1BC2BB. Grayscale: #6F6F6F. Windows color (decimal): -1819324 or 4472292. OLE color: 4472292.
HSL color Cylindrical-coordinate representation of color #E43D44: hue angle of 357.49º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E43D44 is Cyan = 0, Magento = 0.73, Yellow = 0.70 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 61 | 68 | - |
| CMYK | 0 | 0.73 | 0.70 | 0.11 |
| HSL | 357.49º | 0.76% | 0.57% | - |
| HSV(B) | 357.49º | 0.73% | 0.89% | - |
| XYZ | 34.71 | 20.25 | 7.55 | - |
| YUV | 111.73 | 103.33 | 210.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 61 | 68 | 0 | 0.73 | 0.70 | 0.11 | 357.49 | 0.76 | 0.57 |
| Hex | E4 | 3D | 44 | 0 | 49 | 46 | B | 165 | 4C | 39 |
| Octal | 344 | 75 | 104 | 0 | 111 | 106 | 13 | 545 | 114 | 71 |
| Binary | 11100100 | 111101 | 1000100 | 0 | 1001001 | 1000110 | 1011 | 101100101 | 1001100 | 111001 |
Color Harmonies of #E43D44
Complementary color
Monochromatic Colors of #E43D44
Black with #E43D44
Text Example
Text Example
White with #E43D44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E43D44; }
p { color: rgb(228,61,68); }
H1.HeaderClassName
{
color: #E43D44;
}
.AnyTagClassName
{
color: #E43D44;
}
</style>
background-color css
<style>
a { background-color: #E43D44; }
a { background-color: rgb(228,61,68); }
div.DivClassName
{
background-color: #E43D44;
}
.BgClassName
{
background-color: #E43D44;
}
</style>
border-color css
<style>
span { border-color: #E43D44; }
span { border-color: rgb(228,61,68); }
td.TdClassName
{
border-color: #E43D44;
}
.TagClassName
{
border-color: #E43D44;
}
</style>