Shades of Amaranth #EB275D
Tints of Amaranth #EB275D
RGB
CMYK
RGB Variations
Color information
#EB275D (or 0xEB275D) is known color: Amaranth. HEX triplet: EB, 27 and 5D. RGB value is (235,39,93). Sum of RGB (Red+Green+Blue) = 235+39+93=367 (48% of max value = 765). Red value is 235 (92.19% from 255 or 64.03% from 367); Green value is 39 (15.62% from 255 or 10.63% from 367); Blue value is 93 (36.72% from 255 or 25.34% from 367); Max value from RGB is 235 - color contains mainly: red. Hex color #EB275D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB275D is #14D8A2. Grayscale: #676767. Windows color (decimal): -1366179 or 6105067. OLE color: 6105067.
HSL color Cylindrical-coordinate representation of color #EB275D: hue angle of 343.47º 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 #EB275D is Cyan = 0, Magento = 0.83, Yellow = 0.60 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 39 | 93 | - |
| CMYK | 0 | 0.83 | 0.60 | 0.08 |
| HSL | 343.47º | 0.83% | 0.54% | - |
| HSV(B) | 343.47º | 0.83% | 0.92% | - |
| XYZ | 36.96 | 19.9 | 12.25 | - |
| YUV | 103.76 | 121.93 | 221.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 39 | 93 | 0 | 0.83 | 0.60 | 0.08 | 343.47 | 0.83 | 0.54 |
| Hex | EB | 27 | 5D | 0 | 53 | 3C | 8 | 157 | 53 | 36 |
| Octal | 353 | 47 | 135 | 0 | 123 | 74 | 10 | 527 | 123 | 66 |
| Binary | 11101011 | 100111 | 1011101 | 0 | 1010011 | 111100 | 1000 | 101010111 | 1010011 | 110110 |
Color Harmonies of #EB275D
Complementary color
Monochromatic Colors of #EB275D
Black with #EB275D
Text Example
Text Example
White with #EB275D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB275D; }
p { color: rgb(235,39,93); }
H1.HeaderClassName
{
color: #EB275D;
}
.AnyTagClassName
{
color: #EB275D;
}
</style>
background-color css
<style>
a { background-color: #EB275D; }
a { background-color: rgb(235,39,93); }
div.DivClassName
{
background-color: #EB275D;
}
.BgClassName
{
background-color: #EB275D;
}
</style>
border-color css
<style>
span { border-color: #EB275D; }
span { border-color: rgb(235,39,93); }
td.TdClassName
{
border-color: #EB275D;
}
.TagClassName
{
border-color: #EB275D;
}
</style>