Shades of Amaranth #E5264D
Tints of Amaranth #E5264D
RGB
CMYK
RGB Variations
Color information
#E5264D (or 0xE5264D) is known color: Amaranth. HEX triplet: E5, 26 and 4D. RGB value is (229,38,77). Sum of RGB (Red+Green+Blue) = 229+38+77=344 (45% of max value = 765). Red value is 229 (89.84% from 255 or 66.57% from 344); Green value is 38 (15.23% from 255 or 11.05% from 344); Blue value is 77 (30.47% from 255 or 22.38% from 344); Max value from RGB is 229 - color contains mainly: red. Hex color #E5264D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E5264D is #1AD9B2. Grayscale: #636363. Windows color (decimal): -1759667 or 5056229. OLE color: 5056229.
HSL color Cylindrical-coordinate representation of color #E5264D: hue angle of 347.75º 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 #E5264D is Cyan = 0, Magento = 0.83, Yellow = 0.66 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 38 | 77 | - |
| CMYK | 0 | 0.83 | 0.66 | 0.10 |
| HSL | 347.75º | 0.79% | 0.52% | - |
| HSV(B) | 347.75º | 0.83% | 0.9% | - |
| XYZ | 34.35 | 18.58 | 8.8 | - |
| YUV | 99.56 | 115.28 | 220.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 38 | 77 | 0 | 0.83 | 0.66 | 0.10 | 347.75 | 0.79 | 0.52 |
| Hex | E5 | 26 | 4D | 0 | 53 | 42 | A | 15C | 4F | 34 |
| Octal | 345 | 46 | 115 | 0 | 123 | 102 | 12 | 534 | 117 | 64 |
| Binary | 11100101 | 100110 | 1001101 | 0 | 1010011 | 1000010 | 1010 | 101011100 | 1001111 | 110100 |
Color Harmonies of #E5264D
Complementary color
Monochromatic Colors of #E5264D
Black with #E5264D
Text Example
Text Example
White with #E5264D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5264D; }
p { color: rgb(229,38,77); }
H1.HeaderClassName
{
color: #E5264D;
}
.AnyTagClassName
{
color: #E5264D;
}
</style>
background-color css
<style>
a { background-color: #E5264D; }
a { background-color: rgb(229,38,77); }
div.DivClassName
{
background-color: #E5264D;
}
.BgClassName
{
background-color: #E5264D;
}
</style>
border-color css
<style>
span { border-color: #E5264D; }
span { border-color: rgb(229,38,77); }
td.TdClassName
{
border-color: #E5264D;
}
.TagClassName
{
border-color: #E5264D;
}
</style>