Shades of Amaranth #EC3453
Tints of Amaranth #EC3453
RGB
CMYK
RGB Variations
Color information
#EC3453 (or 0xEC3453) is known color: Amaranth. HEX triplet: EC, 34 and 53. RGB value is (236,52,83). Sum of RGB (Red+Green+Blue) = 236+52+83=371 (49% of max value = 765). Red value is 236 (92.58% from 255 or 63.61% from 371); Green value is 52 (20.70% from 255 or 14.02% from 371); Blue value is 83 (32.81% from 255 or 22.37% from 371); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3453 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC3453 is #13CBAC. Grayscale: #6E6E6E. Windows color (decimal): -1297325 or 5453036. OLE color: 5453036.
HSL color Cylindrical-coordinate representation of color #EC3453: hue angle of 349.89º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #EC3453 is Cyan = 0, Magento = 0.78, Yellow = 0.65 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 52 | 83 | - |
| CMYK | 0 | 0.78 | 0.65 | 0.07 |
| HSL | 349.89º | 0.83% | 0.56% | - |
| HSV(B) | 349.89º | 0.78% | 0.93% | - |
| XYZ | 37.38 | 20.91 | 10.25 | - |
| YUV | 110.55 | 112.46 | 217.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 52 | 83 | 0 | 0.78 | 0.65 | 0.07 | 349.89 | 0.83 | 0.56 |
| Hex | EC | 34 | 53 | 0 | 4E | 41 | 7 | 15E | 53 | 38 |
| Octal | 354 | 64 | 123 | 0 | 116 | 101 | 7 | 536 | 123 | 70 |
| Binary | 11101100 | 110100 | 1010011 | 0 | 1001110 | 1000001 | 111 | 101011110 | 1010011 | 111000 |
Color Harmonies of #EC3453
Complementary color
Monochromatic Colors of #EC3453
Black with #EC3453
Text Example
Text Example
White with #EC3453
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC3453; }
p { color: rgb(236,52,83); }
H1.HeaderClassName
{
color: #EC3453;
}
.AnyTagClassName
{
color: #EC3453;
}
</style>
background-color css
<style>
a { background-color: #EC3453; }
a { background-color: rgb(236,52,83); }
div.DivClassName
{
background-color: #EC3453;
}
.BgClassName
{
background-color: #EC3453;
}
</style>
border-color css
<style>
span { border-color: #EC3453; }
span { border-color: rgb(236,52,83); }
td.TdClassName
{
border-color: #EC3453;
}
.TagClassName
{
border-color: #EC3453;
}
</style>