Shades of Amaranth #E2324B
Tints of Amaranth #E2324B
RGB
CMYK
RGB Variations
Color information
#E2324B (or 0xE2324B) is known color: Amaranth. HEX triplet: E2, 32 and 4B. RGB value is (226,50,75). Sum of RGB (Red+Green+Blue) = 226+50+75=351 (46% of max value = 765). Red value is 226 (88.67% from 255 or 64.39% from 351); Green value is 50 (19.92% from 255 or 14.25% from 351); Blue value is 75 (29.69% from 255 or 21.37% from 351); Max value from RGB is 226 - color contains mainly: red. Hex color #E2324B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E2324B is #1DCDB4. Grayscale: #696969. Windows color (decimal): -1953205 or 4928226. OLE color: 4928226.
HSL color Cylindrical-coordinate representation of color #E2324B: hue angle of 351.48º degrees, saturation: 0.75, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E2324B is Cyan = 0, Magento = 0.78, Yellow = 0.67 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 50 | 75 | - |
| CMYK | 0 | 0.78 | 0.67 | 0.11 |
| HSL | 351.48º | 0.75% | 0.54% | - |
| HSV(B) | 351.48º | 0.78% | 0.89% | - |
| XYZ | 33.77 | 18.96 | 8.54 | - |
| YUV | 105.47 | 110.81 | 213.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 50 | 75 | 0 | 0.78 | 0.67 | 0.11 | 351.48 | 0.75 | 0.54 |
| Hex | E2 | 32 | 4B | 0 | 4E | 43 | B | 15F | 4B | 36 |
| Octal | 342 | 62 | 113 | 0 | 116 | 103 | 13 | 537 | 113 | 66 |
| Binary | 11100010 | 110010 | 1001011 | 0 | 1001110 | 1000011 | 1011 | 101011111 | 1001011 | 110110 |
Color Harmonies of #E2324B
Complementary color
Monochromatic Colors of #E2324B
Black with #E2324B
Text Example
Text Example
White with #E2324B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2324B; }
p { color: rgb(226,50,75); }
H1.HeaderClassName
{
color: #E2324B;
}
.AnyTagClassName
{
color: #E2324B;
}
</style>
background-color css
<style>
a { background-color: #E2324B; }
a { background-color: rgb(226,50,75); }
div.DivClassName
{
background-color: #E2324B;
}
.BgClassName
{
background-color: #E2324B;
}
</style>
border-color css
<style>
span { border-color: #E2324B; }
span { border-color: rgb(226,50,75); }
td.TdClassName
{
border-color: #E2324B;
}
.TagClassName
{
border-color: #E2324B;
}
</style>