Shades of Amaranth #E3254A
Tints of Amaranth #E3254A
RGB
CMYK
RGB Variations
Color information
#E3254A (or 0xE3254A) is known color: Amaranth. HEX triplet: E3, 25 and 4A. RGB value is (227,37,74). Sum of RGB (Red+Green+Blue) = 227+37+74=338 (44% of max value = 765). Red value is 227 (89.06% from 255 or 67.16% from 338); Green value is 37 (14.84% from 255 or 10.95% from 338); Blue value is 74 (29.30% from 255 or 21.89% from 338); Max value from RGB is 227 - color contains mainly: red. Hex color #E3254A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E3254A is #1CDAB5. Grayscale: #626262. Windows color (decimal): -1890998 or 4859363. OLE color: 4859363.
HSL color Cylindrical-coordinate representation of color #E3254A: hue angle of 348.32º 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 #E3254A is Cyan = 0, Magento = 0.84, Yellow = 0.67 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 37 | 74 | - |
| CMYK | 0 | 0.84 | 0.67 | 0.11 |
| HSL | 348.32º | 0.77% | 0.52% | - |
| HSV(B) | 348.32º | 0.84% | 0.89% | - |
| XYZ | 33.58 | 18.15 | 8.21 | - |
| YUV | 98.03 | 114.45 | 219.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 37 | 74 | 0 | 0.84 | 0.67 | 0.11 | 348.32 | 0.77 | 0.52 |
| Hex | E3 | 25 | 4A | 0 | 54 | 43 | B | 15C | 4D | 34 |
| Octal | 343 | 45 | 112 | 0 | 124 | 103 | 13 | 534 | 115 | 64 |
| Binary | 11100011 | 100101 | 1001010 | 0 | 1010100 | 1000011 | 1011 | 101011100 | 1001101 | 110100 |
Color Harmonies of #E3254A
Complementary color
Monochromatic Colors of #E3254A
Black with #E3254A
Text Example
Text Example
White with #E3254A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3254A; }
p { color: rgb(227,37,74); }
H1.HeaderClassName
{
color: #E3254A;
}
.AnyTagClassName
{
color: #E3254A;
}
</style>
background-color css
<style>
a { background-color: #E3254A; }
a { background-color: rgb(227,37,74); }
div.DivClassName
{
background-color: #E3254A;
}
.BgClassName
{
background-color: #E3254A;
}
</style>
border-color css
<style>
span { border-color: #E3254A; }
span { border-color: rgb(227,37,74); }
td.TdClassName
{
border-color: #E3254A;
}
.TagClassName
{
border-color: #E3254A;
}
</style>