Shades of Amaranth #E3224C
Tints of Amaranth #E3224C
RGB
CMYK
RGB Variations
Color information
#E3224C (or 0xE3224C) is known color: Amaranth. HEX triplet: E3, 22 and 4C. RGB value is (227,34,76). Sum of RGB (Red+Green+Blue) = 227+34+76=337 (44% of max value = 765). Red value is 227 (89.06% from 255 or 67.36% from 337); Green value is 34 (13.67% from 255 or 10.09% from 337); Blue value is 76 (30.08% from 255 or 22.55% from 337); Max value from RGB is 227 - color contains mainly: red. Hex color #E3224C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E3224C is #1CDDB3. Grayscale: #606060. Windows color (decimal): -1891764 or 4989667. OLE color: 4989667.
HSL color Cylindrical-coordinate representation of color #E3224C: hue angle of 346.94º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E3224C is Cyan = 0, Magento = 0.85, Yellow = 0.67 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 34 | 76 | - |
| CMYK | 0 | 0.85 | 0.67 | 0.11 |
| HSL | 346.94º | 0.78% | 0.51% | - |
| HSV(B) | 346.94º | 0.85% | 0.89% | - |
| XYZ | 33.56 | 18 | 8.54 | - |
| YUV | 96.5 | 116.44 | 221.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 34 | 76 | 0 | 0.85 | 0.67 | 0.11 | 346.94 | 0.78 | 0.51 |
| Hex | E3 | 22 | 4C | 0 | 55 | 43 | B | 15B | 4E | 33 |
| Octal | 343 | 42 | 114 | 0 | 125 | 103 | 13 | 533 | 116 | 63 |
| Binary | 11100011 | 100010 | 1001100 | 0 | 1010101 | 1000011 | 1011 | 101011011 | 1001110 | 110011 |
Color Harmonies of #E3224C
Complementary color
Monochromatic Colors of #E3224C
Black with #E3224C
Text Example
Text Example
White with #E3224C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3224C; }
p { color: rgb(227,34,76); }
H1.HeaderClassName
{
color: #E3224C;
}
.AnyTagClassName
{
color: #E3224C;
}
</style>
background-color css
<style>
a { background-color: #E3224C; }
a { background-color: rgb(227,34,76); }
div.DivClassName
{
background-color: #E3224C;
}
.BgClassName
{
background-color: #E3224C;
}
</style>
border-color css
<style>
span { border-color: #E3224C; }
span { border-color: rgb(227,34,76); }
td.TdClassName
{
border-color: #E3224C;
}
.TagClassName
{
border-color: #E3224C;
}
</style>