Shades of Amaranth #EC2258
Tints of Amaranth #EC2258
RGB
CMYK
RGB Variations
Color information
#EC2258 (or 0xEC2258) is known color: Amaranth. HEX triplet: EC, 22 and 58. RGB value is (236,34,88). Sum of RGB (Red+Green+Blue) = 236+34+88=358 (47% of max value = 765). Red value is 236 (92.58% from 255 or 65.92% from 358); Green value is 34 (13.67% from 255 or 9.50% from 358); Blue value is 88 (34.77% from 255 or 24.58% from 358); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2258 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC2258 is #13DDA7. Grayscale: #646464. Windows color (decimal): -1301928 or 5776108. OLE color: 5776108.
HSL color Cylindrical-coordinate representation of color #EC2258: hue angle of 343.96º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #EC2258 is Cyan = 0, Magento = 0.86, Yellow = 0.63 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 34 | 88 | - |
| CMYK | 0 | 0.86 | 0.63 | 0.07 |
| HSL | 343.96º | 0.84% | 0.53% | - |
| HSV(B) | 343.96º | 0.86% | 0.93% | - |
| XYZ | 36.93 | 19.68 | 11.09 | - |
| YUV | 100.55 | 120.92 | 224.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 34 | 88 | 0 | 0.86 | 0.63 | 0.07 | 343.96 | 0.84 | 0.53 |
| Hex | EC | 22 | 58 | 0 | 56 | 3F | 7 | 158 | 54 | 35 |
| Octal | 354 | 42 | 130 | 0 | 126 | 77 | 7 | 530 | 124 | 65 |
| Binary | 11101100 | 100010 | 1011000 | 0 | 1010110 | 111111 | 111 | 101011000 | 1010100 | 110101 |
Color Harmonies of #EC2258
Complementary color
Monochromatic Colors of #EC2258
Black with #EC2258
Text Example
Text Example
White with #EC2258
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC2258; }
p { color: rgb(236,34,88); }
H1.HeaderClassName
{
color: #EC2258;
}
.AnyTagClassName
{
color: #EC2258;
}
</style>
background-color css
<style>
a { background-color: #EC2258; }
a { background-color: rgb(236,34,88); }
div.DivClassName
{
background-color: #EC2258;
}
.BgClassName
{
background-color: #EC2258;
}
</style>
border-color css
<style>
span { border-color: #EC2258; }
span { border-color: rgb(236,34,88); }
td.TdClassName
{
border-color: #EC2258;
}
.TagClassName
{
border-color: #EC2258;
}
</style>