Shades of Amaranth #EB304D
Tints of Amaranth #EB304D
RGB
CMYK
RGB Variations
Color information
#EB304D (or 0xEB304D) is known color: Amaranth. HEX triplet: EB, 30 and 4D. RGB value is (235,48,77). Sum of RGB (Red+Green+Blue) = 235+48+77=360 (47% of max value = 765). Red value is 235 (92.19% from 255 or 65.28% from 360); Green value is 48 (19.14% from 255 or 13.33% from 360); Blue value is 77 (30.47% from 255 or 21.39% from 360); Max value from RGB is 235 - color contains mainly: red. Hex color #EB304D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB304D is #14CFB2. Grayscale: #6B6B6B. Windows color (decimal): -1363891 or 5058795. OLE color: 5058795.
HSL color Cylindrical-coordinate representation of color #EB304D: hue angle of 350.7º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EB304D is Cyan = 0, Magento = 0.80, Yellow = 0.67 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 48 | 77 | - |
| CMYK | 0 | 0.80 | 0.67 | 0.08 |
| HSL | 350.7º | 0.82% | 0.55% | - |
| HSV(B) | 350.7º | 0.8% | 0.92% | - |
| XYZ | 36.66 | 20.31 | 9.01 | - |
| YUV | 107.22 | 110.95 | 219.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 48 | 77 | 0 | 0.80 | 0.67 | 0.08 | 350.7 | 0.82 | 0.55 |
| Hex | EB | 30 | 4D | 0 | 50 | 43 | 8 | 15F | 52 | 37 |
| Octal | 353 | 60 | 115 | 0 | 120 | 103 | 10 | 537 | 122 | 67 |
| Binary | 11101011 | 110000 | 1001101 | 0 | 1010000 | 1000011 | 1000 | 101011111 | 1010010 | 110111 |
Color Harmonies of #EB304D
Complementary color
Monochromatic Colors of #EB304D
Black with #EB304D
Text Example
Text Example
White with #EB304D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB304D; }
p { color: rgb(235,48,77); }
H1.HeaderClassName
{
color: #EB304D;
}
.AnyTagClassName
{
color: #EB304D;
}
</style>
background-color css
<style>
a { background-color: #EB304D; }
a { background-color: rgb(235,48,77); }
div.DivClassName
{
background-color: #EB304D;
}
.BgClassName
{
background-color: #EB304D;
}
</style>
border-color css
<style>
span { border-color: #EB304D; }
span { border-color: rgb(235,48,77); }
td.TdClassName
{
border-color: #EB304D;
}
.TagClassName
{
border-color: #EB304D;
}
</style>