Shades of Amaranth #EC305B
Tints of Amaranth #EC305B
RGB
CMYK
RGB Variations
Color information
#EC305B (or 0xEC305B) is known color: Amaranth. HEX triplet: EC, 30 and 5B. RGB value is (236,48,91). Sum of RGB (Red+Green+Blue) = 236+48+91=375 (49% of max value = 765). Red value is 236 (92.58% from 255 or 62.93% from 375); Green value is 48 (19.14% from 255 or 12.8% from 375); Blue value is 91 (35.94% from 255 or 24.27% from 375); Max value from RGB is 236 - color contains mainly: red. Hex color #EC305B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC305B is #13CFA4. Grayscale: #6D6D6D. Windows color (decimal): -1298341 or 5976300. OLE color: 5976300.
HSL color Cylindrical-coordinate representation of color #EC305B: hue angle of 346.28º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EC305B is Cyan = 0, Magento = 0.80, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 48 | 91 | - |
| CMYK | 0 | 0.80 | 0.61 | 0.07 |
| HSL | 346.28º | 0.83% | 0.56% | - |
| HSV(B) | 346.28º | 0.8% | 0.93% | - |
| XYZ | 37.54 | 20.7 | 11.92 | - |
| YUV | 109.11 | 117.78 | 218.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 48 | 91 | 0 | 0.80 | 0.61 | 0.07 | 346.28 | 0.83 | 0.56 |
| Hex | EC | 30 | 5B | 0 | 50 | 3D | 7 | 15A | 53 | 38 |
| Octal | 354 | 60 | 133 | 0 | 120 | 75 | 7 | 532 | 123 | 70 |
| Binary | 11101100 | 110000 | 1011011 | 0 | 1010000 | 111101 | 111 | 101011010 | 1010011 | 111000 |
Color Harmonies of #EC305B
Complementary color
Monochromatic Colors of #EC305B
Black with #EC305B
Text Example
Text Example
White with #EC305B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC305B; }
p { color: rgb(236,48,91); }
H1.HeaderClassName
{
color: #EC305B;
}
.AnyTagClassName
{
color: #EC305B;
}
</style>
background-color css
<style>
a { background-color: #EC305B; }
a { background-color: rgb(236,48,91); }
div.DivClassName
{
background-color: #EC305B;
}
.BgClassName
{
background-color: #EC305B;
}
</style>
border-color css
<style>
span { border-color: #EC305B; }
span { border-color: rgb(236,48,91); }
td.TdClassName
{
border-color: #EC305B;
}
.TagClassName
{
border-color: #EC305B;
}
</style>