Shades of Amaranth #E44153
Tints of Amaranth #E44153
RGB
CMYK
RGB Variations
Color information
#E44153 (or 0xE44153) is known color: Amaranth. HEX triplet: E4, 41 and 53. RGB value is (228,65,83). Sum of RGB (Red+Green+Blue) = 228+65+83=376 (49% of max value = 765). Red value is 228 (89.45% from 255 or 60.64% from 376); Green value is 65 (25.78% from 255 or 17.29% from 376); Blue value is 83 (32.81% from 255 or 22.07% from 376); Max value from RGB is 228 - color contains mainly: red. Hex color #E44153 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E44153 is #1BBEAC. Grayscale: #737373. Windows color (decimal): -1818285 or 5456356. OLE color: 5456356.
HSL color Cylindrical-coordinate representation of color #E44153: hue angle of 353.37º 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 #E44153 is Cyan = 0, Magento = 0.71, Yellow = 0.64 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 65 | 83 | - |
| CMYK | 0 | 0.71 | 0.64 | 0.11 |
| HSL | 353.37º | 0.75% | 0.57% | - |
| HSV(B) | 353.37º | 0.71% | 0.89% | - |
| XYZ | 35.45 | 20.9 | 10.35 | - |
| YUV | 115.79 | 109.5 | 208.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 65 | 83 | 0 | 0.71 | 0.64 | 0.11 | 353.37 | 0.75 | 0.57 |
| Hex | E4 | 41 | 53 | 0 | 47 | 40 | B | 161 | 4B | 39 |
| Octal | 344 | 101 | 123 | 0 | 107 | 100 | 13 | 541 | 113 | 71 |
| Binary | 11100100 | 1000001 | 1010011 | 0 | 1000111 | 1000000 | 1011 | 101100001 | 1001011 | 111001 |
Color Harmonies of #E44153
Complementary color
Monochromatic Colors of #E44153
Black with #E44153
Text Example
Text Example
White with #E44153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E44153; }
p { color: rgb(228,65,83); }
H1.HeaderClassName
{
color: #E44153;
}
.AnyTagClassName
{
color: #E44153;
}
</style>
background-color css
<style>
a { background-color: #E44153; }
a { background-color: rgb(228,65,83); }
div.DivClassName
{
background-color: #E44153;
}
.BgClassName
{
background-color: #E44153;
}
</style>
border-color css
<style>
span { border-color: #E44153; }
span { border-color: rgb(228,65,83); }
td.TdClassName
{
border-color: #E44153;
}
.TagClassName
{
border-color: #E44153;
}
</style>