Shades of Amaranth #E44344
Tints of Amaranth #E44344
RGB
CMYK
RGB Variations
Color information
#E44344 (or 0xE44344) is known color: Amaranth. HEX triplet: E4, 43 and 44. RGB value is (228,67,68). Sum of RGB (Red+Green+Blue) = 228+67+68=363 (48% of max value = 765). Red value is 228 (89.45% from 255 or 62.81% from 363); Green value is 67 (26.56% from 255 or 18.46% from 363); Blue value is 68 (26.95% from 255 or 18.73% from 363); Max value from RGB is 228 - color contains mainly: red. Hex color #E44344 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E44344 is #1BBCBB. Grayscale: #737373. Windows color (decimal): -1817788 or 4473828. OLE color: 4473828.
HSL color Cylindrical-coordinate representation of color #E44344: hue angle of 359.63º 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 #E44344 is Cyan = 0, Magento = 0.71, Yellow = 0.70 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 67 | 68 | - |
| CMYK | 0 | 0.71 | 0.70 | 0.11 |
| HSL | 359.63º | 0.75% | 0.58% | - |
| HSV(B) | 359.63º | 0.71% | 0.89% | - |
| XYZ | 35.05 | 20.93 | 7.66 | - |
| YUV | 115.25 | 101.34 | 208.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 67 | 68 | 0 | 0.71 | 0.70 | 0.11 | 359.63 | 0.75 | 0.58 |
| Hex | E4 | 43 | 44 | 0 | 47 | 46 | B | 168 | 4B | 3A |
| Octal | 344 | 103 | 104 | 0 | 107 | 106 | 13 | 550 | 113 | 72 |
| Binary | 11100100 | 1000011 | 1000100 | 0 | 1000111 | 1000110 | 1011 | 101101000 | 1001011 | 111010 |
Color Harmonies of #E44344
Complementary color
Monochromatic Colors of #E44344
Black with #E44344
Text Example
Text Example
White with #E44344
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E44344; }
p { color: rgb(228,67,68); }
H1.HeaderClassName
{
color: #E44344;
}
.AnyTagClassName
{
color: #E44344;
}
</style>
background-color css
<style>
a { background-color: #E44344; }
a { background-color: rgb(228,67,68); }
div.DivClassName
{
background-color: #E44344;
}
.BgClassName
{
background-color: #E44344;
}
</style>
border-color css
<style>
span { border-color: #E44344; }
span { border-color: rgb(228,67,68); }
td.TdClassName
{
border-color: #E44344;
}
.TagClassName
{
border-color: #E44344;
}
</style>