Shades of Amaranth #EB285C
Tints of Amaranth #EB285C
RGB
CMYK
RGB Variations
Color information
#EB285C (or 0xEB285C) is known color: Amaranth. HEX triplet: EB, 28 and 5C. RGB value is (235,40,92). Sum of RGB (Red+Green+Blue) = 235+40+92=367 (48% of max value = 765). Red value is 235 (92.19% from 255 or 64.03% from 367); Green value is 40 (16.02% from 255 or 10.90% from 367); Blue value is 92 (36.33% from 255 or 25.07% from 367); Max value from RGB is 235 - color contains mainly: red. Hex color #EB285C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB285C is #14D7A3. Grayscale: #686868. Windows color (decimal): -1365924 or 6039787. OLE color: 6039787.
HSL color Cylindrical-coordinate representation of color #EB285C: hue angle of 344º degrees, saturation: 0.83, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EB285C is Cyan = 0, Magento = 0.83, Yellow = 0.61 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 40 | 92 | - |
| CMYK | 0 | 0.83 | 0.61 | 0.08 |
| HSL | 344º | 0.83% | 0.54% | - |
| HSV(B) | 344º | 0.83% | 0.92% | - |
| XYZ | 36.95 | 19.95 | 12.03 | - |
| YUV | 104.23 | 121.1 | 221.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 40 | 92 | 0 | 0.83 | 0.61 | 0.08 | 344 | 0.83 | 0.54 |
| Hex | EB | 28 | 5C | 0 | 53 | 3D | 8 | 158 | 53 | 36 |
| Octal | 353 | 50 | 134 | 0 | 123 | 75 | 10 | 530 | 123 | 66 |
| Binary | 11101011 | 101000 | 1011100 | 0 | 1010011 | 111101 | 1000 | 101011000 | 1010011 | 110110 |
Color Harmonies of #EB285C
Complementary color
Monochromatic Colors of #EB285C
Black with #EB285C
Text Example
Text Example
White with #EB285C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB285C; }
p { color: rgb(235,40,92); }
H1.HeaderClassName
{
color: #EB285C;
}
.AnyTagClassName
{
color: #EB285C;
}
</style>
background-color css
<style>
a { background-color: #EB285C; }
a { background-color: rgb(235,40,92); }
div.DivClassName
{
background-color: #EB285C;
}
.BgClassName
{
background-color: #EB285C;
}
</style>
border-color css
<style>
span { border-color: #EB285C; }
span { border-color: rgb(235,40,92); }
td.TdClassName
{
border-color: #EB285C;
}
.TagClassName
{
border-color: #EB285C;
}
</style>