Shades of Amaranth #E44647
Tints of Amaranth #E44647
RGB
CMYK
RGB Variations
Color information
#E44647 (or 0xE44647) is known color: Amaranth. HEX triplet: E4, 46 and 47. RGB value is (228,70,71). Sum of RGB (Red+Green+Blue) = 228+70+71=369 (48% of max value = 765). Red value is 228 (89.45% from 255 or 61.79% from 369); Green value is 70 (27.73% from 255 or 18.97% from 369); Blue value is 71 (28.12% from 255 or 19.24% from 369); Max value from RGB is 228 - color contains mainly: red. Hex color #E44647 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E44647 is #1BB9B8. Grayscale: #757575. Windows color (decimal): -1817017 or 4671204. OLE color: 4671204.
HSL color Cylindrical-coordinate representation of color #E44647: hue angle of 359.62º degrees, saturation: 0.75, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E44647 is Cyan = 0, Magento = 0.69, Yellow = 0.69 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 70 | 71 | - |
| CMYK | 0 | 0.69 | 0.69 | 0.11 |
| HSL | 359.62º | 0.75% | 0.58% | - |
| HSV(B) | 359.62º | 0.69% | 0.89% | - |
| XYZ | 35.32 | 21.33 | 8.22 | - |
| YUV | 117.36 | 101.85 | 206.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 70 | 71 | 0 | 0.69 | 0.69 | 0.11 | 359.62 | 0.75 | 0.58 |
| Hex | E4 | 46 | 47 | 0 | 45 | 45 | B | 168 | 4B | 3A |
| Octal | 344 | 106 | 107 | 0 | 105 | 105 | 13 | 550 | 113 | 72 |
| Binary | 11100100 | 1000110 | 1000111 | 0 | 1000101 | 1000101 | 1011 | 101101000 | 1001011 | 111010 |
Color Harmonies of #E44647
Complementary color
Monochromatic Colors of #E44647
Black with #E44647
Text Example
Text Example
White with #E44647
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E44647; }
p { color: rgb(228,70,71); }
H1.HeaderClassName
{
color: #E44647;
}
.AnyTagClassName
{
color: #E44647;
}
</style>
background-color css
<style>
a { background-color: #E44647; }
a { background-color: rgb(228,70,71); }
div.DivClassName
{
background-color: #E44647;
}
.BgClassName
{
background-color: #E44647;
}
</style>
border-color css
<style>
span { border-color: #E44647; }
span { border-color: rgb(228,70,71); }
td.TdClassName
{
border-color: #E44647;
}
.TagClassName
{
border-color: #E44647;
}
</style>