Shades of Amaranth #EB404C
Tints of Amaranth #EB404C
RGB
CMYK
RGB Variations
Color information
#EB404C (or 0xEB404C) is known color: Amaranth. HEX triplet: EB, 40 and 4C. RGB value is (235,64,76). Sum of RGB (Red+Green+Blue) = 235+64+76=375 (49% of max value = 765). Red value is 235 (92.19% from 255 or 62.67% from 375); Green value is 64 (25.39% from 255 or 17.07% from 375); Blue value is 76 (30.08% from 255 or 20.27% from 375); Max value from RGB is 235 - color contains mainly: red. Hex color #EB404C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB404C is #14BFB3. Grayscale: #747474. Windows color (decimal): -1359796 or 4997355. OLE color: 4997355.
HSL color Cylindrical-coordinate representation of color #EB404C: hue angle of 355.79º degrees, saturation: 0.81, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EB404C is Cyan = 0, Magento = 0.73, Yellow = 0.68 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 64 | 76 | - |
| CMYK | 0 | 0.73 | 0.68 | 0.08 |
| HSL | 355.79º | 0.81% | 0.59% | - |
| HSV(B) | 355.79º | 0.73% | 0.92% | - |
| XYZ | 37.4 | 21.85 | 9.08 | - |
| YUV | 116.5 | 105.15 | 212.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 64 | 76 | 0 | 0.73 | 0.68 | 0.08 | 355.79 | 0.81 | 0.59 |
| Hex | EB | 40 | 4C | 0 | 49 | 44 | 8 | 164 | 51 | 3B |
| Octal | 353 | 100 | 114 | 0 | 111 | 104 | 10 | 544 | 121 | 73 |
| Binary | 11101011 | 1000000 | 1001100 | 0 | 1001001 | 1000100 | 1000 | 101100100 | 1010001 | 111011 |
Color Harmonies of #EB404C
Complementary color
Monochromatic Colors of #EB404C
Black with #EB404C
Text Example
Text Example
White with #EB404C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB404C; }
p { color: rgb(235,64,76); }
H1.HeaderClassName
{
color: #EB404C;
}
.AnyTagClassName
{
color: #EB404C;
}
</style>
background-color css
<style>
a { background-color: #EB404C; }
a { background-color: rgb(235,64,76); }
div.DivClassName
{
background-color: #EB404C;
}
.BgClassName
{
background-color: #EB404C;
}
</style>
border-color css
<style>
span { border-color: #EB404C; }
span { border-color: rgb(235,64,76); }
td.TdClassName
{
border-color: #EB404C;
}
.TagClassName
{
border-color: #EB404C;
}
</style>