Shades of Amaranth #EB375A
Tints of Amaranth #EB375A
RGB
CMYK
RGB Variations
Color information
#EB375A (or 0xEB375A) is known color: Amaranth. HEX triplet: EB, 37 and 5A. RGB value is (235,55,90). Sum of RGB (Red+Green+Blue) = 235+55+90=380 (50% of max value = 765). Red value is 235 (92.19% from 255 or 61.84% from 380); Green value is 55 (21.88% from 255 or 14.47% from 380); Blue value is 90 (35.55% from 255 or 23.68% from 380); Max value from RGB is 235 - color contains mainly: red. Hex color #EB375A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB375A is #14C8A5. Grayscale: #707070. Windows color (decimal): -1362086 or 5912555. OLE color: 5912555.
HSL color Cylindrical-coordinate representation of color #EB375A: hue angle of 348.33º degrees, saturation: 0.82, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #EB375A is Cyan = 0, Magento = 0.77, Yellow = 0.62 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 55 | 90 | - |
| CMYK | 0 | 0.77 | 0.62 | 0.08 |
| HSL | 348.33º | 0.82% | 0.57% | - |
| HSV(B) | 348.33º | 0.77% | 0.92% | - |
| XYZ | 37.47 | 21.13 | 11.78 | - |
| YUV | 112.81 | 115.13 | 215.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 55 | 90 | 0 | 0.77 | 0.62 | 0.08 | 348.33 | 0.82 | 0.57 |
| Hex | EB | 37 | 5A | 0 | 4D | 3E | 8 | 15C | 52 | 39 |
| Octal | 353 | 67 | 132 | 0 | 115 | 76 | 10 | 534 | 122 | 71 |
| Binary | 11101011 | 110111 | 1011010 | 0 | 1001101 | 111110 | 1000 | 101011100 | 1010010 | 111001 |
Color Harmonies of #EB375A
Complementary color
Monochromatic Colors of #EB375A
Black with #EB375A
Text Example
Text Example
White with #EB375A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB375A; }
p { color: rgb(235,55,90); }
H1.HeaderClassName
{
color: #EB375A;
}
.AnyTagClassName
{
color: #EB375A;
}
</style>
background-color css
<style>
a { background-color: #EB375A; }
a { background-color: rgb(235,55,90); }
div.DivClassName
{
background-color: #EB375A;
}
.BgClassName
{
background-color: #EB375A;
}
</style>
border-color css
<style>
span { border-color: #EB375A; }
span { border-color: rgb(235,55,90); }
td.TdClassName
{
border-color: #EB375A;
}
.TagClassName
{
border-color: #EB375A;
}
</style>