Shades of Amaranth #E5284F
Tints of Amaranth #E5284F
RGB
CMYK
RGB Variations
Color information
#E5284F (or 0xE5284F) is known color: Amaranth. HEX triplet: E5, 28 and 4F. RGB value is (229,40,79). Sum of RGB (Red+Green+Blue) = 229+40+79=348 (46% of max value = 765). Red value is 229 (89.84% from 255 or 65.80% from 348); Green value is 40 (16.02% from 255 or 11.49% from 348); Blue value is 79 (31.25% from 255 or 22.70% from 348); Max value from RGB is 229 - color contains mainly: red. Hex color #E5284F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E5284F is #1AD7B0. Grayscale: #646464. Windows color (decimal): -1759153 or 5187813. OLE color: 5187813.
HSL color Cylindrical-coordinate representation of color #E5284F: hue angle of 347.62º degrees, saturation: 0.78, 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 #E5284F is Cyan = 0, Magento = 0.83, Yellow = 0.66 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 40 | 79 | - |
| CMYK | 0 | 0.83 | 0.66 | 0.10 |
| HSL | 347.62º | 0.78% | 0.53% | - |
| HSV(B) | 347.62º | 0.83% | 0.9% | - |
| XYZ | 34.48 | 18.74 | 9.2 | - |
| YUV | 100.96 | 115.62 | 219.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 40 | 79 | 0 | 0.83 | 0.66 | 0.10 | 347.62 | 0.78 | 0.53 |
| Hex | E5 | 28 | 4F | 0 | 53 | 42 | A | 15C | 4E | 35 |
| Octal | 345 | 50 | 117 | 0 | 123 | 102 | 12 | 534 | 116 | 65 |
| Binary | 11100101 | 101000 | 1001111 | 0 | 1010011 | 1000010 | 1010 | 101011100 | 1001110 | 110101 |
Color Harmonies of #E5284F
Complementary color
Monochromatic Colors of #E5284F
Black with #E5284F
Text Example
Text Example
White with #E5284F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5284F; }
p { color: rgb(229,40,79); }
H1.HeaderClassName
{
color: #E5284F;
}
.AnyTagClassName
{
color: #E5284F;
}
</style>
background-color css
<style>
a { background-color: #E5284F; }
a { background-color: rgb(229,40,79); }
div.DivClassName
{
background-color: #E5284F;
}
.BgClassName
{
background-color: #E5284F;
}
</style>
border-color css
<style>
span { border-color: #E5284F; }
span { border-color: rgb(229,40,79); }
td.TdClassName
{
border-color: #E5284F;
}
.TagClassName
{
border-color: #E5284F;
}
</style>