Shades of Amaranth #E32F4B
Tints of Amaranth #E32F4B
RGB
CMYK
RGB Variations
Color information
#E32F4B (or 0xE32F4B) is known color: Amaranth. HEX triplet: E3, 2F and 4B. RGB value is (227,47,75). Sum of RGB (Red+Green+Blue) = 227+47+75=349 (46% of max value = 765). Red value is 227 (89.06% from 255 or 65.04% from 349); Green value is 47 (18.75% from 255 or 13.47% from 349); Blue value is 75 (29.69% from 255 or 21.49% from 349); Max value from RGB is 227 - color contains mainly: red. Hex color #E32F4B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E32F4B is #1CD0B4. Grayscale: #686868. Windows color (decimal): -1888437 or 4927459. OLE color: 4927459.
HSL color Cylindrical-coordinate representation of color #E32F4B: hue angle of 350.67º degrees, saturation: 0.76, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E32F4B is Cyan = 0, Magento = 0.79, Yellow = 0.67 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 47 | 75 | - |
| CMYK | 0 | 0.79 | 0.67 | 0.11 |
| HSL | 350.67º | 0.76% | 0.54% | - |
| HSV(B) | 350.67º | 0.79% | 0.89% | - |
| XYZ | 33.97 | 18.87 | 8.51 | - |
| YUV | 104.01 | 111.63 | 215.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 47 | 75 | 0 | 0.79 | 0.67 | 0.11 | 350.67 | 0.76 | 0.54 |
| Hex | E3 | 2F | 4B | 0 | 4F | 43 | B | 15F | 4C | 36 |
| Octal | 343 | 57 | 113 | 0 | 117 | 103 | 13 | 537 | 114 | 66 |
| Binary | 11100011 | 101111 | 1001011 | 0 | 1001111 | 1000011 | 1011 | 101011111 | 1001100 | 110110 |
Color Harmonies of #E32F4B
Complementary color
Monochromatic Colors of #E32F4B
Black with #E32F4B
Text Example
Text Example
White with #E32F4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E32F4B; }
p { color: rgb(227,47,75); }
H1.HeaderClassName
{
color: #E32F4B;
}
.AnyTagClassName
{
color: #E32F4B;
}
</style>
background-color css
<style>
a { background-color: #E32F4B; }
a { background-color: rgb(227,47,75); }
div.DivClassName
{
background-color: #E32F4B;
}
.BgClassName
{
background-color: #E32F4B;
}
</style>
border-color css
<style>
span { border-color: #E32F4B; }
span { border-color: rgb(227,47,75); }
td.TdClassName
{
border-color: #E32F4B;
}
.TagClassName
{
border-color: #E32F4B;
}
</style>