Shades of Amaranth #E52350
Tints of Amaranth #E52350
RGB
CMYK
RGB Variations
Color information
#E52350 (or 0xE52350) is known color: Amaranth. HEX triplet: E5, 23 and 50. RGB value is (229,35,80). Sum of RGB (Red+Green+Blue) = 229+35+80=344 (45% of max value = 765). Red value is 229 (89.84% from 255 or 66.57% from 344); Green value is 35 (14.06% from 255 or 10.17% from 344); Blue value is 80 (31.64% from 255 or 23.26% from 344); Max value from RGB is 229 - color contains mainly: red. Hex color #E52350 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E52350 is #1ADCAF. Grayscale: #626262. Windows color (decimal): -1760432 or 5252069. OLE color: 5252069.
HSL color Cylindrical-coordinate representation of color #E52350: hue angle of 346.08º degrees, saturation: 0.79, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E52350 is Cyan = 0, Magento = 0.85, Yellow = 0.65 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 35 | 80 | - |
| CMYK | 0 | 0.85 | 0.65 | 0.10 |
| HSL | 346.08º | 0.79% | 0.52% | - |
| HSV(B) | 346.08º | 0.85% | 0.9% | - |
| XYZ | 34.36 | 18.44 | 9.34 | - |
| YUV | 98.14 | 117.77 | 221.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 35 | 80 | 0 | 0.85 | 0.65 | 0.10 | 346.08 | 0.79 | 0.52 |
| Hex | E5 | 23 | 50 | 0 | 55 | 41 | A | 15A | 4F | 34 |
| Octal | 345 | 43 | 120 | 0 | 125 | 101 | 12 | 532 | 117 | 64 |
| Binary | 11100101 | 100011 | 1010000 | 0 | 1010101 | 1000001 | 1010 | 101011010 | 1001111 | 110100 |
Color Harmonies of #E52350
Complementary color
Monochromatic Colors of #E52350
Black with #E52350
Text Example
Text Example
White with #E52350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E52350; }
p { color: rgb(229,35,80); }
H1.HeaderClassName
{
color: #E52350;
}
.AnyTagClassName
{
color: #E52350;
}
</style>
background-color css
<style>
a { background-color: #E52350; }
a { background-color: rgb(229,35,80); }
div.DivClassName
{
background-color: #E52350;
}
.BgClassName
{
background-color: #E52350;
}
</style>
border-color css
<style>
span { border-color: #E52350; }
span { border-color: rgb(229,35,80); }
td.TdClassName
{
border-color: #E52350;
}
.TagClassName
{
border-color: #E52350;
}
</style>