Shades of Amaranth #E5234B
Tints of Amaranth #E5234B
RGB
CMYK
RGB Variations
Color information
#E5234B (or 0xE5234B) is known color: Amaranth. HEX triplet: E5, 23 and 4B. RGB value is (229,35,75). Sum of RGB (Red+Green+Blue) = 229+35+75=339 (44% of max value = 765). Red value is 229 (89.84% from 255 or 67.55% from 339); Green value is 35 (14.06% from 255 or 10.32% from 339); Blue value is 75 (29.69% from 255 or 22.12% from 339); Max value from RGB is 229 - color contains mainly: red. Hex color #E5234B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E5234B is #1ADCB4. Grayscale: #616161. Windows color (decimal): -1760437 or 4924389. OLE color: 4924389.
HSL color Cylindrical-coordinate representation of color #E5234B: hue angle of 347.63º 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 #E5234B is Cyan = 0, Magento = 0.85, Yellow = 0.67 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 35 | 75 | - |
| CMYK | 0 | 0.85 | 0.67 | 0.10 |
| HSL | 347.63º | 0.79% | 0.52% | - |
| HSV(B) | 347.63º | 0.85% | 0.9% | - |
| XYZ | 34.18 | 18.37 | 8.4 | - |
| YUV | 97.57 | 115.27 | 221.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 35 | 75 | 0 | 0.85 | 0.67 | 0.10 | 347.63 | 0.79 | 0.52 |
| Hex | E5 | 23 | 4B | 0 | 55 | 43 | A | 15C | 4F | 34 |
| Octal | 345 | 43 | 113 | 0 | 125 | 103 | 12 | 534 | 117 | 64 |
| Binary | 11100101 | 100011 | 1001011 | 0 | 1010101 | 1000011 | 1010 | 101011100 | 1001111 | 110100 |
Color Harmonies of #E5234B
Complementary color
Monochromatic Colors of #E5234B
Black with #E5234B
Text Example
Text Example
White with #E5234B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5234B; }
p { color: rgb(229,35,75); }
H1.HeaderClassName
{
color: #E5234B;
}
.AnyTagClassName
{
color: #E5234B;
}
</style>
background-color css
<style>
a { background-color: #E5234B; }
a { background-color: rgb(229,35,75); }
div.DivClassName
{
background-color: #E5234B;
}
.BgClassName
{
background-color: #E5234B;
}
</style>
border-color css
<style>
span { border-color: #E5234B; }
span { border-color: rgb(229,35,75); }
td.TdClassName
{
border-color: #E5234B;
}
.TagClassName
{
border-color: #E5234B;
}
</style>