Shades of Amaranth #E32A4B
Tints of Amaranth #E32A4B
RGB
CMYK
RGB Variations
Color information
#E32A4B (or 0xE32A4B) is known color: Amaranth. HEX triplet: E3, 2A and 4B. RGB value is (227,42,75). Sum of RGB (Red+Green+Blue) = 227+42+75=344 (45% of max value = 765). Red value is 227 (89.06% from 255 or 65.99% from 344); Green value is 42 (16.80% from 255 or 12.21% from 344); Blue value is 75 (29.69% from 255 or 21.80% from 344); Max value from RGB is 227 - color contains mainly: red. Hex color #E32A4B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E32A4B is #1CD5B4. Grayscale: #656565. Windows color (decimal): -1889717 or 4926179. OLE color: 4926179.
HSL color Cylindrical-coordinate representation of color #E32A4B: hue angle of 349.3º degrees, saturation: 0.77, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E32A4B is Cyan = 0, Magento = 0.81, Yellow = 0.67 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 42 | 75 | - |
| CMYK | 0 | 0.81 | 0.67 | 0.11 |
| HSL | 349.3º | 0.77% | 0.53% | - |
| HSV(B) | 349.3º | 0.81% | 0.89% | - |
| XYZ | 33.78 | 18.49 | 8.45 | - |
| YUV | 101.08 | 113.29 | 217.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 42 | 75 | 0 | 0.81 | 0.67 | 0.11 | 349.3 | 0.77 | 0.53 |
| Hex | E3 | 2A | 4B | 0 | 51 | 43 | B | 15D | 4D | 35 |
| Octal | 343 | 52 | 113 | 0 | 121 | 103 | 13 | 535 | 115 | 65 |
| Binary | 11100011 | 101010 | 1001011 | 0 | 1010001 | 1000011 | 1011 | 101011101 | 1001101 | 110101 |
Color Harmonies of #E32A4B
Complementary color
Monochromatic Colors of #E32A4B
Black with #E32A4B
Text Example
Text Example
White with #E32A4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E32A4B; }
p { color: rgb(227,42,75); }
H1.HeaderClassName
{
color: #E32A4B;
}
.AnyTagClassName
{
color: #E32A4B;
}
</style>
background-color css
<style>
a { background-color: #E32A4B; }
a { background-color: rgb(227,42,75); }
div.DivClassName
{
background-color: #E32A4B;
}
.BgClassName
{
background-color: #E32A4B;
}
</style>
border-color css
<style>
span { border-color: #E32A4B; }
span { border-color: rgb(227,42,75); }
td.TdClassName
{
border-color: #E32A4B;
}
.TagClassName
{
border-color: #E32A4B;
}
</style>