Shades of Amaranth #EB4255
Tints of Amaranth #EB4255
RGB
CMYK
RGB Variations
Color information
#EB4255 (or 0xEB4255) is known color: Amaranth. HEX triplet: EB, 42 and 55. RGB value is (235,66,85). Sum of RGB (Red+Green+Blue) = 235+66+85=386 (51% of max value = 765). Red value is 235 (92.19% from 255 or 60.88% from 386); Green value is 66 (26.17% from 255 or 17.10% from 386); Blue value is 85 (33.59% from 255 or 22.02% from 386); Max value from RGB is 235 - color contains mainly: red. Hex color #EB4255 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB4255 is #14BDAA. Grayscale: #767676. Windows color (decimal): -1359275 or 5587691. OLE color: 5587691.
HSL color Cylindrical-coordinate representation of color #EB4255: hue angle of 353.25º degrees, saturation: 0.81, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #EB4255 is Cyan = 0, Magento = 0.72, Yellow = 0.64 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 66 | 85 | - |
| CMYK | 0 | 0.72 | 0.64 | 0.08 |
| HSL | 353.25º | 0.81% | 0.59% | - |
| HSV(B) | 353.25º | 0.72% | 0.92% | - |
| XYZ | 37.85 | 22.21 | 10.89 | - |
| YUV | 118.7 | 108.99 | 210.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 66 | 85 | 0 | 0.72 | 0.64 | 0.08 | 353.25 | 0.81 | 0.59 |
| Hex | EB | 42 | 55 | 0 | 48 | 40 | 8 | 161 | 51 | 3B |
| Octal | 353 | 102 | 125 | 0 | 110 | 100 | 10 | 541 | 121 | 73 |
| Binary | 11101011 | 1000010 | 1010101 | 0 | 1001000 | 1000000 | 1000 | 101100001 | 1010001 | 111011 |
Color Harmonies of #EB4255
Complementary color
Monochromatic Colors of #EB4255
Black with #EB4255
Text Example
Text Example
White with #EB4255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB4255; }
p { color: rgb(235,66,85); }
H1.HeaderClassName
{
color: #EB4255;
}
.AnyTagClassName
{
color: #EB4255;
}
</style>
background-color css
<style>
a { background-color: #EB4255; }
a { background-color: rgb(235,66,85); }
div.DivClassName
{
background-color: #EB4255;
}
.BgClassName
{
background-color: #EB4255;
}
</style>
border-color css
<style>
span { border-color: #EB4255; }
span { border-color: rgb(235,66,85); }
td.TdClassName
{
border-color: #EB4255;
}
.TagClassName
{
border-color: #EB4255;
}
</style>