Shades of Amaranth #E2274B
Tints of Amaranth #E2274B
RGB
CMYK
RGB Variations
Color information
#E2274B (or 0xE2274B) is known color: Amaranth. HEX triplet: E2, 27 and 4B. RGB value is (226,39,75). Sum of RGB (Red+Green+Blue) = 226+39+75=340 (45% of max value = 765). Red value is 226 (88.67% from 255 or 66.47% from 340); Green value is 39 (15.62% from 255 or 11.47% from 340); Blue value is 75 (29.69% from 255 or 22.06% from 340); Max value from RGB is 226 - color contains mainly: red. Hex color #E2274B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E2274B is #1DD8B4. Grayscale: #636363. Windows color (decimal): -1956021 or 4925410. OLE color: 4925410.
HSL color Cylindrical-coordinate representation of color #E2274B: hue angle of 348.45º 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 #E2274B is Cyan = 0, Magento = 0.83, Yellow = 0.67 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 39 | 75 | - |
| CMYK | 0 | 0.83 | 0.67 | 0.11 |
| HSL | 348.45º | 0.76% | 0.52% | - |
| HSV(B) | 348.45º | 0.83% | 0.89% | - |
| XYZ | 33.36 | 18.13 | 8.4 | - |
| YUV | 99.02 | 114.45 | 218.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 39 | 75 | 0 | 0.83 | 0.67 | 0.11 | 348.45 | 0.76 | 0.52 |
| Hex | E2 | 27 | 4B | 0 | 53 | 43 | B | 15C | 4C | 34 |
| Octal | 342 | 47 | 113 | 0 | 123 | 103 | 13 | 534 | 114 | 64 |
| Binary | 11100010 | 100111 | 1001011 | 0 | 1010011 | 1000011 | 1011 | 101011100 | 1001100 | 110100 |
Color Harmonies of #E2274B
Complementary color
Monochromatic Colors of #E2274B
Black with #E2274B
Text Example
Text Example
White with #E2274B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2274B; }
p { color: rgb(226,39,75); }
H1.HeaderClassName
{
color: #E2274B;
}
.AnyTagClassName
{
color: #E2274B;
}
</style>
background-color css
<style>
a { background-color: #E2274B; }
a { background-color: rgb(226,39,75); }
div.DivClassName
{
background-color: #E2274B;
}
.BgClassName
{
background-color: #E2274B;
}
</style>
border-color css
<style>
span { border-color: #E2274B; }
span { border-color: rgb(226,39,75); }
td.TdClassName
{
border-color: #E2274B;
}
.TagClassName
{
border-color: #E2274B;
}
</style>