Shades of Amaranth #EB334E
Tints of Amaranth #EB334E
RGB
CMYK
RGB Variations
Color information
#EB334E (or 0xEB334E) is known color: Amaranth. HEX triplet: EB, 33 and 4E. RGB value is (235,51,78). Sum of RGB (Red+Green+Blue) = 235+51+78=364 (48% of max value = 765). Red value is 235 (92.19% from 255 or 64.56% from 364); Green value is 51 (20.31% from 255 or 14.01% from 364); Blue value is 78 (30.86% from 255 or 21.43% from 364); Max value from RGB is 235 - color contains mainly: red. Hex color #EB334E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB334E is #14CCB1. Grayscale: #6D6D6D. Windows color (decimal): -1363122 or 5125099. OLE color: 5125099.
HSL color Cylindrical-coordinate representation of color #EB334E: hue angle of 351.2º 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 #EB334E is Cyan = 0, Magento = 0.78, Yellow = 0.67 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 51 | 78 | - |
| CMYK | 0 | 0.78 | 0.67 | 0.08 |
| HSL | 351.2º | 0.82% | 0.56% | - |
| HSV(B) | 351.2º | 0.78% | 0.92% | - |
| XYZ | 36.82 | 20.58 | 9.24 | - |
| YUV | 109.09 | 110.46 | 217.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 51 | 78 | 0 | 0.78 | 0.67 | 0.08 | 351.2 | 0.82 | 0.56 |
| Hex | EB | 33 | 4E | 0 | 4E | 43 | 8 | 15F | 52 | 38 |
| Octal | 353 | 63 | 116 | 0 | 116 | 103 | 10 | 537 | 122 | 70 |
| Binary | 11101011 | 110011 | 1001110 | 0 | 1001110 | 1000011 | 1000 | 101011111 | 1010010 | 111000 |
Color Harmonies of #EB334E
Complementary color
Monochromatic Colors of #EB334E
Black with #EB334E
Text Example
Text Example
White with #EB334E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB334E; }
p { color: rgb(235,51,78); }
H1.HeaderClassName
{
color: #EB334E;
}
.AnyTagClassName
{
color: #EB334E;
}
</style>
background-color css
<style>
a { background-color: #EB334E; }
a { background-color: rgb(235,51,78); }
div.DivClassName
{
background-color: #EB334E;
}
.BgClassName
{
background-color: #EB334E;
}
</style>
border-color css
<style>
span { border-color: #EB334E; }
span { border-color: rgb(235,51,78); }
td.TdClassName
{
border-color: #EB334E;
}
.TagClassName
{
border-color: #EB334E;
}
</style>