Shades of Amaranth #E2274C
Tints of Amaranth #E2274C
RGB
CMYK
RGB Variations
Color information
#E2274C (or 0xE2274C) is known color: Amaranth. HEX triplet: E2, 27 and 4C. RGB value is (226,39,76). Sum of RGB (Red+Green+Blue) = 226+39+76=341 (45% of max value = 765). Red value is 226 (88.67% from 255 or 66.28% from 341); Green value is 39 (15.62% from 255 or 11.44% from 341); Blue value is 76 (30.08% from 255 or 22.29% from 341); Max value from RGB is 226 - color contains mainly: red. Hex color #E2274C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E2274C is #1DD8B3. Grayscale: #636363. Windows color (decimal): -1956020 or 4990946. OLE color: 4990946.
HSL color Cylindrical-coordinate representation of color #E2274C: hue angle of 348.13º degrees, saturation: 0.76, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E2274C is Cyan = 0, Magento = 0.83, Yellow = 0.66 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 39 | 76 | - |
| CMYK | 0 | 0.83 | 0.66 | 0.11 |
| HSL | 348.13º | 0.76% | 0.52% | - |
| HSV(B) | 348.13º | 0.83% | 0.89% | - |
| XYZ | 33.39 | 18.14 | 8.58 | - |
| YUV | 99.13 | 114.95 | 218.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 39 | 76 | 0 | 0.83 | 0.66 | 0.11 | 348.13 | 0.76 | 0.52 |
| Hex | E2 | 27 | 4C | 0 | 53 | 42 | B | 15C | 4C | 34 |
| Octal | 342 | 47 | 114 | 0 | 123 | 102 | 13 | 534 | 114 | 64 |
| Binary | 11100010 | 100111 | 1001100 | 0 | 1010011 | 1000010 | 1011 | 101011100 | 1001100 | 110100 |
Color Harmonies of #E2274C
Complementary color
Monochromatic Colors of #E2274C
Black with #E2274C
Text Example
Text Example
White with #E2274C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2274C; }
p { color: rgb(226,39,76); }
H1.HeaderClassName
{
color: #E2274C;
}
.AnyTagClassName
{
color: #E2274C;
}
</style>
background-color css
<style>
a { background-color: #E2274C; }
a { background-color: rgb(226,39,76); }
div.DivClassName
{
background-color: #E2274C;
}
.BgClassName
{
background-color: #E2274C;
}
</style>
border-color css
<style>
span { border-color: #E2274C; }
span { border-color: rgb(226,39,76); }
td.TdClassName
{
border-color: #E2274C;
}
.TagClassName
{
border-color: #E2274C;
}
</style>