Shades of Amaranth #E1274C
Tints of Amaranth #E1274C
RGB
CMYK
RGB Variations
Color information
#E1274C (or 0xE1274C) is known color: Amaranth. HEX triplet: E1, 27 and 4C. RGB value is (225,39,76). Sum of RGB (Red+Green+Blue) = 225+39+76=340 (45% of max value = 765). Red value is 225 (88.28% from 255 or 66.18% from 340); Green value is 39 (15.62% from 255 or 11.47% from 340); Blue value is 76 (30.08% from 255 or 22.35% from 340); Max value from RGB is 225 - color contains mainly: red. Hex color #E1274C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E1274C is #1ED8B3. Grayscale: #626262. Windows color (decimal): -2021556 or 4990945. OLE color: 4990945.
HSL color Cylindrical-coordinate representation of color #E1274C: hue angle of 348.06º degrees, saturation: 0.76, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E1274C is Cyan = 0, Magento = 0.83, Yellow = 0.66 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 39 | 76 | - |
| CMYK | 0 | 0.83 | 0.66 | 0.12 |
| HSL | 348.06º | 0.76% | 0.52% | - |
| HSV(B) | 348.06º | 0.83% | 0.88% | - |
| XYZ | 33.08 | 17.98 | 8.56 | - |
| YUV | 98.83 | 115.12 | 217.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 39 | 76 | 0 | 0.83 | 0.66 | 0.12 | 348.06 | 0.76 | 0.52 |
| Hex | E1 | 27 | 4C | 0 | 53 | 42 | C | 15C | 4C | 34 |
| Octal | 341 | 47 | 114 | 0 | 123 | 102 | 14 | 534 | 114 | 64 |
| Binary | 11100001 | 100111 | 1001100 | 0 | 1010011 | 1000010 | 1100 | 101011100 | 1001100 | 110100 |
Color Harmonies of #E1274C
Complementary color
Monochromatic Colors of #E1274C
Black with #E1274C
Text Example
Text Example
White with #E1274C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1274C; }
p { color: rgb(225,39,76); }
H1.HeaderClassName
{
color: #E1274C;
}
.AnyTagClassName
{
color: #E1274C;
}
</style>
background-color css
<style>
a { background-color: #E1274C; }
a { background-color: rgb(225,39,76); }
div.DivClassName
{
background-color: #E1274C;
}
.BgClassName
{
background-color: #E1274C;
}
</style>
border-color css
<style>
span { border-color: #E1274C; }
span { border-color: rgb(225,39,76); }
td.TdClassName
{
border-color: #E1274C;
}
.TagClassName
{
border-color: #E1274C;
}
</style>