Shades of Amaranth #EC255C
Tints of Amaranth #EC255C
RGB
CMYK
RGB Variations
Color information
#EC255C (or 0xEC255C) is known color: Amaranth. HEX triplet: EC, 25 and 5C. RGB value is (236,37,92). Sum of RGB (Red+Green+Blue) = 236+37+92=365 (48% of max value = 765). Red value is 236 (92.58% from 255 or 64.66% from 365); Green value is 37 (14.84% from 255 or 10.14% from 365); Blue value is 92 (36.33% from 255 or 25.21% from 365); Max value from RGB is 236 - color contains mainly: red. Hex color #EC255C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC255C is #13DAA3. Grayscale: #666666. Windows color (decimal): -1301156 or 6039020. OLE color: 6039020.
HSL color Cylindrical-coordinate representation of color #EC255C: hue angle of 343.42º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #EC255C is Cyan = 0, Magento = 0.84, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 37 | 92 | - |
| CMYK | 0 | 0.84 | 0.61 | 0.07 |
| HSL | 343.42º | 0.84% | 0.54% | - |
| HSV(B) | 343.42º | 0.84% | 0.93% | - |
| XYZ | 37.19 | 19.93 | 12.01 | - |
| YUV | 102.77 | 121.93 | 223.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 37 | 92 | 0 | 0.84 | 0.61 | 0.07 | 343.42 | 0.84 | 0.54 |
| Hex | EC | 25 | 5C | 0 | 54 | 3D | 7 | 157 | 54 | 36 |
| Octal | 354 | 45 | 134 | 0 | 124 | 75 | 7 | 527 | 124 | 66 |
| Binary | 11101100 | 100101 | 1011100 | 0 | 1010100 | 111101 | 111 | 101010111 | 1010100 | 110110 |
Color Harmonies of #EC255C
Complementary color
Monochromatic Colors of #EC255C
Black with #EC255C
Text Example
Text Example
White with #EC255C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC255C; }
p { color: rgb(236,37,92); }
H1.HeaderClassName
{
color: #EC255C;
}
.AnyTagClassName
{
color: #EC255C;
}
</style>
background-color css
<style>
a { background-color: #EC255C; }
a { background-color: rgb(236,37,92); }
div.DivClassName
{
background-color: #EC255C;
}
.BgClassName
{
background-color: #EC255C;
}
</style>
border-color css
<style>
span { border-color: #EC255C; }
span { border-color: rgb(236,37,92); }
td.TdClassName
{
border-color: #EC255C;
}
.TagClassName
{
border-color: #EC255C;
}
</style>