Shades of Amaranth #E9224B
Tints of Amaranth #E9224B
RGB
CMYK
RGB Variations
Color information
#E9224B (or 0xE9224B) is known color: Amaranth. HEX triplet: E9, 22 and 4B. RGB value is (233,34,75). Sum of RGB (Red+Green+Blue) = 233+34+75=342 (45% of max value = 765). Red value is 233 (91.41% from 255 or 68.13% from 342); Green value is 34 (13.67% from 255 or 9.94% from 342); Blue value is 75 (29.69% from 255 or 21.93% from 342); Max value from RGB is 233 - color contains mainly: red. Hex color #E9224B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E9224B is #16DDB4. Grayscale: #626262. Windows color (decimal): -1498549 or 4924137. OLE color: 4924137.
HSL color Cylindrical-coordinate representation of color #E9224B: hue angle of 347.64º degrees, saturation: 0.82, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E9224B is Cyan = 0, Magento = 0.85, Yellow = 0.68 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 34 | 75 | - |
| CMYK | 0 | 0.85 | 0.68 | 0.09 |
| HSL | 347.64º | 0.82% | 0.52% | - |
| HSV(B) | 347.64º | 0.85% | 0.91% | - |
| XYZ | 35.45 | 18.98 | 8.45 | - |
| YUV | 98.18 | 114.93 | 224.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 34 | 75 | 0 | 0.85 | 0.68 | 0.09 | 347.64 | 0.82 | 0.52 |
| Hex | E9 | 22 | 4B | 0 | 55 | 44 | 9 | 15C | 52 | 34 |
| Octal | 351 | 42 | 113 | 0 | 125 | 104 | 11 | 534 | 122 | 64 |
| Binary | 11101001 | 100010 | 1001011 | 0 | 1010101 | 1000100 | 1001 | 101011100 | 1010010 | 110100 |
Color Harmonies of #E9224B
Complementary color
Monochromatic Colors of #E9224B
Black with #E9224B
Text Example
Text Example
White with #E9224B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9224B; }
p { color: rgb(233,34,75); }
H1.HeaderClassName
{
color: #E9224B;
}
.AnyTagClassName
{
color: #E9224B;
}
</style>
background-color css
<style>
a { background-color: #E9224B; }
a { background-color: rgb(233,34,75); }
div.DivClassName
{
background-color: #E9224B;
}
.BgClassName
{
background-color: #E9224B;
}
</style>
border-color css
<style>
span { border-color: #E9224B; }
span { border-color: rgb(233,34,75); }
td.TdClassName
{
border-color: #E9224B;
}
.TagClassName
{
border-color: #E9224B;
}
</style>