Shades of Amaranth #EB4453
Tints of Amaranth #EB4453
RGB
CMYK
RGB Variations
Color information
#EB4453 (or 0xEB4453) is known color: Amaranth. HEX triplet: EB, 44 and 53. RGB value is (235,68,83). Sum of RGB (Red+Green+Blue) = 235+68+83=386 (51% of max value = 765). Red value is 235 (92.19% from 255 or 60.88% from 386); Green value is 68 (26.95% from 255 or 17.62% from 386); Blue value is 83 (32.81% from 255 or 21.50% from 386); Max value from RGB is 235 - color contains mainly: red. Hex color #EB4453 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB4453 is #14BBAC. Grayscale: #777777. Windows color (decimal): -1358765 or 5457131. OLE color: 5457131.
HSL color Cylindrical-coordinate representation of color #EB4453: hue angle of 354.61º degrees, saturation: 0.81, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #EB4453 is Cyan = 0, Magento = 0.71, Yellow = 0.65 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 68 | 83 | - |
| CMYK | 0 | 0.71 | 0.65 | 0.08 |
| HSL | 354.61º | 0.81% | 0.59% | - |
| HSV(B) | 354.61º | 0.71% | 0.92% | - |
| XYZ | 37.89 | 22.42 | 10.51 | - |
| YUV | 119.64 | 107.33 | 210.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 68 | 83 | 0 | 0.71 | 0.65 | 0.08 | 354.61 | 0.81 | 0.59 |
| Hex | EB | 44 | 53 | 0 | 47 | 41 | 8 | 163 | 51 | 3B |
| Octal | 353 | 104 | 123 | 0 | 107 | 101 | 10 | 543 | 121 | 73 |
| Binary | 11101011 | 1000100 | 1010011 | 0 | 1000111 | 1000001 | 1000 | 101100011 | 1010001 | 111011 |
Color Harmonies of #EB4453
Complementary color
Monochromatic Colors of #EB4453
Black with #EB4453
Text Example
Text Example
White with #EB4453
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB4453; }
p { color: rgb(235,68,83); }
H1.HeaderClassName
{
color: #EB4453;
}
.AnyTagClassName
{
color: #EB4453;
}
</style>
background-color css
<style>
a { background-color: #EB4453; }
a { background-color: rgb(235,68,83); }
div.DivClassName
{
background-color: #EB4453;
}
.BgClassName
{
background-color: #EB4453;
}
</style>
border-color css
<style>
span { border-color: #EB4453; }
span { border-color: rgb(235,68,83); }
td.TdClassName
{
border-color: #EB4453;
}
.TagClassName
{
border-color: #EB4453;
}
</style>