Shades of Amaranth #E7225B
Tints of Amaranth #E7225B
RGB
CMYK
RGB Variations
Color information
#E7225B (or 0xE7225B) is known color: Amaranth. HEX triplet: E7, 22 and 5B. RGB value is (231,34,91). Sum of RGB (Red+Green+Blue) = 231+34+91=356 (47% of max value = 765). Red value is 231 (90.62% from 255 or 64.89% from 356); Green value is 34 (13.67% from 255 or 9.55% from 356); Blue value is 91 (35.94% from 255 or 25.56% from 356); Max value from RGB is 231 - color contains mainly: red. Hex color #E7225B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E7225B is #18DDA4. Grayscale: #636363. Windows color (decimal): -1629605 or 5972711. OLE color: 5972711.
HSL color Cylindrical-coordinate representation of color #E7225B: hue angle of 342.64º degrees, saturation: 0.8, 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 #E7225B is Cyan = 0, Magento = 0.85, Yellow = 0.61 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 34 | 91 | - |
| CMYK | 0 | 0.85 | 0.61 | 0.09 |
| HSL | 342.64º | 0.8% | 0.52% | - |
| HSV(B) | 342.64º | 0.85% | 0.91% | - |
| XYZ | 35.42 | 18.89 | 11.68 | - |
| YUV | 99.4 | 123.27 | 221.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 34 | 91 | 0 | 0.85 | 0.61 | 0.09 | 342.64 | 0.8 | 0.52 |
| Hex | E7 | 22 | 5B | 0 | 55 | 3D | 9 | 157 | 50 | 34 |
| Octal | 347 | 42 | 133 | 0 | 125 | 75 | 11 | 527 | 120 | 64 |
| Binary | 11100111 | 100010 | 1011011 | 0 | 1010101 | 111101 | 1001 | 101010111 | 1010000 | 110100 |
Color Harmonies of #E7225B
Complementary color
Monochromatic Colors of #E7225B
Black with #E7225B
Text Example
Text Example
White with #E7225B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7225B; }
p { color: rgb(231,34,91); }
H1.HeaderClassName
{
color: #E7225B;
}
.AnyTagClassName
{
color: #E7225B;
}
</style>
background-color css
<style>
a { background-color: #E7225B; }
a { background-color: rgb(231,34,91); }
div.DivClassName
{
background-color: #E7225B;
}
.BgClassName
{
background-color: #E7225B;
}
</style>
border-color css
<style>
span { border-color: #E7225B; }
span { border-color: rgb(231,34,91); }
td.TdClassName
{
border-color: #E7225B;
}
.TagClassName
{
border-color: #E7225B;
}
</style>