Shades of Amaranth #E2274F
Tints of Amaranth #E2274F
RGB
CMYK
RGB Variations
Color information
#E2274F (or 0xE2274F) is known color: Amaranth. HEX triplet: E2, 27 and 4F. RGB value is (226,39,79). Sum of RGB (Red+Green+Blue) = 226+39+79=344 (45% of max value = 765). Red value is 226 (88.67% from 255 or 65.70% from 344); Green value is 39 (15.62% from 255 or 11.34% from 344); Blue value is 79 (31.25% from 255 or 22.97% from 344); Max value from RGB is 226 - color contains mainly: red. Hex color #E2274F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E2274F is #1DD8B0. Grayscale: #636363. Windows color (decimal): -1956017 or 5187554. OLE color: 5187554.
HSL color Cylindrical-coordinate representation of color #E2274F: hue angle of 347.17º 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 #E2274F is Cyan = 0, Magento = 0.83, Yellow = 0.65 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 39 | 79 | - |
| CMYK | 0 | 0.83 | 0.65 | 0.11 |
| HSL | 347.17º | 0.76% | 0.52% | - |
| HSV(B) | 347.17º | 0.83% | 0.89% | - |
| XYZ | 33.5 | 18.18 | 9.14 | - |
| YUV | 99.47 | 116.45 | 218.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 39 | 79 | 0 | 0.83 | 0.65 | 0.11 | 347.17 | 0.76 | 0.52 |
| Hex | E2 | 27 | 4F | 0 | 53 | 41 | B | 15B | 4C | 34 |
| Octal | 342 | 47 | 117 | 0 | 123 | 101 | 13 | 533 | 114 | 64 |
| Binary | 11100010 | 100111 | 1001111 | 0 | 1010011 | 1000001 | 1011 | 101011011 | 1001100 | 110100 |
Color Harmonies of #E2274F
Complementary color
Monochromatic Colors of #E2274F
Black with #E2274F
Text Example
Text Example
White with #E2274F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2274F; }
p { color: rgb(226,39,79); }
H1.HeaderClassName
{
color: #E2274F;
}
.AnyTagClassName
{
color: #E2274F;
}
</style>
background-color css
<style>
a { background-color: #E2274F; }
a { background-color: rgb(226,39,79); }
div.DivClassName
{
background-color: #E2274F;
}
.BgClassName
{
background-color: #E2274F;
}
</style>
border-color css
<style>
span { border-color: #E2274F; }
span { border-color: rgb(226,39,79); }
td.TdClassName
{
border-color: #E2274F;
}
.TagClassName
{
border-color: #E2274F;
}
</style>