Shades of Amaranth #E4444B
Tints of Amaranth #E4444B
RGB
CMYK
RGB Variations
Color information
#E4444B (or 0xE4444B) is known color: Amaranth. HEX triplet: E4, 44 and 4B. RGB value is (228,68,75). Sum of RGB (Red+Green+Blue) = 228+68+75=371 (49% of max value = 765). Red value is 228 (89.45% from 255 or 61.46% from 371); Green value is 68 (26.95% from 255 or 18.33% from 371); Blue value is 75 (29.69% from 255 or 20.22% from 371); Max value from RGB is 228 - color contains mainly: red. Hex color #E4444B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E4444B is #1BBBB4. Grayscale: #747474. Windows color (decimal): -1817525 or 4932836. OLE color: 4932836.
HSL color Cylindrical-coordinate representation of color #E4444B: hue angle of 357.38º degrees, saturation: 0.75, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E4444B is Cyan = 0, Magento = 0.70, Yellow = 0.67 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 68 | 75 | - |
| CMYK | 0 | 0.70 | 0.67 | 0.11 |
| HSL | 357.38º | 0.75% | 0.58% | - |
| HSV(B) | 357.38º | 0.7% | 0.89% | - |
| XYZ | 35.33 | 21.14 | 8.87 | - |
| YUV | 116.64 | 104.51 | 207.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 68 | 75 | 0 | 0.70 | 0.67 | 0.11 | 357.38 | 0.75 | 0.58 |
| Hex | E4 | 44 | 4B | 0 | 46 | 43 | B | 165 | 4B | 3A |
| Octal | 344 | 104 | 113 | 0 | 106 | 103 | 13 | 545 | 113 | 72 |
| Binary | 11100100 | 1000100 | 1001011 | 0 | 1000110 | 1000011 | 1011 | 101100101 | 1001011 | 111010 |
Color Harmonies of #E4444B
Complementary color
Monochromatic Colors of #E4444B
Black with #E4444B
Text Example
Text Example
White with #E4444B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4444B; }
p { color: rgb(228,68,75); }
H1.HeaderClassName
{
color: #E4444B;
}
.AnyTagClassName
{
color: #E4444B;
}
</style>
background-color css
<style>
a { background-color: #E4444B; }
a { background-color: rgb(228,68,75); }
div.DivClassName
{
background-color: #E4444B;
}
.BgClassName
{
background-color: #E4444B;
}
</style>
border-color css
<style>
span { border-color: #E4444B; }
span { border-color: rgb(228,68,75); }
td.TdClassName
{
border-color: #E4444B;
}
.TagClassName
{
border-color: #E4444B;
}
</style>