Shades of Amaranth #E11E4B
Tints of Amaranth #E11E4B
RGB
CMYK
RGB Variations
Color information
#E11E4B (or 0xE11E4B) is known color: Amaranth. HEX triplet: E1, 1E and 4B. RGB value is (225,30,75). Sum of RGB (Red+Green+Blue) = 225+30+75=330 (43% of max value = 765). Red value is 225 (88.28% from 255 or 68.18% from 330); Green value is 30 (12.11% from 255 or 9.09% from 330); Blue value is 75 (29.69% from 255 or 22.73% from 330); Max value from RGB is 225 - color contains mainly: red. Hex color #E11E4B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E11E4B is #1EE1B4. Grayscale: #5D5D5D. Windows color (decimal): -2023861 or 4923105. OLE color: 4923105.
HSL color Cylindrical-coordinate representation of color #E11E4B: hue angle of 346.15º 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 #E11E4B is Cyan = 0, Magento = 0.87, Yellow = 0.67 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 30 | 75 | - |
| CMYK | 0 | 0.87 | 0.67 | 0.12 |
| HSL | 346.15º | 0.76% | 0.5% | - |
| HSV(B) | 346.15º | 0.87% | 0.88% | - |
| XYZ | 32.79 | 17.44 | 8.3 | - |
| YUV | 93.44 | 117.6 | 221.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 30 | 75 | 0 | 0.87 | 0.67 | 0.12 | 346.15 | 0.76 | 0.5 |
| Hex | E1 | 1E | 4B | 0 | 57 | 43 | C | 15A | 4C | 32 |
| Octal | 341 | 36 | 113 | 0 | 127 | 103 | 14 | 532 | 114 | 62 |
| Binary | 11100001 | 11110 | 1001011 | 0 | 1010111 | 1000011 | 1100 | 101011010 | 1001100 | 110010 |
Color Harmonies of #E11E4B
Complementary color
Monochromatic Colors of #E11E4B
Black with #E11E4B
Text Example
Text Example
White with #E11E4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E11E4B; }
p { color: rgb(225,30,75); }
H1.HeaderClassName
{
color: #E11E4B;
}
.AnyTagClassName
{
color: #E11E4B;
}
</style>
background-color css
<style>
a { background-color: #E11E4B; }
a { background-color: rgb(225,30,75); }
div.DivClassName
{
background-color: #E11E4B;
}
.BgClassName
{
background-color: #E11E4B;
}
</style>
border-color css
<style>
span { border-color: #E11E4B; }
span { border-color: rgb(225,30,75); }
td.TdClassName
{
border-color: #E11E4B;
}
.TagClassName
{
border-color: #E11E4B;
}
</style>