Shades of Amaranth #E4285A
Tints of Amaranth #E4285A
RGB
CMYK
RGB Variations
Color information
#E4285A (or 0xE4285A) is known color: Amaranth. HEX triplet: E4, 28 and 5A. RGB value is (228,40,90). Sum of RGB (Red+Green+Blue) = 228+40+90=358 (47% of max value = 765). Red value is 228 (89.45% from 255 or 63.69% from 358); Green value is 40 (16.02% from 255 or 11.17% from 358); Blue value is 90 (35.55% from 255 or 25.14% from 358); Max value from RGB is 228 - color contains mainly: red. Hex color #E4285A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E4285A is #1BD7A5. Grayscale: #656565. Windows color (decimal): -1824678 or 5908708. OLE color: 5908708.
HSL color Cylindrical-coordinate representation of color #E4285A: hue angle of 344.04º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E4285A is Cyan = 0, Magento = 0.82, Yellow = 0.61 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 40 | 90 | - |
| CMYK | 0 | 0.82 | 0.61 | 0.11 |
| HSL | 344.04º | 0.78% | 0.53% | - |
| HSV(B) | 344.04º | 0.82% | 0.89% | - |
| XYZ | 34.6 | 18.75 | 11.47 | - |
| YUV | 101.91 | 121.28 | 217.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 40 | 90 | 0 | 0.82 | 0.61 | 0.11 | 344.04 | 0.78 | 0.53 |
| Hex | E4 | 28 | 5A | 0 | 52 | 3D | B | 158 | 4E | 35 |
| Octal | 344 | 50 | 132 | 0 | 122 | 75 | 13 | 530 | 116 | 65 |
| Binary | 11100100 | 101000 | 1011010 | 0 | 1010010 | 111101 | 1011 | 101011000 | 1001110 | 110101 |
Color Harmonies of #E4285A
Complementary color
Monochromatic Colors of #E4285A
Black with #E4285A
Text Example
Text Example
White with #E4285A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4285A; }
p { color: rgb(228,40,90); }
H1.HeaderClassName
{
color: #E4285A;
}
.AnyTagClassName
{
color: #E4285A;
}
</style>
background-color css
<style>
a { background-color: #E4285A; }
a { background-color: rgb(228,40,90); }
div.DivClassName
{
background-color: #E4285A;
}
.BgClassName
{
background-color: #E4285A;
}
</style>
border-color css
<style>
span { border-color: #E4285A; }
span { border-color: rgb(228,40,90); }
td.TdClassName
{
border-color: #E4285A;
}
.TagClassName
{
border-color: #E4285A;
}
</style>