Shades of Amaranth #E5284B
Tints of Amaranth #E5284B
RGB
CMYK
RGB Variations
Color information
#E5284B (or 0xE5284B) is known color: Amaranth. HEX triplet: E5, 28 and 4B. RGB value is (229,40,75). Sum of RGB (Red+Green+Blue) = 229+40+75=344 (45% of max value = 765). Red value is 229 (89.84% from 255 or 66.57% from 344); Green value is 40 (16.02% from 255 or 11.63% from 344); Blue value is 75 (29.69% from 255 or 21.80% from 344); Max value from RGB is 229 - color contains mainly: red. Hex color #E5284B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E5284B is #1AD7B4. Grayscale: #646464. Windows color (decimal): -1759157 or 4925669. OLE color: 4925669.
HSL color Cylindrical-coordinate representation of color #E5284B: hue angle of 348.89º 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 #E5284B is Cyan = 0, Magento = 0.83, Yellow = 0.67 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 40 | 75 | - |
| CMYK | 0 | 0.83 | 0.67 | 0.10 |
| HSL | 348.89º | 0.78% | 0.53% | - |
| HSV(B) | 348.89º | 0.83% | 0.9% | - |
| XYZ | 34.34 | 18.68 | 8.45 | - |
| YUV | 100.5 | 113.62 | 219.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 40 | 75 | 0 | 0.83 | 0.67 | 0.10 | 348.89 | 0.78 | 0.53 |
| Hex | E5 | 28 | 4B | 0 | 53 | 43 | A | 15D | 4E | 35 |
| Octal | 345 | 50 | 113 | 0 | 123 | 103 | 12 | 535 | 116 | 65 |
| Binary | 11100101 | 101000 | 1001011 | 0 | 1010011 | 1000011 | 1010 | 101011101 | 1001110 | 110101 |
Color Harmonies of #E5284B
Complementary color
Monochromatic Colors of #E5284B
Black with #E5284B
Text Example
Text Example
White with #E5284B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5284B; }
p { color: rgb(229,40,75); }
H1.HeaderClassName
{
color: #E5284B;
}
.AnyTagClassName
{
color: #E5284B;
}
</style>
background-color css
<style>
a { background-color: #E5284B; }
a { background-color: rgb(229,40,75); }
div.DivClassName
{
background-color: #E5284B;
}
.BgClassName
{
background-color: #E5284B;
}
</style>
border-color css
<style>
span { border-color: #E5284B; }
span { border-color: rgb(229,40,75); }
td.TdClassName
{
border-color: #E5284B;
}
.TagClassName
{
border-color: #E5284B;
}
</style>