Shades of Amaranth #EC234B
Tints of Amaranth #EC234B
RGB
CMYK
RGB Variations
Color information
#EC234B (or 0xEC234B) is known color: Amaranth. HEX triplet: EC, 23 and 4B. RGB value is (236,35,75). Sum of RGB (Red+Green+Blue) = 236+35+75=346 (45% of max value = 765). Red value is 236 (92.58% from 255 or 68.21% from 346); Green value is 35 (14.06% from 255 or 10.12% from 346); Blue value is 75 (29.69% from 255 or 21.68% from 346); Max value from RGB is 236 - color contains mainly: red. Hex color #EC234B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC234B is #13DCB4. Grayscale: #636363. Windows color (decimal): -1301685 or 4924396. OLE color: 4924396.
HSL color Cylindrical-coordinate representation of color #EC234B: hue angle of 348.06º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #EC234B is Cyan = 0, Magento = 0.85, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 35 | 75 | - |
| CMYK | 0 | 0.85 | 0.68 | 0.07 |
| HSL | 348.06º | 0.84% | 0.53% | - |
| HSV(B) | 348.06º | 0.85% | 0.93% | - |
| XYZ | 36.46 | 19.54 | 8.51 | - |
| YUV | 99.66 | 114.09 | 225.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 35 | 75 | 0 | 0.85 | 0.68 | 0.07 | 348.06 | 0.84 | 0.53 |
| Hex | EC | 23 | 4B | 0 | 55 | 44 | 7 | 15C | 54 | 35 |
| Octal | 354 | 43 | 113 | 0 | 125 | 104 | 7 | 534 | 124 | 65 |
| Binary | 11101100 | 100011 | 1001011 | 0 | 1010101 | 1000100 | 111 | 101011100 | 1010100 | 110101 |
Color Harmonies of #EC234B
Complementary color
Monochromatic Colors of #EC234B
Black with #EC234B
Text Example
Text Example
White with #EC234B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC234B; }
p { color: rgb(236,35,75); }
H1.HeaderClassName
{
color: #EC234B;
}
.AnyTagClassName
{
color: #EC234B;
}
</style>
background-color css
<style>
a { background-color: #EC234B; }
a { background-color: rgb(236,35,75); }
div.DivClassName
{
background-color: #EC234B;
}
.BgClassName
{
background-color: #EC234B;
}
</style>
border-color css
<style>
span { border-color: #EC234B; }
span { border-color: rgb(236,35,75); }
td.TdClassName
{
border-color: #EC234B;
}
.TagClassName
{
border-color: #EC234B;
}
</style>