Shades of Amaranth #EC2F55
Tints of Amaranth #EC2F55
RGB
CMYK
RGB Variations
Color information
#EC2F55 (or 0xEC2F55) is known color: Amaranth. HEX triplet: EC, 2F and 55. RGB value is (236,47,85). Sum of RGB (Red+Green+Blue) = 236+47+85=368 (48% of max value = 765). Red value is 236 (92.58% from 255 or 64.13% from 368); Green value is 47 (18.75% from 255 or 12.77% from 368); Blue value is 85 (33.59% from 255 or 23.10% from 368); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2F55 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC2F55 is #13D0AA. Grayscale: #6B6B6B. Windows color (decimal): -1298603 or 5582828. OLE color: 5582828.
HSL color Cylindrical-coordinate representation of color #EC2F55: hue angle of 347.94º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EC2F55 is Cyan = 0, Magento = 0.80, Yellow = 0.64 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 47 | 85 | - |
| CMYK | 0 | 0.80 | 0.64 | 0.07 |
| HSL | 347.94º | 0.83% | 0.55% | - |
| HSV(B) | 347.94º | 0.8% | 0.93% | - |
| XYZ | 37.25 | 20.52 | 10.59 | - |
| YUV | 107.84 | 115.12 | 219.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 47 | 85 | 0 | 0.80 | 0.64 | 0.07 | 347.94 | 0.83 | 0.55 |
| Hex | EC | 2F | 55 | 0 | 50 | 40 | 7 | 15C | 53 | 37 |
| Octal | 354 | 57 | 125 | 0 | 120 | 100 | 7 | 534 | 123 | 67 |
| Binary | 11101100 | 101111 | 1010101 | 0 | 1010000 | 1000000 | 111 | 101011100 | 1010011 | 110111 |
Color Harmonies of #EC2F55
Complementary color
Monochromatic Colors of #EC2F55
Black with #EC2F55
Text Example
Text Example
White with #EC2F55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC2F55; }
p { color: rgb(236,47,85); }
H1.HeaderClassName
{
color: #EC2F55;
}
.AnyTagClassName
{
color: #EC2F55;
}
</style>
background-color css
<style>
a { background-color: #EC2F55; }
a { background-color: rgb(236,47,85); }
div.DivClassName
{
background-color: #EC2F55;
}
.BgClassName
{
background-color: #EC2F55;
}
</style>
border-color css
<style>
span { border-color: #EC2F55; }
span { border-color: rgb(236,47,85); }
td.TdClassName
{
border-color: #EC2F55;
}
.TagClassName
{
border-color: #EC2F55;
}
</style>