Shades of Amaranth #E2284B
Tints of Amaranth #E2284B
RGB
CMYK
RGB Variations
Color information
#E2284B (or 0xE2284B) is known color: Amaranth. HEX triplet: E2, 28 and 4B. RGB value is (226,40,75). Sum of RGB (Red+Green+Blue) = 226+40+75=341 (45% of max value = 765). Red value is 226 (88.67% from 255 or 66.28% from 341); Green value is 40 (16.02% from 255 or 11.73% from 341); Blue value is 75 (29.69% from 255 or 21.99% from 341); Max value from RGB is 226 - color contains mainly: red. Hex color #E2284B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E2284B is #1DD7B4. Grayscale: #636363. Windows color (decimal): -1955765 or 4925666. OLE color: 4925666.
HSL color Cylindrical-coordinate representation of color #E2284B: hue angle of 348.71º 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 #E2284B is Cyan = 0, Magento = 0.82, Yellow = 0.67 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 40 | 75 | - |
| CMYK | 0 | 0.82 | 0.67 | 0.11 |
| HSL | 348.71º | 0.76% | 0.52% | - |
| HSV(B) | 348.71º | 0.82% | 0.89% | - |
| XYZ | 33.39 | 18.19 | 8.41 | - |
| YUV | 99.6 | 114.12 | 218.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 40 | 75 | 0 | 0.82 | 0.67 | 0.11 | 348.71 | 0.76 | 0.52 |
| Hex | E2 | 28 | 4B | 0 | 52 | 43 | B | 15D | 4C | 34 |
| Octal | 342 | 50 | 113 | 0 | 122 | 103 | 13 | 535 | 114 | 64 |
| Binary | 11100010 | 101000 | 1001011 | 0 | 1010010 | 1000011 | 1011 | 101011101 | 1001100 | 110100 |
Color Harmonies of #E2284B
Complementary color
Monochromatic Colors of #E2284B
Black with #E2284B
Text Example
Text Example
White with #E2284B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2284B; }
p { color: rgb(226,40,75); }
H1.HeaderClassName
{
color: #E2284B;
}
.AnyTagClassName
{
color: #E2284B;
}
</style>
background-color css
<style>
a { background-color: #E2284B; }
a { background-color: rgb(226,40,75); }
div.DivClassName
{
background-color: #E2284B;
}
.BgClassName
{
background-color: #E2284B;
}
</style>
border-color css
<style>
span { border-color: #E2284B; }
span { border-color: rgb(226,40,75); }
td.TdClassName
{
border-color: #E2284B;
}
.TagClassName
{
border-color: #E2284B;
}
</style>