Shades of Amaranth #EB295C
Tints of Amaranth #EB295C
RGB
CMYK
RGB Variations
Color information
#EB295C (or 0xEB295C) is known color: Amaranth. HEX triplet: EB, 29 and 5C. RGB value is (235,41,92). Sum of RGB (Red+Green+Blue) = 235+41+92=368 (48% of max value = 765). Red value is 235 (92.19% from 255 or 63.86% from 368); Green value is 41 (16.41% from 255 or 11.14% from 368); Blue value is 92 (36.33% from 255 or 25% from 368); Max value from RGB is 235 - color contains mainly: red. Hex color #EB295C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB295C is #14D6A3. Grayscale: #686868. Windows color (decimal): -1365668 or 6040043. OLE color: 6040043.
HSL color Cylindrical-coordinate representation of color #EB295C: hue angle of 344.23º 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 #EB295C is Cyan = 0, Magento = 0.83, Yellow = 0.61 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 41 | 92 | - |
| CMYK | 0 | 0.83 | 0.61 | 0.08 |
| HSL | 344.23º | 0.83% | 0.54% | - |
| HSV(B) | 344.23º | 0.83% | 0.92% | - |
| XYZ | 36.99 | 20.02 | 12.04 | - |
| YUV | 104.82 | 120.77 | 220.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 41 | 92 | 0 | 0.83 | 0.61 | 0.08 | 344.23 | 0.83 | 0.54 |
| Hex | EB | 29 | 5C | 0 | 53 | 3D | 8 | 158 | 53 | 36 |
| Octal | 353 | 51 | 134 | 0 | 123 | 75 | 10 | 530 | 123 | 66 |
| Binary | 11101011 | 101001 | 1011100 | 0 | 1010011 | 111101 | 1000 | 101011000 | 1010011 | 110110 |
Color Harmonies of #EB295C
Complementary color
Monochromatic Colors of #EB295C
Black with #EB295C
Text Example
Text Example
White with #EB295C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB295C; }
p { color: rgb(235,41,92); }
H1.HeaderClassName
{
color: #EB295C;
}
.AnyTagClassName
{
color: #EB295C;
}
</style>
background-color css
<style>
a { background-color: #EB295C; }
a { background-color: rgb(235,41,92); }
div.DivClassName
{
background-color: #EB295C;
}
.BgClassName
{
background-color: #EB295C;
}
</style>
border-color css
<style>
span { border-color: #EB295C; }
span { border-color: rgb(235,41,92); }
td.TdClassName
{
border-color: #EB295C;
}
.TagClassName
{
border-color: #EB295C;
}
</style>