Shades of Amaranth #E72350
Tints of Amaranth #E72350
RGB
CMYK
RGB Variations
Color information
#E72350 (or 0xE72350) is known color: Amaranth. HEX triplet: E7, 23 and 50. RGB value is (231,35,80). Sum of RGB (Red+Green+Blue) = 231+35+80=346 (45% of max value = 765). Red value is 231 (90.62% from 255 or 66.76% from 346); Green value is 35 (14.06% from 255 or 10.12% from 346); Blue value is 80 (31.64% from 255 or 23.12% from 346); Max value from RGB is 231 - color contains mainly: red. Hex color #E72350 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E72350 is #18DCAF. Grayscale: #626262. Windows color (decimal): -1629360 or 5252071. OLE color: 5252071.
HSL color Cylindrical-coordinate representation of color #E72350: hue angle of 346.22º 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 #E72350 is Cyan = 0, Magento = 0.85, Yellow = 0.65 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 35 | 80 | - |
| CMYK | 0 | 0.85 | 0.65 | 0.09 |
| HSL | 346.22º | 0.8% | 0.52% | - |
| HSV(B) | 346.22º | 0.85% | 0.91% | - |
| XYZ | 35 | 18.77 | 9.37 | - |
| YUV | 98.73 | 117.43 | 222.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 35 | 80 | 0 | 0.85 | 0.65 | 0.09 | 346.22 | 0.8 | 0.52 |
| Hex | E7 | 23 | 50 | 0 | 55 | 41 | 9 | 15A | 50 | 34 |
| Octal | 347 | 43 | 120 | 0 | 125 | 101 | 11 | 532 | 120 | 64 |
| Binary | 11100111 | 100011 | 1010000 | 0 | 1010101 | 1000001 | 1001 | 101011010 | 1010000 | 110100 |
Color Harmonies of #E72350
Complementary color
Monochromatic Colors of #E72350
Black with #E72350
Text Example
Text Example
White with #E72350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E72350; }
p { color: rgb(231,35,80); }
H1.HeaderClassName
{
color: #E72350;
}
.AnyTagClassName
{
color: #E72350;
}
</style>
background-color css
<style>
a { background-color: #E72350; }
a { background-color: rgb(231,35,80); }
div.DivClassName
{
background-color: #E72350;
}
.BgClassName
{
background-color: #E72350;
}
</style>
border-color css
<style>
span { border-color: #E72350; }
span { border-color: rgb(231,35,80); }
td.TdClassName
{
border-color: #E72350;
}
.TagClassName
{
border-color: #E72350;
}
</style>