Shades of Amaranth #EB204A
Tints of Amaranth #EB204A
RGB
CMYK
RGB Variations
Color information
#EB204A (or 0xEB204A) is known color: Amaranth. HEX triplet: EB, 20 and 4A. RGB value is (235,32,74). Sum of RGB (Red+Green+Blue) = 235+32+74=341 (45% of max value = 765). Red value is 235 (92.19% from 255 or 68.91% from 341); Green value is 32 (12.89% from 255 or 9.38% from 341); Blue value is 74 (29.30% from 255 or 21.70% from 341); Max value from RGB is 235 - color contains mainly: red. Hex color #EB204A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB204A is #14DFB5. Grayscale: #616161. Windows color (decimal): -1367990 or 4858091. OLE color: 4858091.
HSL color Cylindrical-coordinate representation of color #EB204A: hue angle of 347.59º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #EB204A is Cyan = 0, Magento = 0.86, Yellow = 0.69 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 32 | 74 | - |
| CMYK | 0 | 0.86 | 0.69 | 0.08 |
| HSL | 347.59º | 0.84% | 0.52% | - |
| HSV(B) | 347.59º | 0.86% | 0.92% | - |
| XYZ | 36.01 | 19.19 | 8.28 | - |
| YUV | 97.49 | 114.75 | 226.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 32 | 74 | 0 | 0.86 | 0.69 | 0.08 | 347.59 | 0.84 | 0.52 |
| Hex | EB | 20 | 4A | 0 | 56 | 45 | 8 | 15C | 54 | 34 |
| Octal | 353 | 40 | 112 | 0 | 126 | 105 | 10 | 534 | 124 | 64 |
| Binary | 11101011 | 100000 | 1001010 | 0 | 1010110 | 1000101 | 1000 | 101011100 | 1010100 | 110100 |
Color Harmonies of #EB204A
Complementary color
Monochromatic Colors of #EB204A
Black with #EB204A
Text Example
Text Example
White with #EB204A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB204A; }
p { color: rgb(235,32,74); }
H1.HeaderClassName
{
color: #EB204A;
}
.AnyTagClassName
{
color: #EB204A;
}
</style>
background-color css
<style>
a { background-color: #EB204A; }
a { background-color: rgb(235,32,74); }
div.DivClassName
{
background-color: #EB204A;
}
.BgClassName
{
background-color: #EB204A;
}
</style>
border-color css
<style>
span { border-color: #EB204A; }
span { border-color: rgb(235,32,74); }
td.TdClassName
{
border-color: #EB204A;
}
.TagClassName
{
border-color: #EB204A;
}
</style>