Shades of Amaranth #E5254C
Tints of Amaranth #E5254C
RGB
CMYK
RGB Variations
Color information
#E5254C (or 0xE5254C) is known color: Amaranth. HEX triplet: E5, 25 and 4C. RGB value is (229,37,76). Sum of RGB (Red+Green+Blue) = 229+37+76=342 (45% of max value = 765). Red value is 229 (89.84% from 255 or 66.96% from 342); Green value is 37 (14.84% from 255 or 10.82% from 342); Blue value is 76 (30.08% from 255 or 22.22% from 342); Max value from RGB is 229 - color contains mainly: red. Hex color #E5254C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E5254C is #1ADAB3. Grayscale: #626262. Windows color (decimal): -1759924 or 4990437. OLE color: 4990437.
HSL color Cylindrical-coordinate representation of color #E5254C: hue angle of 347.81º 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 #E5254C is Cyan = 0, Magento = 0.84, Yellow = 0.67 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 37 | 76 | - |
| CMYK | 0 | 0.84 | 0.67 | 0.10 |
| HSL | 347.81º | 0.79% | 0.52% | - |
| HSV(B) | 347.81º | 0.84% | 0.9% | - |
| XYZ | 34.28 | 18.5 | 8.6 | - |
| YUV | 98.85 | 115.11 | 220.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 37 | 76 | 0 | 0.84 | 0.67 | 0.10 | 347.81 | 0.79 | 0.52 |
| Hex | E5 | 25 | 4C | 0 | 54 | 43 | A | 15C | 4F | 34 |
| Octal | 345 | 45 | 114 | 0 | 124 | 103 | 12 | 534 | 117 | 64 |
| Binary | 11100101 | 100101 | 1001100 | 0 | 1010100 | 1000011 | 1010 | 101011100 | 1001111 | 110100 |
Color Harmonies of #E5254C
Complementary color
Monochromatic Colors of #E5254C
Black with #E5254C
Text Example
Text Example
White with #E5254C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5254C; }
p { color: rgb(229,37,76); }
H1.HeaderClassName
{
color: #E5254C;
}
.AnyTagClassName
{
color: #E5254C;
}
</style>
background-color css
<style>
a { background-color: #E5254C; }
a { background-color: rgb(229,37,76); }
div.DivClassName
{
background-color: #E5254C;
}
.BgClassName
{
background-color: #E5254C;
}
</style>
border-color css
<style>
span { border-color: #E5254C; }
span { border-color: rgb(229,37,76); }
td.TdClassName
{
border-color: #E5254C;
}
.TagClassName
{
border-color: #E5254C;
}
</style>