Shades of Amaranth #E5244E
Tints of Amaranth #E5244E
RGB
CMYK
RGB Variations
Color information
#E5244E (or 0xE5244E) is known color: Amaranth. HEX triplet: E5, 24 and 4E. RGB value is (229,36,78). Sum of RGB (Red+Green+Blue) = 229+36+78=343 (45% of max value = 765). Red value is 229 (89.84% from 255 or 66.76% from 343); Green value is 36 (14.45% from 255 or 10.50% from 343); Blue value is 78 (30.86% from 255 or 22.74% from 343); Max value from RGB is 229 - color contains mainly: red. Hex color #E5244E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E5244E is #1ADBB1. Grayscale: #626262. Windows color (decimal): -1760178 or 5121253. OLE color: 5121253.
HSL color Cylindrical-coordinate representation of color #E5244E: hue angle of 346.94º degrees, saturation: 0.79, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E5244E is Cyan = 0, Magento = 0.84, Yellow = 0.66 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 36 | 78 | - |
| CMYK | 0 | 0.84 | 0.66 | 0.10 |
| HSL | 346.94º | 0.79% | 0.52% | - |
| HSV(B) | 346.94º | 0.84% | 0.9% | - |
| XYZ | 34.32 | 18.47 | 8.96 | - |
| YUV | 98.5 | 116.44 | 221.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 36 | 78 | 0 | 0.84 | 0.66 | 0.10 | 346.94 | 0.79 | 0.52 |
| Hex | E5 | 24 | 4E | 0 | 54 | 42 | A | 15B | 4F | 34 |
| Octal | 345 | 44 | 116 | 0 | 124 | 102 | 12 | 533 | 117 | 64 |
| Binary | 11100101 | 100100 | 1001110 | 0 | 1010100 | 1000010 | 1010 | 101011011 | 1001111 | 110100 |
Color Harmonies of #E5244E
Complementary color
Monochromatic Colors of #E5244E
Black with #E5244E
Text Example
Text Example
White with #E5244E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5244E; }
p { color: rgb(229,36,78); }
H1.HeaderClassName
{
color: #E5244E;
}
.AnyTagClassName
{
color: #E5244E;
}
</style>
background-color css
<style>
a { background-color: #E5244E; }
a { background-color: rgb(229,36,78); }
div.DivClassName
{
background-color: #E5244E;
}
.BgClassName
{
background-color: #E5244E;
}
</style>
border-color css
<style>
span { border-color: #E5244E; }
span { border-color: rgb(229,36,78); }
td.TdClassName
{
border-color: #E5244E;
}
.TagClassName
{
border-color: #E5244E;
}
</style>