Shades of Amaranth #E2294B
Tints of Amaranth #E2294B
RGB
CMYK
RGB Variations
Color information
#E2294B (or 0xE2294B) is known color: Amaranth. HEX triplet: E2, 29 and 4B. RGB value is (226,41,75). Sum of RGB (Red+Green+Blue) = 226+41+75=342 (45% of max value = 765). Red value is 226 (88.67% from 255 or 66.08% from 342); Green value is 41 (16.41% from 255 or 11.99% from 342); Blue value is 75 (29.69% from 255 or 21.93% from 342); Max value from RGB is 226 - color contains mainly: red. Hex color #E2294B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E2294B is #1DD6B4. Grayscale: #646464. Windows color (decimal): -1955509 or 4925922. OLE color: 4925922.
HSL color Cylindrical-coordinate representation of color #E2294B: hue angle of 348.97º degrees, saturation: 0.76, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E2294B is Cyan = 0, Magento = 0.82, Yellow = 0.67 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 41 | 75 | - |
| CMYK | 0 | 0.82 | 0.67 | 0.11 |
| HSL | 348.97º | 0.76% | 0.52% | - |
| HSV(B) | 348.97º | 0.82% | 0.89% | - |
| XYZ | 33.43 | 18.26 | 8.42 | - |
| YUV | 100.19 | 113.79 | 217.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 41 | 75 | 0 | 0.82 | 0.67 | 0.11 | 348.97 | 0.76 | 0.52 |
| Hex | E2 | 29 | 4B | 0 | 52 | 43 | B | 15D | 4C | 34 |
| Octal | 342 | 51 | 113 | 0 | 122 | 103 | 13 | 535 | 114 | 64 |
| Binary | 11100010 | 101001 | 1001011 | 0 | 1010010 | 1000011 | 1011 | 101011101 | 1001100 | 110100 |
Color Harmonies of #E2294B
Complementary color
Monochromatic Colors of #E2294B
Black with #E2294B
Text Example
Text Example
White with #E2294B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2294B; }
p { color: rgb(226,41,75); }
H1.HeaderClassName
{
color: #E2294B;
}
.AnyTagClassName
{
color: #E2294B;
}
</style>
background-color css
<style>
a { background-color: #E2294B; }
a { background-color: rgb(226,41,75); }
div.DivClassName
{
background-color: #E2294B;
}
.BgClassName
{
background-color: #E2294B;
}
</style>
border-color css
<style>
span { border-color: #E2294B; }
span { border-color: rgb(226,41,75); }
td.TdClassName
{
border-color: #E2294B;
}
.TagClassName
{
border-color: #E2294B;
}
</style>