Shades of Amaranth #EC2E58
Tints of Amaranth #EC2E58
RGB
CMYK
RGB Variations
Color information
#EC2E58 (or 0xEC2E58) is known color: Amaranth. HEX triplet: EC, 2E and 58. RGB value is (236,46,88). Sum of RGB (Red+Green+Blue) = 236+46+88=370 (49% of max value = 765). Red value is 236 (92.58% from 255 or 63.78% from 370); Green value is 46 (18.36% from 255 or 12.43% from 370); Blue value is 88 (34.77% from 255 or 23.78% from 370); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2E58 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC2E58 is #13D1A7. Grayscale: #6B6B6B. Windows color (decimal): -1298856 or 5779180. OLE color: 5779180.
HSL color Cylindrical-coordinate representation of color #EC2E58: hue angle of 346.74º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EC2E58 is Cyan = 0, Magento = 0.81, Yellow = 0.63 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 46 | 88 | - |
| CMYK | 0 | 0.81 | 0.63 | 0.07 |
| HSL | 346.74º | 0.83% | 0.55% | - |
| HSV(B) | 346.74º | 0.81% | 0.93% | - |
| XYZ | 37.33 | 20.49 | 11.22 | - |
| YUV | 107.6 | 116.95 | 219.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 46 | 88 | 0 | 0.81 | 0.63 | 0.07 | 346.74 | 0.83 | 0.55 |
| Hex | EC | 2E | 58 | 0 | 51 | 3F | 7 | 15B | 53 | 37 |
| Octal | 354 | 56 | 130 | 0 | 121 | 77 | 7 | 533 | 123 | 67 |
| Binary | 11101100 | 101110 | 1011000 | 0 | 1010001 | 111111 | 111 | 101011011 | 1010011 | 110111 |
Color Harmonies of #EC2E58
Complementary color
Monochromatic Colors of #EC2E58
Black with #EC2E58
Text Example
Text Example
White with #EC2E58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC2E58; }
p { color: rgb(236,46,88); }
H1.HeaderClassName
{
color: #EC2E58;
}
.AnyTagClassName
{
color: #EC2E58;
}
</style>
background-color css
<style>
a { background-color: #EC2E58; }
a { background-color: rgb(236,46,88); }
div.DivClassName
{
background-color: #EC2E58;
}
.BgClassName
{
background-color: #EC2E58;
}
</style>
border-color css
<style>
span { border-color: #EC2E58; }
span { border-color: rgb(236,46,88); }
td.TdClassName
{
border-color: #EC2E58;
}
.TagClassName
{
border-color: #EC2E58;
}
</style>