Shades of Amaranth #E32F4A
Tints of Amaranth #E32F4A
RGB
CMYK
RGB Variations
Color information
#E32F4A (or 0xE32F4A) is known color: Amaranth. HEX triplet: E3, 2F and 4A. RGB value is (227,47,74). Sum of RGB (Red+Green+Blue) = 227+47+74=348 (46% of max value = 765). Red value is 227 (89.06% from 255 or 65.23% from 348); Green value is 47 (18.75% from 255 or 13.51% from 348); Blue value is 74 (29.30% from 255 or 21.26% from 348); Max value from RGB is 227 - color contains mainly: red. Hex color #E32F4A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E32F4A is #1CD0B5. Grayscale: #676767. Windows color (decimal): -1888438 or 4861923. OLE color: 4861923.
HSL color Cylindrical-coordinate representation of color #E32F4A: hue angle of 351º 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 #E32F4A is Cyan = 0, Magento = 0.79, Yellow = 0.67 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 47 | 74 | - |
| CMYK | 0 | 0.79 | 0.67 | 0.11 |
| HSL | 351º | 0.76% | 0.54% | - |
| HSV(B) | 351º | 0.79% | 0.89% | - |
| XYZ | 33.93 | 18.86 | 8.33 | - |
| YUV | 103.9 | 111.13 | 215.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 47 | 74 | 0 | 0.79 | 0.67 | 0.11 | 351 | 0.76 | 0.54 |
| Hex | E3 | 2F | 4A | 0 | 4F | 43 | B | 15F | 4C | 36 |
| Octal | 343 | 57 | 112 | 0 | 117 | 103 | 13 | 537 | 114 | 66 |
| Binary | 11100011 | 101111 | 1001010 | 0 | 1001111 | 1000011 | 1011 | 101011111 | 1001100 | 110110 |
Color Harmonies of #E32F4A
Complementary color
Monochromatic Colors of #E32F4A
Black with #E32F4A
Text Example
Text Example
White with #E32F4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E32F4A; }
p { color: rgb(227,47,74); }
H1.HeaderClassName
{
color: #E32F4A;
}
.AnyTagClassName
{
color: #E32F4A;
}
</style>
background-color css
<style>
a { background-color: #E32F4A; }
a { background-color: rgb(227,47,74); }
div.DivClassName
{
background-color: #E32F4A;
}
.BgClassName
{
background-color: #E32F4A;
}
</style>
border-color css
<style>
span { border-color: #E32F4A; }
span { border-color: rgb(227,47,74); }
td.TdClassName
{
border-color: #E32F4A;
}
.TagClassName
{
border-color: #E32F4A;
}
</style>