Shades of Amaranth #EB2453
Tints of Amaranth #EB2453
RGB
CMYK
RGB Variations
Color information
#EB2453 (or 0xEB2453) is known color: Amaranth. HEX triplet: EB, 24 and 53. RGB value is (235,36,83). Sum of RGB (Red+Green+Blue) = 235+36+83=354 (46% of max value = 765). Red value is 235 (92.19% from 255 or 66.38% from 354); Green value is 36 (14.45% from 255 or 10.17% from 354); Blue value is 83 (32.81% from 255 or 23.45% from 354); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2453 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB2453 is #14DBAC. Grayscale: #646464. Windows color (decimal): -1366957 or 5448939. OLE color: 5448939.
HSL color Cylindrical-coordinate representation of color #EB2453: hue angle of 345.83º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #EB2453 is Cyan = 0, Magento = 0.85, Yellow = 0.65 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 36 | 83 | - |
| CMYK | 0 | 0.85 | 0.65 | 0.08 |
| HSL | 345.83º | 0.83% | 0.53% | - |
| HSV(B) | 345.83º | 0.85% | 0.92% | - |
| XYZ | 36.45 | 19.55 | 10.04 | - |
| YUV | 100.86 | 117.93 | 223.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 36 | 83 | 0 | 0.85 | 0.65 | 0.08 | 345.83 | 0.83 | 0.53 |
| Hex | EB | 24 | 53 | 0 | 55 | 41 | 8 | 15A | 53 | 35 |
| Octal | 353 | 44 | 123 | 0 | 125 | 101 | 10 | 532 | 123 | 65 |
| Binary | 11101011 | 100100 | 1010011 | 0 | 1010101 | 1000001 | 1000 | 101011010 | 1010011 | 110101 |
Color Harmonies of #EB2453
Complementary color
Monochromatic Colors of #EB2453
Black with #EB2453
Text Example
Text Example
White with #EB2453
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB2453; }
p { color: rgb(235,36,83); }
H1.HeaderClassName
{
color: #EB2453;
}
.AnyTagClassName
{
color: #EB2453;
}
</style>
background-color css
<style>
a { background-color: #EB2453; }
a { background-color: rgb(235,36,83); }
div.DivClassName
{
background-color: #EB2453;
}
.BgClassName
{
background-color: #EB2453;
}
</style>
border-color css
<style>
span { border-color: #EB2453; }
span { border-color: rgb(235,36,83); }
td.TdClassName
{
border-color: #EB2453;
}
.TagClassName
{
border-color: #EB2453;
}
</style>