Shades of Amaranth #E44246
Tints of Amaranth #E44246
RGB
CMYK
RGB Variations
Color information
#E44246 (or 0xE44246) is known color: Amaranth. HEX triplet: E4, 42 and 46. RGB value is (228,66,70). Sum of RGB (Red+Green+Blue) = 228+66+70=364 (48% of max value = 765). Red value is 228 (89.45% from 255 or 62.64% from 364); Green value is 66 (26.17% from 255 or 18.13% from 364); Blue value is 70 (27.73% from 255 or 19.23% from 364); Max value from RGB is 228 - color contains mainly: red. Hex color #E44246 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E44246 is #1BBDB9. Grayscale: #737373. Windows color (decimal): -1818042 or 4604644. OLE color: 4604644.
HSL color Cylindrical-coordinate representation of color #E44246: hue angle of 358.52º degrees, saturation: 0.75, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E44246 is Cyan = 0, Magento = 0.71, Yellow = 0.69 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 66 | 70 | - |
| CMYK | 0 | 0.71 | 0.69 | 0.11 |
| HSL | 358.52º | 0.75% | 0.58% | - |
| HSV(B) | 358.52º | 0.71% | 0.89% | - |
| XYZ | 35.05 | 20.83 | 7.97 | - |
| YUV | 114.89 | 102.67 | 208.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 66 | 70 | 0 | 0.71 | 0.69 | 0.11 | 358.52 | 0.75 | 0.58 |
| Hex | E4 | 42 | 46 | 0 | 47 | 45 | B | 167 | 4B | 3A |
| Octal | 344 | 102 | 106 | 0 | 107 | 105 | 13 | 547 | 113 | 72 |
| Binary | 11100100 | 1000010 | 1000110 | 0 | 1000111 | 1000101 | 1011 | 101100111 | 1001011 | 111010 |
Color Harmonies of #E44246
Complementary color
Monochromatic Colors of #E44246
Black with #E44246
Text Example
Text Example
White with #E44246
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E44246; }
p { color: rgb(228,66,70); }
H1.HeaderClassName
{
color: #E44246;
}
.AnyTagClassName
{
color: #E44246;
}
</style>
background-color css
<style>
a { background-color: #E44246; }
a { background-color: rgb(228,66,70); }
div.DivClassName
{
background-color: #E44246;
}
.BgClassName
{
background-color: #E44246;
}
</style>
border-color css
<style>
span { border-color: #E44246; }
span { border-color: rgb(228,66,70); }
td.TdClassName
{
border-color: #E44246;
}
.TagClassName
{
border-color: #E44246;
}
</style>