Shades of Amaranth #E21D4B
Tints of Amaranth #E21D4B
RGB
CMYK
RGB Variations
Color information
#E21D4B (or 0xE21D4B) is known color: Amaranth. HEX triplet: E2, 1D and 4B. RGB value is (226,29,75). Sum of RGB (Red+Green+Blue) = 226+29+75=330 (43% of max value = 765). Red value is 226 (88.67% from 255 or 68.48% from 330); Green value is 29 (11.72% from 255 or 8.79% from 330); Blue value is 75 (29.69% from 255 or 22.73% from 330); Max value from RGB is 226 - color contains mainly: red. Hex color #E21D4B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E21D4B is #1DE2B4. Grayscale: #5D5D5D. Windows color (decimal): -1958581 or 4922850. OLE color: 4922850.
HSL color Cylindrical-coordinate representation of color #E21D4B: hue angle of 345.99º degrees, saturation: 0.77, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E21D4B is Cyan = 0, Magento = 0.87, Yellow = 0.67 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 29 | 75 | - |
| CMYK | 0 | 0.87 | 0.67 | 0.11 |
| HSL | 345.99º | 0.77% | 0.5% | - |
| HSV(B) | 345.99º | 0.87% | 0.89% | - |
| XYZ | 33.07 | 17.56 | 8.3 | - |
| YUV | 93.15 | 117.77 | 222.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 29 | 75 | 0 | 0.87 | 0.67 | 0.11 | 345.99 | 0.77 | 0.5 |
| Hex | E2 | 1D | 4B | 0 | 57 | 43 | B | 15A | 4D | 32 |
| Octal | 342 | 35 | 113 | 0 | 127 | 103 | 13 | 532 | 115 | 62 |
| Binary | 11100010 | 11101 | 1001011 | 0 | 1010111 | 1000011 | 1011 | 101011010 | 1001101 | 110010 |
Color Harmonies of #E21D4B
Complementary color
Monochromatic Colors of #E21D4B
Black with #E21D4B
Text Example
Text Example
White with #E21D4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E21D4B; }
p { color: rgb(226,29,75); }
H1.HeaderClassName
{
color: #E21D4B;
}
.AnyTagClassName
{
color: #E21D4B;
}
</style>
background-color css
<style>
a { background-color: #E21D4B; }
a { background-color: rgb(226,29,75); }
div.DivClassName
{
background-color: #E21D4B;
}
.BgClassName
{
background-color: #E21D4B;
}
</style>
border-color css
<style>
span { border-color: #E21D4B; }
span { border-color: rgb(226,29,75); }
td.TdClassName
{
border-color: #E21D4B;
}
.TagClassName
{
border-color: #E21D4B;
}
</style>