Shades of Amaranth #E72255
Tints of Amaranth #E72255
RGB
CMYK
RGB Variations
Color information
#E72255 (or 0xE72255) is known color: Amaranth. HEX triplet: E7, 22 and 55. RGB value is (231,34,85). Sum of RGB (Red+Green+Blue) = 231+34+85=350 (46% of max value = 765). Red value is 231 (90.62% from 255 or 66% from 350); Green value is 34 (13.67% from 255 or 9.71% from 350); Blue value is 85 (33.59% from 255 or 24.29% from 350); Max value from RGB is 231 - color contains mainly: red. Hex color #E72255 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E72255 is #18DDAA. Grayscale: #626262. Windows color (decimal): -1629611 or 5579495. OLE color: 5579495.
HSL color Cylindrical-coordinate representation of color #E72255: hue angle of 344.47º 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 #E72255 is Cyan = 0, Magento = 0.85, Yellow = 0.63 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 34 | 85 | - |
| CMYK | 0 | 0.85 | 0.63 | 0.09 |
| HSL | 344.47º | 0.8% | 0.52% | - |
| HSV(B) | 344.47º | 0.85% | 0.91% | - |
| XYZ | 35.17 | 18.79 | 10.37 | - |
| YUV | 98.72 | 120.27 | 222.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 34 | 85 | 0 | 0.85 | 0.63 | 0.09 | 344.47 | 0.8 | 0.52 |
| Hex | E7 | 22 | 55 | 0 | 55 | 3F | 9 | 158 | 50 | 34 |
| Octal | 347 | 42 | 125 | 0 | 125 | 77 | 11 | 530 | 120 | 64 |
| Binary | 11100111 | 100010 | 1010101 | 0 | 1010101 | 111111 | 1001 | 101011000 | 1010000 | 110100 |
Color Harmonies of #E72255
Complementary color
Monochromatic Colors of #E72255
Black with #E72255
Text Example
Text Example
White with #E72255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E72255; }
p { color: rgb(231,34,85); }
H1.HeaderClassName
{
color: #E72255;
}
.AnyTagClassName
{
color: #E72255;
}
</style>
background-color css
<style>
a { background-color: #E72255; }
a { background-color: rgb(231,34,85); }
div.DivClassName
{
background-color: #E72255;
}
.BgClassName
{
background-color: #E72255;
}
</style>
border-color css
<style>
span { border-color: #E72255; }
span { border-color: rgb(231,34,85); }
td.TdClassName
{
border-color: #E72255;
}
.TagClassName
{
border-color: #E72255;
}
</style>