Shades of Amaranth #EC2353
Tints of Amaranth #EC2353
RGB
CMYK
RGB Variations
Color information
#EC2353 (or 0xEC2353) is known color: Amaranth. HEX triplet: EC, 23 and 53. RGB value is (236,35,83). Sum of RGB (Red+Green+Blue) = 236+35+83=354 (46% of max value = 765). Red value is 236 (92.58% from 255 or 66.67% from 354); Green value is 35 (14.06% from 255 or 9.89% from 354); Blue value is 83 (32.81% from 255 or 23.45% from 354); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2353 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC2353 is #13DCAC. Grayscale: #646464. Windows color (decimal): -1301677 or 5448684. OLE color: 5448684.
HSL color Cylindrical-coordinate representation of color #EC2353: hue angle of 345.67º 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 #EC2353 is Cyan = 0, Magento = 0.85, Yellow = 0.65 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 35 | 83 | - |
| CMYK | 0 | 0.85 | 0.65 | 0.07 |
| HSL | 345.67º | 0.84% | 0.53% | - |
| HSV(B) | 345.67º | 0.85% | 0.93% | - |
| XYZ | 36.75 | 19.66 | 10.04 | - |
| YUV | 100.57 | 118.09 | 224.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 35 | 83 | 0 | 0.85 | 0.65 | 0.07 | 345.67 | 0.84 | 0.53 |
| Hex | EC | 23 | 53 | 0 | 55 | 41 | 7 | 15A | 54 | 35 |
| Octal | 354 | 43 | 123 | 0 | 125 | 101 | 7 | 532 | 124 | 65 |
| Binary | 11101100 | 100011 | 1010011 | 0 | 1010101 | 1000001 | 111 | 101011010 | 1010100 | 110101 |
Color Harmonies of #EC2353
Complementary color
Monochromatic Colors of #EC2353
Black with #EC2353
Text Example
Text Example
White with #EC2353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC2353; }
p { color: rgb(236,35,83); }
H1.HeaderClassName
{
color: #EC2353;
}
.AnyTagClassName
{
color: #EC2353;
}
</style>
background-color css
<style>
a { background-color: #EC2353; }
a { background-color: rgb(236,35,83); }
div.DivClassName
{
background-color: #EC2353;
}
.BgClassName
{
background-color: #EC2353;
}
</style>
border-color css
<style>
span { border-color: #EC2353; }
span { border-color: rgb(236,35,83); }
td.TdClassName
{
border-color: #EC2353;
}
.TagClassName
{
border-color: #EC2353;
}
</style>