Shades of Amaranth #EC2452
Tints of Amaranth #EC2452
RGB
CMYK
RGB Variations
Color information
#EC2452 (or 0xEC2452) is known color: Amaranth. HEX triplet: EC, 24 and 52. RGB value is (236,36,82). Sum of RGB (Red+Green+Blue) = 236+36+82=354 (46% of max value = 765). Red value is 236 (92.58% from 255 or 66.67% from 354); Green value is 36 (14.45% from 255 or 10.17% from 354); Blue value is 82 (32.42% from 255 or 23.16% from 354); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2452 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC2452 is #13DBAD. Grayscale: #656565. Windows color (decimal): -1301422 or 5383404. OLE color: 5383404.
HSL color Cylindrical-coordinate representation of color #EC2452: hue angle of 346.2º 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 #EC2452 is Cyan = 0, Magento = 0.85, Yellow = 0.65 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 36 | 82 | - |
| CMYK | 0 | 0.85 | 0.65 | 0.07 |
| HSL | 346.2º | 0.84% | 0.53% | - |
| HSV(B) | 346.2º | 0.85% | 0.93% | - |
| XYZ | 36.75 | 19.7 | 9.85 | - |
| YUV | 101.04 | 117.26 | 224.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 36 | 82 | 0 | 0.85 | 0.65 | 0.07 | 346.2 | 0.84 | 0.53 |
| Hex | EC | 24 | 52 | 0 | 55 | 41 | 7 | 15A | 54 | 35 |
| Octal | 354 | 44 | 122 | 0 | 125 | 101 | 7 | 532 | 124 | 65 |
| Binary | 11101100 | 100100 | 1010010 | 0 | 1010101 | 1000001 | 111 | 101011010 | 1010100 | 110101 |
Color Harmonies of #EC2452
Complementary color
Monochromatic Colors of #EC2452
Black with #EC2452
Text Example
Text Example
White with #EC2452
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC2452; }
p { color: rgb(236,36,82); }
H1.HeaderClassName
{
color: #EC2452;
}
.AnyTagClassName
{
color: #EC2452;
}
</style>
background-color css
<style>
a { background-color: #EC2452; }
a { background-color: rgb(236,36,82); }
div.DivClassName
{
background-color: #EC2452;
}
.BgClassName
{
background-color: #EC2452;
}
</style>
border-color css
<style>
span { border-color: #EC2452; }
span { border-color: rgb(236,36,82); }
td.TdClassName
{
border-color: #EC2452;
}
.TagClassName
{
border-color: #EC2452;
}
</style>