Shades of Amaranth #E1284B
Tints of Amaranth #E1284B
RGB
CMYK
RGB Variations
Color information
#E1284B (or 0xE1284B) is known color: Amaranth. HEX triplet: E1, 28 and 4B. RGB value is (225,40,75). Sum of RGB (Red+Green+Blue) = 225+40+75=340 (45% of max value = 765). Red value is 225 (88.28% from 255 or 66.18% from 340); Green value is 40 (16.02% from 255 or 11.76% from 340); Blue value is 75 (29.69% from 255 or 22.06% from 340); Max value from RGB is 225 - color contains mainly: red. Hex color #E1284B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E1284B is #1ED7B4. Grayscale: #636363. Windows color (decimal): -2021301 or 4925665. OLE color: 4925665.
HSL color Cylindrical-coordinate representation of color #E1284B: hue angle of 348.65º degrees, saturation: 0.76, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E1284B is Cyan = 0, Magento = 0.82, Yellow = 0.67 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 40 | 75 | - |
| CMYK | 0 | 0.82 | 0.67 | 0.12 |
| HSL | 348.65º | 0.76% | 0.52% | - |
| HSV(B) | 348.65º | 0.82% | 0.88% | - |
| XYZ | 33.08 | 18.03 | 8.39 | - |
| YUV | 99.31 | 114.29 | 217.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 40 | 75 | 0 | 0.82 | 0.67 | 0.12 | 348.65 | 0.76 | 0.52 |
| Hex | E1 | 28 | 4B | 0 | 52 | 43 | C | 15D | 4C | 34 |
| Octal | 341 | 50 | 113 | 0 | 122 | 103 | 14 | 535 | 114 | 64 |
| Binary | 11100001 | 101000 | 1001011 | 0 | 1010010 | 1000011 | 1100 | 101011101 | 1001100 | 110100 |
Color Harmonies of #E1284B
Complementary color
Monochromatic Colors of #E1284B
Black with #E1284B
Text Example
Text Example
White with #E1284B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1284B; }
p { color: rgb(225,40,75); }
H1.HeaderClassName
{
color: #E1284B;
}
.AnyTagClassName
{
color: #E1284B;
}
</style>
background-color css
<style>
a { background-color: #E1284B; }
a { background-color: rgb(225,40,75); }
div.DivClassName
{
background-color: #E1284B;
}
.BgClassName
{
background-color: #E1284B;
}
</style>
border-color css
<style>
span { border-color: #E1284B; }
span { border-color: rgb(225,40,75); }
td.TdClassName
{
border-color: #E1284B;
}
.TagClassName
{
border-color: #E1284B;
}
</style>