Shades of Amaranth #EC275B
Tints of Amaranth #EC275B
RGB
CMYK
RGB Variations
Color information
#EC275B (or 0xEC275B) is known color: Amaranth. HEX triplet: EC, 27 and 5B. RGB value is (236,39,91). Sum of RGB (Red+Green+Blue) = 236+39+91=366 (48% of max value = 765). Red value is 236 (92.58% from 255 or 64.48% from 366); Green value is 39 (15.62% from 255 or 10.66% from 366); Blue value is 91 (35.94% from 255 or 24.86% from 366); Max value from RGB is 236 - color contains mainly: red. Hex color #EC275B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC275B is #13D8A4. Grayscale: #676767. Windows color (decimal): -1300645 or 5973996. OLE color: 5973996.
HSL color Cylindrical-coordinate representation of color #EC275B: hue angle of 344.16º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EC275B is Cyan = 0, Magento = 0.83, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 39 | 91 | - |
| CMYK | 0 | 0.83 | 0.61 | 0.07 |
| HSL | 344.16º | 0.84% | 0.54% | - |
| HSV(B) | 344.16º | 0.83% | 0.93% | - |
| XYZ | 37.21 | 20.04 | 11.8 | - |
| YUV | 103.83 | 120.77 | 222.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 39 | 91 | 0 | 0.83 | 0.61 | 0.07 | 344.16 | 0.84 | 0.54 |
| Hex | EC | 27 | 5B | 0 | 53 | 3D | 7 | 158 | 54 | 36 |
| Octal | 354 | 47 | 133 | 0 | 123 | 75 | 7 | 530 | 124 | 66 |
| Binary | 11101100 | 100111 | 1011011 | 0 | 1010011 | 111101 | 111 | 101011000 | 1010100 | 110110 |
Color Harmonies of #EC275B
Complementary color
Monochromatic Colors of #EC275B
Black with #EC275B
Text Example
Text Example
White with #EC275B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC275B; }
p { color: rgb(236,39,91); }
H1.HeaderClassName
{
color: #EC275B;
}
.AnyTagClassName
{
color: #EC275B;
}
</style>
background-color css
<style>
a { background-color: #EC275B; }
a { background-color: rgb(236,39,91); }
div.DivClassName
{
background-color: #EC275B;
}
.BgClassName
{
background-color: #EC275B;
}
</style>
border-color css
<style>
span { border-color: #EC275B; }
span { border-color: rgb(236,39,91); }
td.TdClassName
{
border-color: #EC275B;
}
.TagClassName
{
border-color: #EC275B;
}
</style>