Shades of Amaranth #EB464E
Tints of Amaranth #EB464E
RGB
CMYK
RGB Variations
Color information
#EB464E (or 0xEB464E) is known color: Amaranth. HEX triplet: EB, 46 and 4E. RGB value is (235,70,78). Sum of RGB (Red+Green+Blue) = 235+70+78=383 (50% of max value = 765). Red value is 235 (92.19% from 255 or 61.36% from 383); Green value is 70 (27.73% from 255 or 18.28% from 383); Blue value is 78 (30.86% from 255 or 20.37% from 383); Max value from RGB is 235 - color contains mainly: red. Hex color #EB464E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB464E is #14B9B1. Grayscale: #787878. Windows color (decimal): -1358258 or 5129963. OLE color: 5129963.
HSL color Cylindrical-coordinate representation of color #EB464E: hue angle of 357.09º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EB464E is Cyan = 0, Magento = 0.70, Yellow = 0.67 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 70 | 78 | - |
| CMYK | 0 | 0.70 | 0.67 | 0.08 |
| HSL | 357.09º | 0.8% | 0.6% | - |
| HSV(B) | 357.09º | 0.7% | 0.92% | - |
| XYZ | 37.83 | 22.59 | 9.57 | - |
| YUV | 120.25 | 104.16 | 209.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 70 | 78 | 0 | 0.70 | 0.67 | 0.08 | 357.09 | 0.8 | 0.6 |
| Hex | EB | 46 | 4E | 0 | 46 | 43 | 8 | 165 | 50 | 3C |
| Octal | 353 | 106 | 116 | 0 | 106 | 103 | 10 | 545 | 120 | 74 |
| Binary | 11101011 | 1000110 | 1001110 | 0 | 1000110 | 1000011 | 1000 | 101100101 | 1010000 | 111100 |
Color Harmonies of #EB464E
Complementary color
Monochromatic Colors of #EB464E
Black with #EB464E
Text Example
Text Example
White with #EB464E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB464E; }
p { color: rgb(235,70,78); }
H1.HeaderClassName
{
color: #EB464E;
}
.AnyTagClassName
{
color: #EB464E;
}
</style>
background-color css
<style>
a { background-color: #EB464E; }
a { background-color: rgb(235,70,78); }
div.DivClassName
{
background-color: #EB464E;
}
.BgClassName
{
background-color: #EB464E;
}
</style>
border-color css
<style>
span { border-color: #EB464E; }
span { border-color: rgb(235,70,78); }
td.TdClassName
{
border-color: #EB464E;
}
.TagClassName
{
border-color: #EB464E;
}
</style>