Shades of Amaranth #E5264C
Tints of Amaranth #E5264C
RGB
CMYK
RGB Variations
Color information
#E5264C (or 0xE5264C) is known color: Amaranth. HEX triplet: E5, 26 and 4C. RGB value is (229,38,76). Sum of RGB (Red+Green+Blue) = 229+38+76=343 (45% of max value = 765). Red value is 229 (89.84% from 255 or 66.76% from 343); Green value is 38 (15.23% from 255 or 11.08% from 343); Blue value is 76 (30.08% from 255 or 22.16% from 343); Max value from RGB is 229 - color contains mainly: red. Hex color #E5264C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E5264C is #1AD9B3. Grayscale: #636363. Windows color (decimal): -1759668 or 4990693. OLE color: 4990693.
HSL color Cylindrical-coordinate representation of color #E5264C: hue angle of 348.06º 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 #E5264C is Cyan = 0, Magento = 0.83, Yellow = 0.67 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 38 | 76 | - |
| CMYK | 0 | 0.83 | 0.67 | 0.10 |
| HSL | 348.06º | 0.79% | 0.52% | - |
| HSV(B) | 348.06º | 0.83% | 0.9% | - |
| XYZ | 34.31 | 18.57 | 8.61 | - |
| YUV | 99.44 | 114.78 | 220.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 38 | 76 | 0 | 0.83 | 0.67 | 0.10 | 348.06 | 0.79 | 0.52 |
| Hex | E5 | 26 | 4C | 0 | 53 | 43 | A | 15C | 4F | 34 |
| Octal | 345 | 46 | 114 | 0 | 123 | 103 | 12 | 534 | 117 | 64 |
| Binary | 11100101 | 100110 | 1001100 | 0 | 1010011 | 1000011 | 1010 | 101011100 | 1001111 | 110100 |
Color Harmonies of #E5264C
Complementary color
Monochromatic Colors of #E5264C
Black with #E5264C
Text Example
Text Example
White with #E5264C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5264C; }
p { color: rgb(229,38,76); }
H1.HeaderClassName
{
color: #E5264C;
}
.AnyTagClassName
{
color: #E5264C;
}
</style>
background-color css
<style>
a { background-color: #E5264C; }
a { background-color: rgb(229,38,76); }
div.DivClassName
{
background-color: #E5264C;
}
.BgClassName
{
background-color: #E5264C;
}
</style>
border-color css
<style>
span { border-color: #E5264C; }
span { border-color: rgb(229,38,76); }
td.TdClassName
{
border-color: #E5264C;
}
.TagClassName
{
border-color: #E5264C;
}
</style>