Shades of Amaranth #EC385B
Tints of Amaranth #EC385B
RGB
CMYK
RGB Variations
Color information
#EC385B (or 0xEC385B) is known color: Amaranth. HEX triplet: EC, 38 and 5B. RGB value is (236,56,91). Sum of RGB (Red+Green+Blue) = 236+56+91=383 (50% of max value = 765). Red value is 236 (92.58% from 255 or 61.62% from 383); Green value is 56 (22.27% from 255 or 14.62% from 383); Blue value is 91 (35.94% from 255 or 23.76% from 383); Max value from RGB is 236 - color contains mainly: red. Hex color #EC385B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC385B is #13C7A4. Grayscale: #717171. Windows color (decimal): -1296293 or 5978348. OLE color: 5978348.
HSL color Cylindrical-coordinate representation of color #EC385B: hue angle of 348.33º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #EC385B is Cyan = 0, Magento = 0.76, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 56 | 91 | - |
| CMYK | 0 | 0.76 | 0.61 | 0.07 |
| HSL | 348.33º | 0.83% | 0.57% | - |
| HSV(B) | 348.33º | 0.76% | 0.93% | - |
| XYZ | 37.89 | 21.42 | 12.03 | - |
| YUV | 113.81 | 115.13 | 215.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 56 | 91 | 0 | 0.76 | 0.61 | 0.07 | 348.33 | 0.83 | 0.57 |
| Hex | EC | 38 | 5B | 0 | 4C | 3D | 7 | 15C | 53 | 39 |
| Octal | 354 | 70 | 133 | 0 | 114 | 75 | 7 | 534 | 123 | 71 |
| Binary | 11101100 | 111000 | 1011011 | 0 | 1001100 | 111101 | 111 | 101011100 | 1010011 | 111001 |
Color Harmonies of #EC385B
Complementary color
Monochromatic Colors of #EC385B
Black with #EC385B
Text Example
Text Example
White with #EC385B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC385B; }
p { color: rgb(236,56,91); }
H1.HeaderClassName
{
color: #EC385B;
}
.AnyTagClassName
{
color: #EC385B;
}
</style>
background-color css
<style>
a { background-color: #EC385B; }
a { background-color: rgb(236,56,91); }
div.DivClassName
{
background-color: #EC385B;
}
.BgClassName
{
background-color: #EC385B;
}
</style>
border-color css
<style>
span { border-color: #EC385B; }
span { border-color: rgb(236,56,91); }
td.TdClassName
{
border-color: #EC385B;
}
.TagClassName
{
border-color: #EC385B;
}
</style>