Shades of Amaranth #E44146
Tints of Amaranth #E44146
RGB
CMYK
RGB Variations
Color information
#E44146 (or 0xE44146) is known color: Amaranth. HEX triplet: E4, 41 and 46. RGB value is (228,65,70). Sum of RGB (Red+Green+Blue) = 228+65+70=363 (48% of max value = 765). Red value is 228 (89.45% from 255 or 62.81% from 363); Green value is 65 (25.78% from 255 or 17.91% from 363); Blue value is 70 (27.73% from 255 or 19.28% from 363); Max value from RGB is 228 - color contains mainly: red. Hex color #E44146 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E44146 is #1BBEB9. Grayscale: #727272. Windows color (decimal): -1818298 or 4604388. OLE color: 4604388.
HSL color Cylindrical-coordinate representation of color #E44146: hue angle of 358.16º degrees, saturation: 0.75, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E44146 is Cyan = 0, Magento = 0.71, Yellow = 0.69 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 65 | 70 | - |
| CMYK | 0 | 0.71 | 0.69 | 0.11 |
| HSL | 358.16º | 0.75% | 0.57% | - |
| HSV(B) | 358.16º | 0.71% | 0.89% | - |
| XYZ | 34.99 | 20.72 | 7.95 | - |
| YUV | 114.31 | 103 | 209.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 65 | 70 | 0 | 0.71 | 0.69 | 0.11 | 358.16 | 0.75 | 0.57 |
| Hex | E4 | 41 | 46 | 0 | 47 | 45 | B | 166 | 4B | 39 |
| Octal | 344 | 101 | 106 | 0 | 107 | 105 | 13 | 546 | 113 | 71 |
| Binary | 11100100 | 1000001 | 1000110 | 0 | 1000111 | 1000101 | 1011 | 101100110 | 1001011 | 111001 |
Color Harmonies of #E44146
Complementary color
Monochromatic Colors of #E44146
Black with #E44146
Text Example
Text Example
White with #E44146
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E44146; }
p { color: rgb(228,65,70); }
H1.HeaderClassName
{
color: #E44146;
}
.AnyTagClassName
{
color: #E44146;
}
</style>
background-color css
<style>
a { background-color: #E44146; }
a { background-color: rgb(228,65,70); }
div.DivClassName
{
background-color: #E44146;
}
.BgClassName
{
background-color: #E44146;
}
</style>
border-color css
<style>
span { border-color: #E44146; }
span { border-color: rgb(228,65,70); }
td.TdClassName
{
border-color: #E44146;
}
.TagClassName
{
border-color: #E44146;
}
</style>