Shades of Amaranth #E11E4C
Tints of Amaranth #E11E4C
RGB
CMYK
RGB Variations
Color information
#E11E4C (or 0xE11E4C) is known color: Amaranth. HEX triplet: E1, 1E and 4C. RGB value is (225,30,76). Sum of RGB (Red+Green+Blue) = 225+30+76=331 (43% of max value = 765). Red value is 225 (88.28% from 255 or 67.98% from 331); Green value is 30 (12.11% from 255 or 9.06% from 331); Blue value is 76 (30.08% from 255 or 22.96% from 331); Max value from RGB is 225 - color contains mainly: red. Hex color #E11E4C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E11E4C is #1EE1B3. Grayscale: #5D5D5D. Windows color (decimal): -2023860 or 4988641. OLE color: 4988641.
HSL color Cylindrical-coordinate representation of color #E11E4C: hue angle of 345.85º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E11E4C is Cyan = 0, Magento = 0.87, Yellow = 0.66 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 30 | 76 | - |
| CMYK | 0 | 0.87 | 0.66 | 0.12 |
| HSL | 345.85º | 0.76% | 0.5% | - |
| HSV(B) | 345.85º | 0.87% | 0.88% | - |
| XYZ | 32.82 | 17.46 | 8.48 | - |
| YUV | 93.55 | 118.1 | 221.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 30 | 76 | 0 | 0.87 | 0.66 | 0.12 | 345.85 | 0.76 | 0.5 |
| Hex | E1 | 1E | 4C | 0 | 57 | 42 | C | 15A | 4C | 32 |
| Octal | 341 | 36 | 114 | 0 | 127 | 102 | 14 | 532 | 114 | 62 |
| Binary | 11100001 | 11110 | 1001100 | 0 | 1010111 | 1000010 | 1100 | 101011010 | 1001100 | 110010 |
Color Harmonies of #E11E4C
Complementary color
Monochromatic Colors of #E11E4C
Black with #E11E4C
Text Example
Text Example
White with #E11E4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E11E4C; }
p { color: rgb(225,30,76); }
H1.HeaderClassName
{
color: #E11E4C;
}
.AnyTagClassName
{
color: #E11E4C;
}
</style>
background-color css
<style>
a { background-color: #E11E4C; }
a { background-color: rgb(225,30,76); }
div.DivClassName
{
background-color: #E11E4C;
}
.BgClassName
{
background-color: #E11E4C;
}
</style>
border-color css
<style>
span { border-color: #E11E4C; }
span { border-color: rgb(225,30,76); }
td.TdClassName
{
border-color: #E11E4C;
}
.TagClassName
{
border-color: #E11E4C;
}
</style>