Shades of Amaranth #E3234B
Tints of Amaranth #E3234B
RGB
CMYK
RGB Variations
Color information
#E3234B (or 0xE3234B) is known color: Amaranth. HEX triplet: E3, 23 and 4B. RGB value is (227,35,75). Sum of RGB (Red+Green+Blue) = 227+35+75=337 (44% of max value = 765). Red value is 227 (89.06% from 255 or 67.36% from 337); Green value is 35 (14.06% from 255 or 10.39% from 337); Blue value is 75 (29.69% from 255 or 22.26% from 337); Max value from RGB is 227 - color contains mainly: red. Hex color #E3234B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E3234B is #1CDCB4. Grayscale: #616161. Windows color (decimal): -1891509 or 4924387. OLE color: 4924387.
HSL color Cylindrical-coordinate representation of color #E3234B: hue angle of 347.5º degrees, saturation: 0.77, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E3234B is Cyan = 0, Magento = 0.85, Yellow = 0.67 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 35 | 75 | - |
| CMYK | 0 | 0.85 | 0.67 | 0.11 |
| HSL | 347.5º | 0.77% | 0.51% | - |
| HSV(B) | 347.5º | 0.85% | 0.89% | - |
| XYZ | 33.55 | 18.04 | 8.37 | - |
| YUV | 96.97 | 115.61 | 220.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 35 | 75 | 0 | 0.85 | 0.67 | 0.11 | 347.5 | 0.77 | 0.51 |
| Hex | E3 | 23 | 4B | 0 | 55 | 43 | B | 15C | 4D | 33 |
| Octal | 343 | 43 | 113 | 0 | 125 | 103 | 13 | 534 | 115 | 63 |
| Binary | 11100011 | 100011 | 1001011 | 0 | 1010101 | 1000011 | 1011 | 101011100 | 1001101 | 110011 |
Color Harmonies of #E3234B
Complementary color
Monochromatic Colors of #E3234B
Black with #E3234B
Text Example
Text Example
White with #E3234B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3234B; }
p { color: rgb(227,35,75); }
H1.HeaderClassName
{
color: #E3234B;
}
.AnyTagClassName
{
color: #E3234B;
}
</style>
background-color css
<style>
a { background-color: #E3234B; }
a { background-color: rgb(227,35,75); }
div.DivClassName
{
background-color: #E3234B;
}
.BgClassName
{
background-color: #E3234B;
}
</style>
border-color css
<style>
span { border-color: #E3234B; }
span { border-color: rgb(227,35,75); }
td.TdClassName
{
border-color: #E3234B;
}
.TagClassName
{
border-color: #E3234B;
}
</style>