Shades of Amaranth #EC1B4B
Tints of Amaranth #EC1B4B
RGB
CMYK
RGB Variations
Color information
#EC1B4B (or 0xEC1B4B) is known color: Amaranth. HEX triplet: EC, 1B and 4B. RGB value is (236,27,75). Sum of RGB (Red+Green+Blue) = 236+27+75=338 (44% of max value = 765). Red value is 236 (92.58% from 255 or 69.82% from 338); Green value is 27 (10.94% from 255 or 7.99% from 338); Blue value is 75 (29.69% from 255 or 22.19% from 338); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1B4B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC1B4B is #13E4B4. Grayscale: #5E5E5E. Windows color (decimal): -1303733 or 4922348. OLE color: 4922348.
HSL color Cylindrical-coordinate representation of color #EC1B4B: hue angle of 346.22º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EC1B4B is Cyan = 0, Magento = 0.89, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 27 | 75 | - |
| CMYK | 0 | 0.89 | 0.68 | 0.07 |
| HSL | 346.22º | 0.85% | 0.52% | - |
| HSV(B) | 346.22º | 0.89% | 0.93% | - |
| XYZ | 36.25 | 19.12 | 8.44 | - |
| YUV | 94.96 | 116.74 | 228.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 27 | 75 | 0 | 0.89 | 0.68 | 0.07 | 346.22 | 0.85 | 0.52 |
| Hex | EC | 1B | 4B | 0 | 59 | 44 | 7 | 15A | 55 | 34 |
| Octal | 354 | 33 | 113 | 0 | 131 | 104 | 7 | 532 | 125 | 64 |
| Binary | 11101100 | 11011 | 1001011 | 0 | 1011001 | 1000100 | 111 | 101011010 | 1010101 | 110100 |
Color Harmonies of #EC1B4B
Complementary color
Monochromatic Colors of #EC1B4B
Black with #EC1B4B
Text Example
Text Example
White with #EC1B4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1B4B; }
p { color: rgb(236,27,75); }
H1.HeaderClassName
{
color: #EC1B4B;
}
.AnyTagClassName
{
color: #EC1B4B;
}
</style>
background-color css
<style>
a { background-color: #EC1B4B; }
a { background-color: rgb(236,27,75); }
div.DivClassName
{
background-color: #EC1B4B;
}
.BgClassName
{
background-color: #EC1B4B;
}
</style>
border-color css
<style>
span { border-color: #EC1B4B; }
span { border-color: rgb(236,27,75); }
td.TdClassName
{
border-color: #EC1B4B;
}
.TagClassName
{
border-color: #EC1B4B;
}
</style>