Shades of Amaranth #E44053
Tints of Amaranth #E44053
RGB
CMYK
RGB Variations
Color information
#E44053 (or 0xE44053) is known color: Amaranth. HEX triplet: E4, 40 and 53. RGB value is (228,64,83). Sum of RGB (Red+Green+Blue) = 228+64+83=375 (49% of max value = 765). Red value is 228 (89.45% from 255 or 60.8% from 375); Green value is 64 (25.39% from 255 or 17.07% from 375); Blue value is 83 (32.81% from 255 or 22.13% from 375); Max value from RGB is 228 - color contains mainly: red. Hex color #E44053 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E44053 is #1BBFAC. Grayscale: #737373. Windows color (decimal): -1818541 or 5456100. OLE color: 5456100.
HSL color Cylindrical-coordinate representation of color #E44053: hue angle of 353.05º degrees, saturation: 0.75, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E44053 is Cyan = 0, Magento = 0.72, Yellow = 0.64 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 64 | 83 | - |
| CMYK | 0 | 0.72 | 0.64 | 0.11 |
| HSL | 353.05º | 0.75% | 0.57% | - |
| HSV(B) | 353.05º | 0.72% | 0.89% | - |
| XYZ | 35.39 | 20.79 | 10.33 | - |
| YUV | 115.2 | 109.83 | 208.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 64 | 83 | 0 | 0.72 | 0.64 | 0.11 | 353.05 | 0.75 | 0.57 |
| Hex | E4 | 40 | 53 | 0 | 48 | 40 | B | 161 | 4B | 39 |
| Octal | 344 | 100 | 123 | 0 | 110 | 100 | 13 | 541 | 113 | 71 |
| Binary | 11100100 | 1000000 | 1010011 | 0 | 1001000 | 1000000 | 1011 | 101100001 | 1001011 | 111001 |
Color Harmonies of #E44053
Complementary color
Monochromatic Colors of #E44053
Black with #E44053
Text Example
Text Example
White with #E44053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E44053; }
p { color: rgb(228,64,83); }
H1.HeaderClassName
{
color: #E44053;
}
.AnyTagClassName
{
color: #E44053;
}
</style>
background-color css
<style>
a { background-color: #E44053; }
a { background-color: rgb(228,64,83); }
div.DivClassName
{
background-color: #E44053;
}
.BgClassName
{
background-color: #E44053;
}
</style>
border-color css
<style>
span { border-color: #E44053; }
span { border-color: rgb(228,64,83); }
td.TdClassName
{
border-color: #E44053;
}
.TagClassName
{
border-color: #E44053;
}
</style>