Shades of Amaranth #EC2754
Tints of Amaranth #EC2754
RGB
CMYK
RGB Variations
Color information
#EC2754 (or 0xEC2754) is known color: Amaranth. HEX triplet: EC, 27 and 54. RGB value is (236,39,84). Sum of RGB (Red+Green+Blue) = 236+39+84=359 (47% of max value = 765). Red value is 236 (92.58% from 255 or 65.74% from 359); Green value is 39 (15.62% from 255 or 10.86% from 359); Blue value is 84 (33.20% from 255 or 23.40% from 359); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2754 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC2754 is #13D8AB. Grayscale: #676767. Windows color (decimal): -1300652 or 5515244. OLE color: 5515244.
HSL color Cylindrical-coordinate representation of color #EC2754: hue angle of 346.29º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EC2754 is Cyan = 0, Magento = 0.83, Yellow = 0.64 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 39 | 84 | - |
| CMYK | 0 | 0.83 | 0.64 | 0.07 |
| HSL | 346.29º | 0.84% | 0.54% | - |
| HSV(B) | 346.29º | 0.83% | 0.93% | - |
| XYZ | 36.92 | 19.92 | 10.29 | - |
| YUV | 103.03 | 117.27 | 222.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 39 | 84 | 0 | 0.83 | 0.64 | 0.07 | 346.29 | 0.84 | 0.54 |
| Hex | EC | 27 | 54 | 0 | 53 | 40 | 7 | 15A | 54 | 36 |
| Octal | 354 | 47 | 124 | 0 | 123 | 100 | 7 | 532 | 124 | 66 |
| Binary | 11101100 | 100111 | 1010100 | 0 | 1010011 | 1000000 | 111 | 101011010 | 1010100 | 110110 |
Color Harmonies of #EC2754
Complementary color
Monochromatic Colors of #EC2754
Black with #EC2754
Text Example
Text Example
White with #EC2754
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC2754; }
p { color: rgb(236,39,84); }
H1.HeaderClassName
{
color: #EC2754;
}
.AnyTagClassName
{
color: #EC2754;
}
</style>
background-color css
<style>
a { background-color: #EC2754; }
a { background-color: rgb(236,39,84); }
div.DivClassName
{
background-color: #EC2754;
}
.BgClassName
{
background-color: #EC2754;
}
</style>
border-color css
<style>
span { border-color: #EC2754; }
span { border-color: rgb(236,39,84); }
td.TdClassName
{
border-color: #EC2754;
}
.TagClassName
{
border-color: #EC2754;
}
</style>