Shades of Amaranth #EC2351
Tints of Amaranth #EC2351
RGB
CMYK
RGB Variations
Color information
#EC2351 (or 0xEC2351) is known color: Amaranth. HEX triplet: EC, 23 and 51. RGB value is (236,35,81). Sum of RGB (Red+Green+Blue) = 236+35+81=352 (46% of max value = 765). Red value is 236 (92.58% from 255 or 67.05% from 352); Green value is 35 (14.06% from 255 or 9.94% from 352); Blue value is 81 (32.03% from 255 or 23.01% from 352); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2351 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC2351 is #13DCAE. Grayscale: #646464. Windows color (decimal): -1301679 or 5317612. OLE color: 5317612.
HSL color Cylindrical-coordinate representation of color #EC2351: hue angle of 346.27º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #EC2351 is Cyan = 0, Magento = 0.85, Yellow = 0.66 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 35 | 81 | - |
| CMYK | 0 | 0.85 | 0.66 | 0.07 |
| HSL | 346.27º | 0.84% | 0.53% | - |
| HSV(B) | 346.27º | 0.85% | 0.93% | - |
| XYZ | 36.68 | 19.63 | 9.64 | - |
| YUV | 100.34 | 117.09 | 224.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 35 | 81 | 0 | 0.85 | 0.66 | 0.07 | 346.27 | 0.84 | 0.53 |
| Hex | EC | 23 | 51 | 0 | 55 | 42 | 7 | 15A | 54 | 35 |
| Octal | 354 | 43 | 121 | 0 | 125 | 102 | 7 | 532 | 124 | 65 |
| Binary | 11101100 | 100011 | 1010001 | 0 | 1010101 | 1000010 | 111 | 101011010 | 1010100 | 110101 |
Color Harmonies of #EC2351
Complementary color
Monochromatic Colors of #EC2351
Black with #EC2351
Text Example
Text Example
White with #EC2351
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC2351; }
p { color: rgb(236,35,81); }
H1.HeaderClassName
{
color: #EC2351;
}
.AnyTagClassName
{
color: #EC2351;
}
</style>
background-color css
<style>
a { background-color: #EC2351; }
a { background-color: rgb(236,35,81); }
div.DivClassName
{
background-color: #EC2351;
}
.BgClassName
{
background-color: #EC2351;
}
</style>
border-color css
<style>
span { border-color: #EC2351; }
span { border-color: rgb(236,35,81); }
td.TdClassName
{
border-color: #EC2351;
}
.TagClassName
{
border-color: #EC2351;
}
</style>