Shades of Amaranth #EB434B
Tints of Amaranth #EB434B
RGB
CMYK
RGB Variations
Color information
#EB434B (or 0xEB434B) is known color: Amaranth. HEX triplet: EB, 43 and 4B. RGB value is (235,67,75). Sum of RGB (Red+Green+Blue) = 235+67+75=377 (49% of max value = 765). Red value is 235 (92.19% from 255 or 62.33% from 377); Green value is 67 (26.56% from 255 or 17.77% from 377); Blue value is 75 (29.69% from 255 or 19.89% from 377); Max value from RGB is 235 - color contains mainly: red. Hex color #EB434B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB434B is #14BCB4. Grayscale: #767676. Windows color (decimal): -1359029 or 4932587. OLE color: 4932587.
HSL color Cylindrical-coordinate representation of color #EB434B: hue angle of 357.14º degrees, saturation: 0.81, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #EB434B is Cyan = 0, Magento = 0.71, Yellow = 0.68 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 67 | 75 | - |
| CMYK | 0 | 0.71 | 0.68 | 0.08 |
| HSL | 357.14º | 0.81% | 0.59% | - |
| HSV(B) | 357.14º | 0.71% | 0.92% | - |
| XYZ | 37.54 | 22.18 | 8.96 | - |
| YUV | 118.14 | 103.66 | 211.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 67 | 75 | 0 | 0.71 | 0.68 | 0.08 | 357.14 | 0.81 | 0.59 |
| Hex | EB | 43 | 4B | 0 | 47 | 44 | 8 | 165 | 51 | 3B |
| Octal | 353 | 103 | 113 | 0 | 107 | 104 | 10 | 545 | 121 | 73 |
| Binary | 11101011 | 1000011 | 1001011 | 0 | 1000111 | 1000100 | 1000 | 101100101 | 1010001 | 111011 |
Color Harmonies of #EB434B
Complementary color
Monochromatic Colors of #EB434B
Black with #EB434B
Text Example
Text Example
White with #EB434B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB434B; }
p { color: rgb(235,67,75); }
H1.HeaderClassName
{
color: #EB434B;
}
.AnyTagClassName
{
color: #EB434B;
}
</style>
background-color css
<style>
a { background-color: #EB434B; }
a { background-color: rgb(235,67,75); }
div.DivClassName
{
background-color: #EB434B;
}
.BgClassName
{
background-color: #EB434B;
}
</style>
border-color css
<style>
span { border-color: #EB434B; }
span { border-color: rgb(235,67,75); }
td.TdClassName
{
border-color: #EB434B;
}
.TagClassName
{
border-color: #EB434B;
}
</style>