Shades of Amaranth #E52651
Tints of Amaranth #E52651
RGB
CMYK
RGB Variations
Color information
#E52651 (or 0xE52651) is known color: Amaranth. HEX triplet: E5, 26 and 51. RGB value is (229,38,81). Sum of RGB (Red+Green+Blue) = 229+38+81=348 (46% of max value = 765). Red value is 229 (89.84% from 255 or 65.80% from 348); Green value is 38 (15.23% from 255 or 10.92% from 348); Blue value is 81 (32.03% from 255 or 23.28% from 348); Max value from RGB is 229 - color contains mainly: red. Hex color #E52651 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E52651 is #1AD9AE. Grayscale: #646464. Windows color (decimal): -1759663 or 5318373. OLE color: 5318373.
HSL color Cylindrical-coordinate representation of color #E52651: hue angle of 346.49º degrees, saturation: 0.79, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E52651 is Cyan = 0, Magento = 0.83, Yellow = 0.65 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 38 | 81 | - |
| CMYK | 0 | 0.83 | 0.65 | 0.10 |
| HSL | 346.49º | 0.79% | 0.52% | - |
| HSV(B) | 346.49º | 0.83% | 0.9% | - |
| XYZ | 34.49 | 18.64 | 9.56 | - |
| YUV | 100.01 | 117.28 | 220 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 38 | 81 | 0 | 0.83 | 0.65 | 0.10 | 346.49 | 0.79 | 0.52 |
| Hex | E5 | 26 | 51 | 0 | 53 | 41 | A | 15A | 4F | 34 |
| Octal | 345 | 46 | 121 | 0 | 123 | 101 | 12 | 532 | 117 | 64 |
| Binary | 11100101 | 100110 | 1010001 | 0 | 1010011 | 1000001 | 1010 | 101011010 | 1001111 | 110100 |
Color Harmonies of #E52651
Complementary color
Monochromatic Colors of #E52651
Black with #E52651
Text Example
Text Example
White with #E52651
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E52651; }
p { color: rgb(229,38,81); }
H1.HeaderClassName
{
color: #E52651;
}
.AnyTagClassName
{
color: #E52651;
}
</style>
background-color css
<style>
a { background-color: #E52651; }
a { background-color: rgb(229,38,81); }
div.DivClassName
{
background-color: #E52651;
}
.BgClassName
{
background-color: #E52651;
}
</style>
border-color css
<style>
span { border-color: #E52651; }
span { border-color: rgb(229,38,81); }
td.TdClassName
{
border-color: #E52651;
}
.TagClassName
{
border-color: #E52651;
}
</style>