Shades of Amaranth #EB454D
Tints of Amaranth #EB454D
RGB
CMYK
RGB Variations
Color information
#EB454D (or 0xEB454D) is known color: Amaranth. HEX triplet: EB, 45 and 4D. RGB value is (235,69,77). Sum of RGB (Red+Green+Blue) = 235+69+77=381 (50% of max value = 765). Red value is 235 (92.19% from 255 or 61.68% from 381); Green value is 69 (27.34% from 255 or 18.11% from 381); Blue value is 77 (30.47% from 255 or 20.21% from 381); Max value from RGB is 235 - color contains mainly: red. Hex color #EB454D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB454D is #14BAB2. Grayscale: #777777. Windows color (decimal): -1358515 or 5064171. OLE color: 5064171.
HSL color Cylindrical-coordinate representation of color #EB454D: hue angle of 357.11º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #EB454D is Cyan = 0, Magento = 0.71, Yellow = 0.67 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 69 | 77 | - |
| CMYK | 0 | 0.71 | 0.67 | 0.08 |
| HSL | 357.11º | 0.81% | 0.6% | - |
| HSV(B) | 357.11º | 0.71% | 0.92% | - |
| XYZ | 37.73 | 22.45 | 9.37 | - |
| YUV | 119.55 | 104 | 210.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 69 | 77 | 0 | 0.71 | 0.67 | 0.08 | 357.11 | 0.81 | 0.6 |
| Hex | EB | 45 | 4D | 0 | 47 | 43 | 8 | 165 | 51 | 3C |
| Octal | 353 | 105 | 115 | 0 | 107 | 103 | 10 | 545 | 121 | 74 |
| Binary | 11101011 | 1000101 | 1001101 | 0 | 1000111 | 1000011 | 1000 | 101100101 | 1010001 | 111100 |
Color Harmonies of #EB454D
Complementary color
Monochromatic Colors of #EB454D
Black with #EB454D
Text Example
Text Example
White with #EB454D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB454D; }
p { color: rgb(235,69,77); }
H1.HeaderClassName
{
color: #EB454D;
}
.AnyTagClassName
{
color: #EB454D;
}
</style>
background-color css
<style>
a { background-color: #EB454D; }
a { background-color: rgb(235,69,77); }
div.DivClassName
{
background-color: #EB454D;
}
.BgClassName
{
background-color: #EB454D;
}
</style>
border-color css
<style>
span { border-color: #EB454D; }
span { border-color: rgb(235,69,77); }
td.TdClassName
{
border-color: #EB454D;
}
.TagClassName
{
border-color: #EB454D;
}
</style>