Shades of Amaranth #EB2752
Tints of Amaranth #EB2752
RGB
CMYK
RGB Variations
Color information
#EB2752 (or 0xEB2752) is known color: Amaranth. HEX triplet: EB, 27 and 52. RGB value is (235,39,82). Sum of RGB (Red+Green+Blue) = 235+39+82=356 (47% of max value = 765). Red value is 235 (92.19% from 255 or 66.01% from 356); Green value is 39 (15.62% from 255 or 10.96% from 356); Blue value is 82 (32.42% from 255 or 23.03% from 356); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2752 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB2752 is #14D8AD. Grayscale: #666666. Windows color (decimal): -1366190 or 5384171. OLE color: 5384171.
HSL color Cylindrical-coordinate representation of color #EB2752: hue angle of 346.84º 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 #EB2752 is Cyan = 0, Magento = 0.83, Yellow = 0.65 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 39 | 82 | - |
| CMYK | 0 | 0.83 | 0.65 | 0.08 |
| HSL | 346.84º | 0.83% | 0.54% | - |
| HSV(B) | 346.84º | 0.83% | 0.92% | - |
| XYZ | 36.51 | 19.72 | 9.87 | - |
| YUV | 102.51 | 116.43 | 222.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 39 | 82 | 0 | 0.83 | 0.65 | 0.08 | 346.84 | 0.83 | 0.54 |
| Hex | EB | 27 | 52 | 0 | 53 | 41 | 8 | 15B | 53 | 36 |
| Octal | 353 | 47 | 122 | 0 | 123 | 101 | 10 | 533 | 123 | 66 |
| Binary | 11101011 | 100111 | 1010010 | 0 | 1010011 | 1000001 | 1000 | 101011011 | 1010011 | 110110 |
Color Harmonies of #EB2752
Complementary color
Monochromatic Colors of #EB2752
Black with #EB2752
Text Example
Text Example
White with #EB2752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB2752; }
p { color: rgb(235,39,82); }
H1.HeaderClassName
{
color: #EB2752;
}
.AnyTagClassName
{
color: #EB2752;
}
</style>
background-color css
<style>
a { background-color: #EB2752; }
a { background-color: rgb(235,39,82); }
div.DivClassName
{
background-color: #EB2752;
}
.BgClassName
{
background-color: #EB2752;
}
</style>
border-color css
<style>
span { border-color: #EB2752; }
span { border-color: rgb(235,39,82); }
td.TdClassName
{
border-color: #EB2752;
}
.TagClassName
{
border-color: #EB2752;
}
</style>