Shades of Amaranth #EB234A
Tints of Amaranth #EB234A
RGB
CMYK
RGB Variations
Color information
#EB234A (or 0xEB234A) is known color: Amaranth. HEX triplet: EB, 23 and 4A. RGB value is (235,35,74). Sum of RGB (Red+Green+Blue) = 235+35+74=344 (45% of max value = 765). Red value is 235 (92.19% from 255 or 68.31% from 344); Green value is 35 (14.06% from 255 or 10.17% from 344); Blue value is 74 (29.30% from 255 or 21.51% from 344); Max value from RGB is 235 - color contains mainly: red. Hex color #EB234A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB234A is #14DCB5. Grayscale: #636363. Windows color (decimal): -1367222 or 4858859. OLE color: 4858859.
HSL color Cylindrical-coordinate representation of color #EB234A: hue angle of 348.3º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #EB234A is Cyan = 0, Magento = 0.85, Yellow = 0.69 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 35 | 74 | - |
| CMYK | 0 | 0.85 | 0.69 | 0.08 |
| HSL | 348.3º | 0.83% | 0.53% | - |
| HSV(B) | 348.3º | 0.85% | 0.92% | - |
| XYZ | 36.1 | 19.36 | 8.31 | - |
| YUV | 99.25 | 113.76 | 224.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 35 | 74 | 0 | 0.85 | 0.69 | 0.08 | 348.3 | 0.83 | 0.53 |
| Hex | EB | 23 | 4A | 0 | 55 | 45 | 8 | 15C | 53 | 35 |
| Octal | 353 | 43 | 112 | 0 | 125 | 105 | 10 | 534 | 123 | 65 |
| Binary | 11101011 | 100011 | 1001010 | 0 | 1010101 | 1000101 | 1000 | 101011100 | 1010011 | 110101 |
Color Harmonies of #EB234A
Complementary color
Monochromatic Colors of #EB234A
Black with #EB234A
Text Example
Text Example
White with #EB234A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB234A; }
p { color: rgb(235,35,74); }
H1.HeaderClassName
{
color: #EB234A;
}
.AnyTagClassName
{
color: #EB234A;
}
</style>
background-color css
<style>
a { background-color: #EB234A; }
a { background-color: rgb(235,35,74); }
div.DivClassName
{
background-color: #EB234A;
}
.BgClassName
{
background-color: #EB234A;
}
</style>
border-color css
<style>
span { border-color: #EB234A; }
span { border-color: rgb(235,35,74); }
td.TdClassName
{
border-color: #EB234A;
}
.TagClassName
{
border-color: #EB234A;
}
</style>