Shades of Amaranth #E5274C
Tints of Amaranth #E5274C
RGB
CMYK
RGB Variations
Color information
#E5274C (or 0xE5274C) is known color: Amaranth. HEX triplet: E5, 27 and 4C. RGB value is (229,39,76). Sum of RGB (Red+Green+Blue) = 229+39+76=344 (45% of max value = 765). Red value is 229 (89.84% from 255 or 66.57% from 344); Green value is 39 (15.62% from 255 or 11.34% from 344); Blue value is 76 (30.08% from 255 or 22.09% from 344); Max value from RGB is 229 - color contains mainly: red. Hex color #E5274C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E5274C is #1AD8B3. Grayscale: #646464. Windows color (decimal): -1759412 or 4990949. OLE color: 4990949.
HSL color Cylindrical-coordinate representation of color #E5274C: hue angle of 348.32º degrees, saturation: 0.79, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E5274C is Cyan = 0, Magento = 0.83, Yellow = 0.67 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 39 | 76 | - |
| CMYK | 0 | 0.83 | 0.67 | 0.10 |
| HSL | 348.32º | 0.79% | 0.53% | - |
| HSV(B) | 348.32º | 0.83% | 0.9% | - |
| XYZ | 34.34 | 18.63 | 8.62 | - |
| YUV | 100.03 | 114.45 | 219.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 39 | 76 | 0 | 0.83 | 0.67 | 0.10 | 348.32 | 0.79 | 0.53 |
| Hex | E5 | 27 | 4C | 0 | 53 | 43 | A | 15C | 4F | 35 |
| Octal | 345 | 47 | 114 | 0 | 123 | 103 | 12 | 534 | 117 | 65 |
| Binary | 11100101 | 100111 | 1001100 | 0 | 1010011 | 1000011 | 1010 | 101011100 | 1001111 | 110101 |
Color Harmonies of #E5274C
Complementary color
Monochromatic Colors of #E5274C
Black with #E5274C
Text Example
Text Example
White with #E5274C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5274C; }
p { color: rgb(229,39,76); }
H1.HeaderClassName
{
color: #E5274C;
}
.AnyTagClassName
{
color: #E5274C;
}
</style>
background-color css
<style>
a { background-color: #E5274C; }
a { background-color: rgb(229,39,76); }
div.DivClassName
{
background-color: #E5274C;
}
.BgClassName
{
background-color: #E5274C;
}
</style>
border-color css
<style>
span { border-color: #E5274C; }
span { border-color: rgb(229,39,76); }
td.TdClassName
{
border-color: #E5274C;
}
.TagClassName
{
border-color: #E5274C;
}
</style>