Shades of Amaranth #E1214B
Tints of Amaranth #E1214B
RGB
CMYK
RGB Variations
Color information
#E1214B (or 0xE1214B) is known color: Amaranth. HEX triplet: E1, 21 and 4B. RGB value is (225,33,75). Sum of RGB (Red+Green+Blue) = 225+33+75=333 (44% of max value = 765). Red value is 225 (88.28% from 255 or 67.57% from 333); Green value is 33 (13.28% from 255 or 9.91% from 333); Blue value is 75 (29.69% from 255 or 22.52% from 333); Max value from RGB is 225 - color contains mainly: red. Hex color #E1214B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E1214B is #1EDEB4. Grayscale: #5F5F5F. Windows color (decimal): -2023093 or 4923873. OLE color: 4923873.
HSL color Cylindrical-coordinate representation of color #E1214B: hue angle of 346.88º degrees, saturation: 0.76, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E1214B is Cyan = 0, Magento = 0.85, Yellow = 0.67 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 33 | 75 | - |
| CMYK | 0 | 0.85 | 0.67 | 0.12 |
| HSL | 346.88º | 0.76% | 0.51% | - |
| HSV(B) | 346.88º | 0.85% | 0.88% | - |
| XYZ | 32.87 | 17.6 | 8.32 | - |
| YUV | 95.2 | 116.61 | 220.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 33 | 75 | 0 | 0.85 | 0.67 | 0.12 | 346.88 | 0.76 | 0.51 |
| Hex | E1 | 21 | 4B | 0 | 55 | 43 | C | 15B | 4C | 33 |
| Octal | 341 | 41 | 113 | 0 | 125 | 103 | 14 | 533 | 114 | 63 |
| Binary | 11100001 | 100001 | 1001011 | 0 | 1010101 | 1000011 | 1100 | 101011011 | 1001100 | 110011 |
Color Harmonies of #E1214B
Complementary color
Monochromatic Colors of #E1214B
Black with #E1214B
Text Example
Text Example
White with #E1214B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1214B; }
p { color: rgb(225,33,75); }
H1.HeaderClassName
{
color: #E1214B;
}
.AnyTagClassName
{
color: #E1214B;
}
</style>
background-color css
<style>
a { background-color: #E1214B; }
a { background-color: rgb(225,33,75); }
div.DivClassName
{
background-color: #E1214B;
}
.BgClassName
{
background-color: #E1214B;
}
</style>
border-color css
<style>
span { border-color: #E1214B; }
span { border-color: rgb(225,33,75); }
td.TdClassName
{
border-color: #E1214B;
}
.TagClassName
{
border-color: #E1214B;
}
</style>