Shades of Amaranth #EB215D
Tints of Amaranth #EB215D
RGB
CMYK
RGB Variations
Color information
#EB215D (or 0xEB215D) is known color: Amaranth. HEX triplet: EB, 21 and 5D. RGB value is (235,33,93). Sum of RGB (Red+Green+Blue) = 235+33+93=361 (47% of max value = 765). Red value is 235 (92.19% from 255 or 65.10% from 361); Green value is 33 (13.28% from 255 or 9.14% from 361); Blue value is 93 (36.72% from 255 or 25.76% from 361); Max value from RGB is 235 - color contains mainly: red. Hex color #EB215D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB215D is #14DEA2. Grayscale: #646464. Windows color (decimal): -1367715 or 6103531. OLE color: 6103531.
HSL color Cylindrical-coordinate representation of color #EB215D: hue angle of 342.18º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #EB215D is Cyan = 0, Magento = 0.86, Yellow = 0.60 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 33 | 93 | - |
| CMYK | 0 | 0.86 | 0.60 | 0.08 |
| HSL | 342.18º | 0.83% | 0.53% | - |
| HSV(B) | 342.18º | 0.86% | 0.92% | - |
| XYZ | 36.78 | 19.54 | 12.19 | - |
| YUV | 100.24 | 123.92 | 224.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 33 | 93 | 0 | 0.86 | 0.60 | 0.08 | 342.18 | 0.83 | 0.53 |
| Hex | EB | 21 | 5D | 0 | 56 | 3C | 8 | 156 | 53 | 35 |
| Octal | 353 | 41 | 135 | 0 | 126 | 74 | 10 | 526 | 123 | 65 |
| Binary | 11101011 | 100001 | 1011101 | 0 | 1010110 | 111100 | 1000 | 101010110 | 1010011 | 110101 |
Color Harmonies of #EB215D
Complementary color
Monochromatic Colors of #EB215D
Black with #EB215D
Text Example
Text Example
White with #EB215D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB215D; }
p { color: rgb(235,33,93); }
H1.HeaderClassName
{
color: #EB215D;
}
.AnyTagClassName
{
color: #EB215D;
}
</style>
background-color css
<style>
a { background-color: #EB215D; }
a { background-color: rgb(235,33,93); }
div.DivClassName
{
background-color: #EB215D;
}
.BgClassName
{
background-color: #EB215D;
}
</style>
border-color css
<style>
span { border-color: #EB215D; }
span { border-color: rgb(235,33,93); }
td.TdClassName
{
border-color: #EB215D;
}
.TagClassName
{
border-color: #EB215D;
}
</style>