Shades of Amaranth #E2234B
Tints of Amaranth #E2234B
RGB
CMYK
RGB Variations
Color information
#E2234B (or 0xE2234B) is known color: Amaranth. HEX triplet: E2, 23 and 4B. RGB value is (226,35,75). Sum of RGB (Red+Green+Blue) = 226+35+75=336 (44% of max value = 765). Red value is 226 (88.67% from 255 or 67.26% from 336); Green value is 35 (14.06% from 255 or 10.42% from 336); Blue value is 75 (29.69% from 255 or 22.32% from 336); Max value from RGB is 226 - color contains mainly: red. Hex color #E2234B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E2234B is #1DDCB4. Grayscale: #606060. Windows color (decimal): -1957045 or 4924386. OLE color: 4924386.
HSL color Cylindrical-coordinate representation of color #E2234B: hue angle of 347.43º degrees, saturation: 0.77, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E2234B is Cyan = 0, Magento = 0.85, Yellow = 0.67 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 35 | 75 | - |
| CMYK | 0 | 0.85 | 0.67 | 0.11 |
| HSL | 347.43º | 0.77% | 0.51% | - |
| HSV(B) | 347.43º | 0.85% | 0.89% | - |
| XYZ | 33.24 | 17.88 | 8.36 | - |
| YUV | 96.67 | 115.78 | 220.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 35 | 75 | 0 | 0.85 | 0.67 | 0.11 | 347.43 | 0.77 | 0.51 |
| Hex | E2 | 23 | 4B | 0 | 55 | 43 | B | 15B | 4D | 33 |
| Octal | 342 | 43 | 113 | 0 | 125 | 103 | 13 | 533 | 115 | 63 |
| Binary | 11100010 | 100011 | 1001011 | 0 | 1010101 | 1000011 | 1011 | 101011011 | 1001101 | 110011 |
Color Harmonies of #E2234B
Complementary color
Monochromatic Colors of #E2234B
Black with #E2234B
Text Example
Text Example
White with #E2234B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2234B; }
p { color: rgb(226,35,75); }
H1.HeaderClassName
{
color: #E2234B;
}
.AnyTagClassName
{
color: #E2234B;
}
</style>
background-color css
<style>
a { background-color: #E2234B; }
a { background-color: rgb(226,35,75); }
div.DivClassName
{
background-color: #E2234B;
}
.BgClassName
{
background-color: #E2234B;
}
</style>
border-color css
<style>
span { border-color: #E2234B; }
span { border-color: rgb(226,35,75); }
td.TdClassName
{
border-color: #E2234B;
}
.TagClassName
{
border-color: #E2234B;
}
</style>