Shades of Amaranth #EC2D4F
Tints of Amaranth #EC2D4F
RGB
CMYK
RGB Variations
Color information
#EC2D4F (or 0xEC2D4F) is known color: Amaranth. HEX triplet: EC, 2D and 4F. RGB value is (236,45,79). Sum of RGB (Red+Green+Blue) = 236+45+79=360 (47% of max value = 765). Red value is 236 (92.58% from 255 or 65.56% from 360); Green value is 45 (17.97% from 255 or 12.5% from 360); Blue value is 79 (31.25% from 255 or 21.94% from 360); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2D4F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC2D4F is #13D2B0. Grayscale: #6A6A6A. Windows color (decimal): -1299121 or 5189100. OLE color: 5189100.
HSL color Cylindrical-coordinate representation of color #EC2D4F: hue angle of 349.32º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EC2D4F is Cyan = 0, Magento = 0.81, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 45 | 79 | - |
| CMYK | 0 | 0.81 | 0.67 | 0.07 |
| HSL | 349.32º | 0.83% | 0.55% | - |
| HSV(B) | 349.32º | 0.81% | 0.93% | - |
| XYZ | 36.94 | 20.27 | 9.36 | - |
| YUV | 105.99 | 112.78 | 220.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 45 | 79 | 0 | 0.81 | 0.67 | 0.07 | 349.32 | 0.83 | 0.55 |
| Hex | EC | 2D | 4F | 0 | 51 | 43 | 7 | 15D | 53 | 37 |
| Octal | 354 | 55 | 117 | 0 | 121 | 103 | 7 | 535 | 123 | 67 |
| Binary | 11101100 | 101101 | 1001111 | 0 | 1010001 | 1000011 | 111 | 101011101 | 1010011 | 110111 |
Color Harmonies of #EC2D4F
Complementary color
Monochromatic Colors of #EC2D4F
Black with #EC2D4F
Text Example
Text Example
White with #EC2D4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC2D4F; }
p { color: rgb(236,45,79); }
H1.HeaderClassName
{
color: #EC2D4F;
}
.AnyTagClassName
{
color: #EC2D4F;
}
</style>
background-color css
<style>
a { background-color: #EC2D4F; }
a { background-color: rgb(236,45,79); }
div.DivClassName
{
background-color: #EC2D4F;
}
.BgClassName
{
background-color: #EC2D4F;
}
</style>
border-color css
<style>
span { border-color: #EC2D4F; }
span { border-color: rgb(236,45,79); }
td.TdClassName
{
border-color: #EC2D4F;
}
.TagClassName
{
border-color: #EC2D4F;
}
</style>