Shades of Amaranth #EB2E4A
Tints of Amaranth #EB2E4A
RGB
CMYK
RGB Variations
Color information
#EB2E4A (or 0xEB2E4A) is known color: Amaranth. HEX triplet: EB, 2E and 4A. RGB value is (235,46,74). Sum of RGB (Red+Green+Blue) = 235+46+74=355 (47% of max value = 765). Red value is 235 (92.19% from 255 or 66.20% from 355); Green value is 46 (18.36% from 255 or 12.96% from 355); Blue value is 74 (29.30% from 255 or 20.85% from 355); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2E4A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB2E4A is #14D1B5. Grayscale: #696969. Windows color (decimal): -1364406 or 4861675. OLE color: 4861675.
HSL color Cylindrical-coordinate representation of color #EB2E4A: hue angle of 351.11º degrees, saturation: 0.83, 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 #EB2E4A is Cyan = 0, Magento = 0.80, Yellow = 0.69 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 46 | 74 | - |
| CMYK | 0 | 0.80 | 0.69 | 0.08 |
| HSL | 351.11º | 0.83% | 0.55% | - |
| HSV(B) | 351.11º | 0.8% | 0.92% | - |
| XYZ | 36.47 | 20.11 | 8.44 | - |
| YUV | 105.7 | 110.12 | 220.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 46 | 74 | 0 | 0.80 | 0.69 | 0.08 | 351.11 | 0.83 | 0.55 |
| Hex | EB | 2E | 4A | 0 | 50 | 45 | 8 | 15F | 53 | 37 |
| Octal | 353 | 56 | 112 | 0 | 120 | 105 | 10 | 537 | 123 | 67 |
| Binary | 11101011 | 101110 | 1001010 | 0 | 1010000 | 1000101 | 1000 | 101011111 | 1010011 | 110111 |
Color Harmonies of #EB2E4A
Complementary color
Monochromatic Colors of #EB2E4A
Black with #EB2E4A
Text Example
Text Example
White with #EB2E4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB2E4A; }
p { color: rgb(235,46,74); }
H1.HeaderClassName
{
color: #EB2E4A;
}
.AnyTagClassName
{
color: #EB2E4A;
}
</style>
background-color css
<style>
a { background-color: #EB2E4A; }
a { background-color: rgb(235,46,74); }
div.DivClassName
{
background-color: #EB2E4A;
}
.BgClassName
{
background-color: #EB2E4A;
}
</style>
border-color css
<style>
span { border-color: #EB2E4A; }
span { border-color: rgb(235,46,74); }
td.TdClassName
{
border-color: #EB2E4A;
}
.TagClassName
{
border-color: #EB2E4A;
}
</style>