Shades of Amaranth #E44145
Tints of Amaranth #E44145
RGB
CMYK
RGB Variations
Color information
#E44145 (or 0xE44145) is known color: Amaranth. HEX triplet: E4, 41 and 45. RGB value is (228,65,69). Sum of RGB (Red+Green+Blue) = 228+65+69=362 (47% of max value = 765). Red value is 228 (89.45% from 255 or 62.98% from 362); Green value is 65 (25.78% from 255 or 17.96% from 362); Blue value is 69 (27.34% from 255 or 19.06% from 362); Max value from RGB is 228 - color contains mainly: red. Hex color #E44145 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E44145 is #1BBEBA. Grayscale: #727272. Windows color (decimal): -1818299 or 4538852. OLE color: 4538852.
HSL color Cylindrical-coordinate representation of color #E44145: hue angle of 358.53º 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 #E44145 is Cyan = 0, Magento = 0.71, Yellow = 0.70 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 65 | 69 | - |
| CMYK | 0 | 0.71 | 0.70 | 0.11 |
| HSL | 358.53º | 0.75% | 0.57% | - |
| HSV(B) | 358.53º | 0.71% | 0.89% | - |
| XYZ | 34.96 | 20.7 | 7.78 | - |
| YUV | 114.19 | 102.5 | 209.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 65 | 69 | 0 | 0.71 | 0.70 | 0.11 | 358.53 | 0.75 | 0.57 |
| Hex | E4 | 41 | 45 | 0 | 47 | 46 | B | 167 | 4B | 39 |
| Octal | 344 | 101 | 105 | 0 | 107 | 106 | 13 | 547 | 113 | 71 |
| Binary | 11100100 | 1000001 | 1000101 | 0 | 1000111 | 1000110 | 1011 | 101100111 | 1001011 | 111001 |
Color Harmonies of #E44145
Complementary color
Monochromatic Colors of #E44145
Black with #E44145
Text Example
Text Example
White with #E44145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E44145; }
p { color: rgb(228,65,69); }
H1.HeaderClassName
{
color: #E44145;
}
.AnyTagClassName
{
color: #E44145;
}
</style>
background-color css
<style>
a { background-color: #E44145; }
a { background-color: rgb(228,65,69); }
div.DivClassName
{
background-color: #E44145;
}
.BgClassName
{
background-color: #E44145;
}
</style>
border-color css
<style>
span { border-color: #E44145; }
span { border-color: rgb(228,65,69); }
td.TdClassName
{
border-color: #E44145;
}
.TagClassName
{
border-color: #E44145;
}
</style>