Shades of Amaranth #E11C4A
Tints of Amaranth #E11C4A
RGB
CMYK
RGB Variations
Color information
#E11C4A (or 0xE11C4A) is known color: Amaranth. HEX triplet: E1, 1C and 4A. RGB value is (225,28,74). Sum of RGB (Red+Green+Blue) = 225+28+74=327 (43% of max value = 765). Red value is 225 (88.28% from 255 or 68.81% from 327); Green value is 28 (11.33% from 255 or 8.56% from 327); Blue value is 74 (29.30% from 255 or 22.63% from 327); Max value from RGB is 225 - color contains mainly: red. Hex color #E11C4A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E11C4A is #1EE3B5. Grayscale: #5C5C5C. Windows color (decimal): -2024374 or 4857057. OLE color: 4857057.
HSL color Cylindrical-coordinate representation of color #E11C4A: hue angle of 345.99º 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 #E11C4A is Cyan = 0, Magento = 0.88, Yellow = 0.67 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 28 | 74 | - |
| CMYK | 0 | 0.88 | 0.67 | 0.12 |
| HSL | 345.99º | 0.78% | 0.5% | - |
| HSV(B) | 345.99º | 0.88% | 0.88% | - |
| XYZ | 32.7 | 17.33 | 8.1 | - |
| YUV | 92.15 | 117.77 | 222.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 28 | 74 | 0 | 0.88 | 0.67 | 0.12 | 345.99 | 0.78 | 0.5 |
| Hex | E1 | 1C | 4A | 0 | 58 | 43 | C | 15A | 4E | 32 |
| Octal | 341 | 34 | 112 | 0 | 130 | 103 | 14 | 532 | 116 | 62 |
| Binary | 11100001 | 11100 | 1001010 | 0 | 1011000 | 1000011 | 1100 | 101011010 | 1001110 | 110010 |
Color Harmonies of #E11C4A
Complementary color
Monochromatic Colors of #E11C4A
Black with #E11C4A
Text Example
Text Example
White with #E11C4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E11C4A; }
p { color: rgb(225,28,74); }
H1.HeaderClassName
{
color: #E11C4A;
}
.AnyTagClassName
{
color: #E11C4A;
}
</style>
background-color css
<style>
a { background-color: #E11C4A; }
a { background-color: rgb(225,28,74); }
div.DivClassName
{
background-color: #E11C4A;
}
.BgClassName
{
background-color: #E11C4A;
}
</style>
border-color css
<style>
span { border-color: #E11C4A; }
span { border-color: rgb(225,28,74); }
td.TdClassName
{
border-color: #E11C4A;
}
.TagClassName
{
border-color: #E11C4A;
}
</style>