Shades of Amaranth #E4245B
Tints of Amaranth #E4245B
RGB
CMYK
RGB Variations
Color information
#E4245B (or 0xE4245B) is known color: Amaranth. HEX triplet: E4, 24 and 5B. RGB value is (228,36,91). Sum of RGB (Red+Green+Blue) = 228+36+91=355 (47% of max value = 765). Red value is 228 (89.45% from 255 or 64.23% from 355); Green value is 36 (14.45% from 255 or 10.14% from 355); Blue value is 91 (35.94% from 255 or 25.63% from 355); Max value from RGB is 228 - color contains mainly: red. Hex color #E4245B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E4245B is #1BDBA4. Grayscale: #636363. Windows color (decimal): -1825701 or 5973220. OLE color: 5973220.
HSL color Cylindrical-coordinate representation of color #E4245B: hue angle of 342.81º degrees, saturation: 0.78, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E4245B is Cyan = 0, Magento = 0.84, Yellow = 0.60 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 36 | 91 | - |
| CMYK | 0 | 0.84 | 0.60 | 0.11 |
| HSL | 342.81º | 0.78% | 0.52% | - |
| HSV(B) | 342.81º | 0.84% | 0.89% | - |
| XYZ | 34.51 | 18.51 | 11.65 | - |
| YUV | 99.68 | 123.11 | 219.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 36 | 91 | 0 | 0.84 | 0.60 | 0.11 | 342.81 | 0.78 | 0.52 |
| Hex | E4 | 24 | 5B | 0 | 54 | 3C | B | 157 | 4E | 34 |
| Octal | 344 | 44 | 133 | 0 | 124 | 74 | 13 | 527 | 116 | 64 |
| Binary | 11100100 | 100100 | 1011011 | 0 | 1010100 | 111100 | 1011 | 101010111 | 1001110 | 110100 |
Color Harmonies of #E4245B
Complementary color
Monochromatic Colors of #E4245B
Black with #E4245B
Text Example
Text Example
White with #E4245B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4245B; }
p { color: rgb(228,36,91); }
H1.HeaderClassName
{
color: #E4245B;
}
.AnyTagClassName
{
color: #E4245B;
}
</style>
background-color css
<style>
a { background-color: #E4245B; }
a { background-color: rgb(228,36,91); }
div.DivClassName
{
background-color: #E4245B;
}
.BgClassName
{
background-color: #E4245B;
}
</style>
border-color css
<style>
span { border-color: #E4245B; }
span { border-color: rgb(228,36,91); }
td.TdClassName
{
border-color: #E4245B;
}
.TagClassName
{
border-color: #E4245B;
}
</style>