Shades of Amaranth #E5224B
Tints of Amaranth #E5224B
RGB
CMYK
RGB Variations
Color information
#E5224B (or 0xE5224B) is known color: Amaranth. HEX triplet: E5, 22 and 4B. RGB value is (229,34,75). Sum of RGB (Red+Green+Blue) = 229+34+75=338 (44% of max value = 765). Red value is 229 (89.84% from 255 or 67.75% from 338); Green value is 34 (13.67% from 255 or 10.06% from 338); Blue value is 75 (29.69% from 255 or 22.19% from 338); Max value from RGB is 229 - color contains mainly: red. Hex color #E5224B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E5224B is #1ADDB4. Grayscale: #616161. Windows color (decimal): -1760693 or 4924133. OLE color: 4924133.
HSL color Cylindrical-coordinate representation of color #E5224B: hue angle of 347.38º degrees, saturation: 0.79, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E5224B is Cyan = 0, Magento = 0.85, Yellow = 0.67 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 34 | 75 | - |
| CMYK | 0 | 0.85 | 0.67 | 0.10 |
| HSL | 347.38º | 0.79% | 0.52% | - |
| HSV(B) | 347.38º | 0.85% | 0.9% | - |
| XYZ | 34.16 | 18.31 | 8.39 | - |
| YUV | 96.98 | 115.6 | 222.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 34 | 75 | 0 | 0.85 | 0.67 | 0.10 | 347.38 | 0.79 | 0.52 |
| Hex | E5 | 22 | 4B | 0 | 55 | 43 | A | 15B | 4F | 34 |
| Octal | 345 | 42 | 113 | 0 | 125 | 103 | 12 | 533 | 117 | 64 |
| Binary | 11100101 | 100010 | 1001011 | 0 | 1010101 | 1000011 | 1010 | 101011011 | 1001111 | 110100 |
Color Harmonies of #E5224B
Complementary color
Monochromatic Colors of #E5224B
Black with #E5224B
Text Example
Text Example
White with #E5224B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5224B; }
p { color: rgb(229,34,75); }
H1.HeaderClassName
{
color: #E5224B;
}
.AnyTagClassName
{
color: #E5224B;
}
</style>
background-color css
<style>
a { background-color: #E5224B; }
a { background-color: rgb(229,34,75); }
div.DivClassName
{
background-color: #E5224B;
}
.BgClassName
{
background-color: #E5224B;
}
</style>
border-color css
<style>
span { border-color: #E5224B; }
span { border-color: rgb(229,34,75); }
td.TdClassName
{
border-color: #E5224B;
}
.TagClassName
{
border-color: #E5224B;
}
</style>