Shades of Amaranth #EC2551
Tints of Amaranth #EC2551
RGB
CMYK
RGB Variations
Color information
#EC2551 (or 0xEC2551) is known color: Amaranth. HEX triplet: EC, 25 and 51. RGB value is (236,37,81). Sum of RGB (Red+Green+Blue) = 236+37+81=354 (46% of max value = 765). Red value is 236 (92.58% from 255 or 66.67% from 354); Green value is 37 (14.84% from 255 or 10.45% from 354); Blue value is 81 (32.03% from 255 or 22.88% from 354); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2551 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC2551 is #13DAAE. Grayscale: #656565. Windows color (decimal): -1301167 or 5318124. OLE color: 5318124.
HSL color Cylindrical-coordinate representation of color #EC2551: hue angle of 346.73º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #EC2551 is Cyan = 0, Magento = 0.84, Yellow = 0.66 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 37 | 81 | - |
| CMYK | 0 | 0.84 | 0.66 | 0.07 |
| HSL | 346.73º | 0.84% | 0.54% | - |
| HSV(B) | 346.73º | 0.84% | 0.93% | - |
| XYZ | 36.74 | 19.75 | 9.66 | - |
| YUV | 101.52 | 116.43 | 223.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 37 | 81 | 0 | 0.84 | 0.66 | 0.07 | 346.73 | 0.84 | 0.54 |
| Hex | EC | 25 | 51 | 0 | 54 | 42 | 7 | 15B | 54 | 36 |
| Octal | 354 | 45 | 121 | 0 | 124 | 102 | 7 | 533 | 124 | 66 |
| Binary | 11101100 | 100101 | 1010001 | 0 | 1010100 | 1000010 | 111 | 101011011 | 1010100 | 110110 |
Color Harmonies of #EC2551
Complementary color
Monochromatic Colors of #EC2551
Black with #EC2551
Text Example
Text Example
White with #EC2551
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC2551; }
p { color: rgb(236,37,81); }
H1.HeaderClassName
{
color: #EC2551;
}
.AnyTagClassName
{
color: #EC2551;
}
</style>
background-color css
<style>
a { background-color: #EC2551; }
a { background-color: rgb(236,37,81); }
div.DivClassName
{
background-color: #EC2551;
}
.BgClassName
{
background-color: #EC2551;
}
</style>
border-color css
<style>
span { border-color: #EC2551; }
span { border-color: rgb(236,37,81); }
td.TdClassName
{
border-color: #EC2551;
}
.TagClassName
{
border-color: #EC2551;
}
</style>