Shades of Amaranth #EC255E
Tints of Amaranth #EC255E
RGB
CMYK
RGB Variations
Color information
#EC255E (or 0xEC255E) is known color: Amaranth. HEX triplet: EC, 25 and 5E. RGB value is (236,37,94). Sum of RGB (Red+Green+Blue) = 236+37+94=367 (48% of max value = 765). Red value is 236 (92.58% from 255 or 64.31% from 367); Green value is 37 (14.84% from 255 or 10.08% from 367); Blue value is 94 (37.11% from 255 or 25.61% from 367); Max value from RGB is 236 - color contains mainly: red. Hex color #EC255E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC255E is #13DAA1. Grayscale: #666666. Windows color (decimal): -1301154 or 6170092. OLE color: 6170092.
HSL color Cylindrical-coordinate representation of color #EC255E: hue angle of 342.81º 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 #EC255E is Cyan = 0, Magento = 0.84, Yellow = 0.60 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 37 | 94 | - |
| CMYK | 0 | 0.84 | 0.60 | 0.07 |
| HSL | 342.81º | 0.84% | 0.54% | - |
| HSV(B) | 342.81º | 0.84% | 0.93% | - |
| XYZ | 37.27 | 19.96 | 12.48 | - |
| YUV | 103 | 122.93 | 222.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 37 | 94 | 0 | 0.84 | 0.60 | 0.07 | 342.81 | 0.84 | 0.54 |
| Hex | EC | 25 | 5E | 0 | 54 | 3C | 7 | 157 | 54 | 36 |
| Octal | 354 | 45 | 136 | 0 | 124 | 74 | 7 | 527 | 124 | 66 |
| Binary | 11101100 | 100101 | 1011110 | 0 | 1010100 | 111100 | 111 | 101010111 | 1010100 | 110110 |
Color Harmonies of #EC255E
Complementary color
Monochromatic Colors of #EC255E
Black with #EC255E
Text Example
Text Example
White with #EC255E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC255E; }
p { color: rgb(236,37,94); }
H1.HeaderClassName
{
color: #EC255E;
}
.AnyTagClassName
{
color: #EC255E;
}
</style>
background-color css
<style>
a { background-color: #EC255E; }
a { background-color: rgb(236,37,94); }
div.DivClassName
{
background-color: #EC255E;
}
.BgClassName
{
background-color: #EC255E;
}
</style>
border-color css
<style>
span { border-color: #EC255E; }
span { border-color: rgb(236,37,94); }
td.TdClassName
{
border-color: #EC255E;
}
.TagClassName
{
border-color: #EC255E;
}
</style>