Shades of Amaranth #EB334A
Tints of Amaranth #EB334A
RGB
CMYK
RGB Variations
Color information
#EB334A (or 0xEB334A) is known color: Amaranth. HEX triplet: EB, 33 and 4A. RGB value is (235,51,74). Sum of RGB (Red+Green+Blue) = 235+51+74=360 (47% of max value = 765). Red value is 235 (92.19% from 255 or 65.28% from 360); Green value is 51 (20.31% from 255 or 14.17% from 360); Blue value is 74 (29.30% from 255 or 20.56% from 360); Max value from RGB is 235 - color contains mainly: red. Hex color #EB334A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB334A is #14CCB5. Grayscale: #6C6C6C. Windows color (decimal): -1363126 or 4862955. OLE color: 4862955.
HSL color Cylindrical-coordinate representation of color #EB334A: hue angle of 352.5º degrees, saturation: 0.82, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #EB334A is Cyan = 0, Magento = 0.78, Yellow = 0.69 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 51 | 74 | - |
| CMYK | 0 | 0.78 | 0.69 | 0.08 |
| HSL | 352.5º | 0.82% | 0.56% | - |
| HSV(B) | 352.5º | 0.78% | 0.92% | - |
| XYZ | 36.68 | 20.52 | 8.51 | - |
| YUV | 108.64 | 108.46 | 218.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 51 | 74 | 0 | 0.78 | 0.69 | 0.08 | 352.5 | 0.82 | 0.56 |
| Hex | EB | 33 | 4A | 0 | 4E | 45 | 8 | 160 | 52 | 38 |
| Octal | 353 | 63 | 112 | 0 | 116 | 105 | 10 | 540 | 122 | 70 |
| Binary | 11101011 | 110011 | 1001010 | 0 | 1001110 | 1000101 | 1000 | 101100000 | 1010010 | 111000 |
Color Harmonies of #EB334A
Complementary color
Monochromatic Colors of #EB334A
Black with #EB334A
Text Example
Text Example
White with #EB334A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB334A; }
p { color: rgb(235,51,74); }
H1.HeaderClassName
{
color: #EB334A;
}
.AnyTagClassName
{
color: #EB334A;
}
</style>
background-color css
<style>
a { background-color: #EB334A; }
a { background-color: rgb(235,51,74); }
div.DivClassName
{
background-color: #EB334A;
}
.BgClassName
{
background-color: #EB334A;
}
</style>
border-color css
<style>
span { border-color: #EB334A; }
span { border-color: rgb(235,51,74); }
td.TdClassName
{
border-color: #EB334A;
}
.TagClassName
{
border-color: #EB334A;
}
</style>