Shades of Amaranth #EB3E4C
Tints of Amaranth #EB3E4C
RGB
CMYK
RGB Variations
Color information
#EB3E4C (or 0xEB3E4C) is known color: Amaranth. HEX triplet: EB, 3E and 4C. RGB value is (235,62,76). Sum of RGB (Red+Green+Blue) = 235+62+76=373 (49% of max value = 765). Red value is 235 (92.19% from 255 or 63.00% from 373); Green value is 62 (24.61% from 255 or 16.62% from 373); Blue value is 76 (30.08% from 255 or 20.38% from 373); Max value from RGB is 235 - color contains mainly: red. Hex color #EB3E4C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB3E4C is #14C1B3. Grayscale: #737373. Windows color (decimal): -1360308 or 4996843. OLE color: 4996843.
HSL color Cylindrical-coordinate representation of color #EB3E4C: hue angle of 355.14º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #EB3E4C is Cyan = 0, Magento = 0.74, Yellow = 0.68 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 62 | 76 | - |
| CMYK | 0 | 0.74 | 0.68 | 0.08 |
| HSL | 355.14º | 0.81% | 0.58% | - |
| HSV(B) | 355.14º | 0.74% | 0.92% | - |
| XYZ | 37.29 | 21.63 | 9.05 | - |
| YUV | 115.32 | 105.81 | 213.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 62 | 76 | 0 | 0.74 | 0.68 | 0.08 | 355.14 | 0.81 | 0.58 |
| Hex | EB | 3E | 4C | 0 | 4A | 44 | 8 | 163 | 51 | 3A |
| Octal | 353 | 76 | 114 | 0 | 112 | 104 | 10 | 543 | 121 | 72 |
| Binary | 11101011 | 111110 | 1001100 | 0 | 1001010 | 1000100 | 1000 | 101100011 | 1010001 | 111010 |
Color Harmonies of #EB3E4C
Complementary color
Monochromatic Colors of #EB3E4C
Black with #EB3E4C
Text Example
Text Example
White with #EB3E4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB3E4C; }
p { color: rgb(235,62,76); }
H1.HeaderClassName
{
color: #EB3E4C;
}
.AnyTagClassName
{
color: #EB3E4C;
}
</style>
background-color css
<style>
a { background-color: #EB3E4C; }
a { background-color: rgb(235,62,76); }
div.DivClassName
{
background-color: #EB3E4C;
}
.BgClassName
{
background-color: #EB3E4C;
}
</style>
border-color css
<style>
span { border-color: #EB3E4C; }
span { border-color: rgb(235,62,76); }
td.TdClassName
{
border-color: #EB3E4C;
}
.TagClassName
{
border-color: #EB3E4C;
}
</style>