Shades of Amaranth #E3254C
Tints of Amaranth #E3254C
RGB
CMYK
RGB Variations
Color information
#E3254C (or 0xE3254C) is known color: Amaranth. HEX triplet: E3, 25 and 4C. RGB value is (227,37,76). Sum of RGB (Red+Green+Blue) = 227+37+76=340 (45% of max value = 765). Red value is 227 (89.06% from 255 or 66.76% from 340); Green value is 37 (14.84% from 255 or 10.88% from 340); Blue value is 76 (30.08% from 255 or 22.35% from 340); Max value from RGB is 227 - color contains mainly: red. Hex color #E3254C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E3254C is #1CDAB3. Grayscale: #626262. Windows color (decimal): -1890996 or 4990435. OLE color: 4990435.
HSL color Cylindrical-coordinate representation of color #E3254C: hue angle of 347.68º degrees, saturation: 0.77, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E3254C is Cyan = 0, Magento = 0.84, Yellow = 0.67 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 37 | 76 | - |
| CMYK | 0 | 0.84 | 0.67 | 0.11 |
| HSL | 347.68º | 0.77% | 0.52% | - |
| HSV(B) | 347.68º | 0.84% | 0.89% | - |
| XYZ | 33.64 | 18.18 | 8.57 | - |
| YUV | 98.26 | 115.45 | 219.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 37 | 76 | 0 | 0.84 | 0.67 | 0.11 | 347.68 | 0.77 | 0.52 |
| Hex | E3 | 25 | 4C | 0 | 54 | 43 | B | 15C | 4D | 34 |
| Octal | 343 | 45 | 114 | 0 | 124 | 103 | 13 | 534 | 115 | 64 |
| Binary | 11100011 | 100101 | 1001100 | 0 | 1010100 | 1000011 | 1011 | 101011100 | 1001101 | 110100 |
Color Harmonies of #E3254C
Complementary color
Monochromatic Colors of #E3254C
Black with #E3254C
Text Example
Text Example
White with #E3254C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3254C; }
p { color: rgb(227,37,76); }
H1.HeaderClassName
{
color: #E3254C;
}
.AnyTagClassName
{
color: #E3254C;
}
</style>
background-color css
<style>
a { background-color: #E3254C; }
a { background-color: rgb(227,37,76); }
div.DivClassName
{
background-color: #E3254C;
}
.BgClassName
{
background-color: #E3254C;
}
</style>
border-color css
<style>
span { border-color: #E3254C; }
span { border-color: rgb(227,37,76); }
td.TdClassName
{
border-color: #E3254C;
}
.TagClassName
{
border-color: #E3254C;
}
</style>