Shades of Amaranth #E72356
Tints of Amaranth #E72356
RGB
CMYK
RGB Variations
Color information
#E72356 (or 0xE72356) is known color: Amaranth. HEX triplet: E7, 23 and 56. RGB value is (231,35,86). Sum of RGB (Red+Green+Blue) = 231+35+86=352 (46% of max value = 765). Red value is 231 (90.62% from 255 or 65.62% from 352); Green value is 35 (14.06% from 255 or 9.94% from 352); Blue value is 86 (33.98% from 255 or 24.43% from 352); Max value from RGB is 231 - color contains mainly: red. Hex color #E72356 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E72356 is #18DCA9. Grayscale: #636363. Windows color (decimal): -1629354 or 5645287. OLE color: 5645287.
HSL color Cylindrical-coordinate representation of color #E72356: hue angle of 344.39º 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 #E72356 is Cyan = 0, Magento = 0.85, Yellow = 0.63 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 35 | 86 | - |
| CMYK | 0 | 0.85 | 0.63 | 0.09 |
| HSL | 344.39º | 0.8% | 0.52% | - |
| HSV(B) | 344.39º | 0.85% | 0.91% | - |
| XYZ | 35.24 | 18.86 | 10.59 | - |
| YUV | 99.42 | 120.43 | 221.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 35 | 86 | 0 | 0.85 | 0.63 | 0.09 | 344.39 | 0.8 | 0.52 |
| Hex | E7 | 23 | 56 | 0 | 55 | 3F | 9 | 158 | 50 | 34 |
| Octal | 347 | 43 | 126 | 0 | 125 | 77 | 11 | 530 | 120 | 64 |
| Binary | 11100111 | 100011 | 1010110 | 0 | 1010101 | 111111 | 1001 | 101011000 | 1010000 | 110100 |
Color Harmonies of #E72356
Complementary color
Monochromatic Colors of #E72356
Black with #E72356
Text Example
Text Example
White with #E72356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E72356; }
p { color: rgb(231,35,86); }
H1.HeaderClassName
{
color: #E72356;
}
.AnyTagClassName
{
color: #E72356;
}
</style>
background-color css
<style>
a { background-color: #E72356; }
a { background-color: rgb(231,35,86); }
div.DivClassName
{
background-color: #E72356;
}
.BgClassName
{
background-color: #E72356;
}
</style>
border-color css
<style>
span { border-color: #E72356; }
span { border-color: rgb(231,35,86); }
td.TdClassName
{
border-color: #E72356;
}
.TagClassName
{
border-color: #E72356;
}
</style>