Shades of Amaranth #E11C4B
Tints of Amaranth #E11C4B
RGB
CMYK
RGB Variations
Color information
#E11C4B (or 0xE11C4B) is known color: Amaranth. HEX triplet: E1, 1C and 4B. RGB value is (225,28,75). Sum of RGB (Red+Green+Blue) = 225+28+75=328 (43% of max value = 765). Red value is 225 (88.28% from 255 or 68.60% from 328); Green value is 28 (11.33% from 255 or 8.54% from 328); Blue value is 75 (29.69% from 255 or 22.87% from 328); Max value from RGB is 225 - color contains mainly: red. Hex color #E11C4B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E11C4B is #1EE3B4. Grayscale: #5C5C5C. Windows color (decimal): -2024373 or 4922593. OLE color: 4922593.
HSL color Cylindrical-coordinate representation of color #E11C4B: hue angle of 345.69º degrees, saturation: 0.78, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E11C4B is Cyan = 0, Magento = 0.88, Yellow = 0.67 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 28 | 75 | - |
| CMYK | 0 | 0.88 | 0.67 | 0.12 |
| HSL | 345.69º | 0.78% | 0.5% | - |
| HSV(B) | 345.69º | 0.88% | 0.88% | - |
| XYZ | 32.74 | 17.35 | 8.28 | - |
| YUV | 92.26 | 118.27 | 222.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 28 | 75 | 0 | 0.88 | 0.67 | 0.12 | 345.69 | 0.78 | 0.5 |
| Hex | E1 | 1C | 4B | 0 | 58 | 43 | C | 15A | 4E | 32 |
| Octal | 341 | 34 | 113 | 0 | 130 | 103 | 14 | 532 | 116 | 62 |
| Binary | 11100001 | 11100 | 1001011 | 0 | 1011000 | 1000011 | 1100 | 101011010 | 1001110 | 110010 |
Color Harmonies of #E11C4B
Complementary color
Monochromatic Colors of #E11C4B
Black with #E11C4B
Text Example
Text Example
White with #E11C4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E11C4B; }
p { color: rgb(225,28,75); }
H1.HeaderClassName
{
color: #E11C4B;
}
.AnyTagClassName
{
color: #E11C4B;
}
</style>
background-color css
<style>
a { background-color: #E11C4B; }
a { background-color: rgb(225,28,75); }
div.DivClassName
{
background-color: #E11C4B;
}
.BgClassName
{
background-color: #E11C4B;
}
</style>
border-color css
<style>
span { border-color: #E11C4B; }
span { border-color: rgb(225,28,75); }
td.TdClassName
{
border-color: #E11C4B;
}
.TagClassName
{
border-color: #E11C4B;
}
</style>