Shades of Amaranth #E5245C
Tints of Amaranth #E5245C
RGB
CMYK
RGB Variations
Color information
#E5245C (or 0xE5245C) is known color: Amaranth. HEX triplet: E5, 24 and 5C. RGB value is (229,36,92). Sum of RGB (Red+Green+Blue) = 229+36+92=357 (47% of max value = 765). Red value is 229 (89.84% from 255 or 64.15% from 357); Green value is 36 (14.45% from 255 or 10.08% from 357); Blue value is 92 (36.33% from 255 or 25.77% from 357); Max value from RGB is 229 - color contains mainly: red. Hex color #E5245C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E5245C is #1ADBA3. Grayscale: #646464. Windows color (decimal): -1760164 or 6038757. OLE color: 6038757.
HSL color Cylindrical-coordinate representation of color #E5245C: hue angle of 342.59º 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 #E5245C is Cyan = 0, Magento = 0.84, Yellow = 0.60 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 36 | 92 | - |
| CMYK | 0 | 0.84 | 0.60 | 0.10 |
| HSL | 342.59º | 0.79% | 0.52% | - |
| HSV(B) | 342.59º | 0.84% | 0.9% | - |
| XYZ | 34.88 | 18.69 | 11.9 | - |
| YUV | 100.09 | 123.44 | 219.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 36 | 92 | 0 | 0.84 | 0.60 | 0.10 | 342.59 | 0.79 | 0.52 |
| Hex | E5 | 24 | 5C | 0 | 54 | 3C | A | 157 | 4F | 34 |
| Octal | 345 | 44 | 134 | 0 | 124 | 74 | 12 | 527 | 117 | 64 |
| Binary | 11100101 | 100100 | 1011100 | 0 | 1010100 | 111100 | 1010 | 101010111 | 1001111 | 110100 |
Color Harmonies of #E5245C
Complementary color
Monochromatic Colors of #E5245C
Black with #E5245C
Text Example
Text Example
White with #E5245C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5245C; }
p { color: rgb(229,36,92); }
H1.HeaderClassName
{
color: #E5245C;
}
.AnyTagClassName
{
color: #E5245C;
}
</style>
background-color css
<style>
a { background-color: #E5245C; }
a { background-color: rgb(229,36,92); }
div.DivClassName
{
background-color: #E5245C;
}
.BgClassName
{
background-color: #E5245C;
}
</style>
border-color css
<style>
span { border-color: #E5245C; }
span { border-color: rgb(229,36,92); }
td.TdClassName
{
border-color: #E5245C;
}
.TagClassName
{
border-color: #E5245C;
}
</style>