Shades of Amaranth #E21E4B
Tints of Amaranth #E21E4B
RGB
CMYK
RGB Variations
Color information
#E21E4B (or 0xE21E4B) is known color: Amaranth. HEX triplet: E2, 1E and 4B. RGB value is (226,30,75). Sum of RGB (Red+Green+Blue) = 226+30+75=331 (43% of max value = 765). Red value is 226 (88.67% from 255 or 68.28% from 331); Green value is 30 (12.11% from 255 or 9.06% from 331); Blue value is 75 (29.69% from 255 or 22.66% from 331); Max value from RGB is 226 - color contains mainly: red. Hex color #E21E4B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E21E4B is #1DE1B4. Grayscale: #5D5D5D. Windows color (decimal): -1958325 or 4923106. OLE color: 4923106.
HSL color Cylindrical-coordinate representation of color #E21E4B: hue angle of 346.22º 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 #E21E4B is Cyan = 0, Magento = 0.87, Yellow = 0.67 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 30 | 75 | - |
| CMYK | 0 | 0.87 | 0.67 | 0.11 |
| HSL | 346.22º | 0.77% | 0.5% | - |
| HSV(B) | 346.22º | 0.87% | 0.89% | - |
| XYZ | 33.1 | 17.61 | 8.31 | - |
| YUV | 93.73 | 117.43 | 222.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 30 | 75 | 0 | 0.87 | 0.67 | 0.11 | 346.22 | 0.77 | 0.5 |
| Hex | E2 | 1E | 4B | 0 | 57 | 43 | B | 15A | 4D | 32 |
| Octal | 342 | 36 | 113 | 0 | 127 | 103 | 13 | 532 | 115 | 62 |
| Binary | 11100010 | 11110 | 1001011 | 0 | 1010111 | 1000011 | 1011 | 101011010 | 1001101 | 110010 |
Color Harmonies of #E21E4B
Complementary color
Monochromatic Colors of #E21E4B
Black with #E21E4B
Text Example
Text Example
White with #E21E4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E21E4B; }
p { color: rgb(226,30,75); }
H1.HeaderClassName
{
color: #E21E4B;
}
.AnyTagClassName
{
color: #E21E4B;
}
</style>
background-color css
<style>
a { background-color: #E21E4B; }
a { background-color: rgb(226,30,75); }
div.DivClassName
{
background-color: #E21E4B;
}
.BgClassName
{
background-color: #E21E4B;
}
</style>
border-color css
<style>
span { border-color: #E21E4B; }
span { border-color: rgb(226,30,75); }
td.TdClassName
{
border-color: #E21E4B;
}
.TagClassName
{
border-color: #E21E4B;
}
</style>