Shades of Amaranth #E3225A
Tints of Amaranth #E3225A
RGB
CMYK
RGB Variations
Color information
#E3225A (or 0xE3225A) is known color: Amaranth. HEX triplet: E3, 22 and 5A. RGB value is (227,34,90). Sum of RGB (Red+Green+Blue) = 227+34+90=351 (46% of max value = 765). Red value is 227 (89.06% from 255 or 64.67% from 351); Green value is 34 (13.67% from 255 or 9.69% from 351); Blue value is 90 (35.55% from 255 or 25.64% from 351); Max value from RGB is 227 - color contains mainly: red. Hex color #E3225A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E3225A is #1CDDA5. Grayscale: #626262. Windows color (decimal): -1891750 or 5907171. OLE color: 5907171.
HSL color Cylindrical-coordinate representation of color #E3225A: hue angle of 342.59º 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 #E3225A is Cyan = 0, Magento = 0.85, Yellow = 0.60 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 34 | 90 | - |
| CMYK | 0 | 0.85 | 0.60 | 0.11 |
| HSL | 342.59º | 0.78% | 0.51% | - |
| HSV(B) | 342.59º | 0.85% | 0.89% | - |
| XYZ | 34.1 | 18.21 | 11.39 | - |
| YUV | 98.09 | 123.44 | 219.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 34 | 90 | 0 | 0.85 | 0.60 | 0.11 | 342.59 | 0.78 | 0.51 |
| Hex | E3 | 22 | 5A | 0 | 55 | 3C | B | 157 | 4E | 33 |
| Octal | 343 | 42 | 132 | 0 | 125 | 74 | 13 | 527 | 116 | 63 |
| Binary | 11100011 | 100010 | 1011010 | 0 | 1010101 | 111100 | 1011 | 101010111 | 1001110 | 110011 |
Color Harmonies of #E3225A
Complementary color
Monochromatic Colors of #E3225A
Black with #E3225A
Text Example
Text Example
White with #E3225A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3225A; }
p { color: rgb(227,34,90); }
H1.HeaderClassName
{
color: #E3225A;
}
.AnyTagClassName
{
color: #E3225A;
}
</style>
background-color css
<style>
a { background-color: #E3225A; }
a { background-color: rgb(227,34,90); }
div.DivClassName
{
background-color: #E3225A;
}
.BgClassName
{
background-color: #E3225A;
}
</style>
border-color css
<style>
span { border-color: #E3225A; }
span { border-color: rgb(227,34,90); }
td.TdClassName
{
border-color: #E3225A;
}
.TagClassName
{
border-color: #E3225A;
}
</style>