Shades of Amaranth #EC344B
Tints of Amaranth #EC344B
RGB
CMYK
RGB Variations
Color information
#EC344B (or 0xEC344B) is known color: Amaranth. HEX triplet: EC, 34 and 4B. RGB value is (236,52,75). Sum of RGB (Red+Green+Blue) = 236+52+75=363 (48% of max value = 765). Red value is 236 (92.58% from 255 or 65.01% from 363); Green value is 52 (20.70% from 255 or 14.33% from 363); Blue value is 75 (29.69% from 255 or 20.66% from 363); Max value from RGB is 236 - color contains mainly: red. Hex color #EC344B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC344B is #13CBB4. Grayscale: #6D6D6D. Windows color (decimal): -1297333 or 4928748. OLE color: 4928748.
HSL color Cylindrical-coordinate representation of color #EC344B: hue angle of 352.5º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #EC344B is Cyan = 0, Magento = 0.78, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 52 | 75 | - |
| CMYK | 0 | 0.78 | 0.68 | 0.07 |
| HSL | 352.5º | 0.83% | 0.56% | - |
| HSV(B) | 352.5º | 0.78% | 0.93% | - |
| XYZ | 37.09 | 20.8 | 8.72 | - |
| YUV | 109.64 | 108.46 | 218.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 52 | 75 | 0 | 0.78 | 0.68 | 0.07 | 352.5 | 0.83 | 0.56 |
| Hex | EC | 34 | 4B | 0 | 4E | 44 | 7 | 160 | 53 | 38 |
| Octal | 354 | 64 | 113 | 0 | 116 | 104 | 7 | 540 | 123 | 70 |
| Binary | 11101100 | 110100 | 1001011 | 0 | 1001110 | 1000100 | 111 | 101100000 | 1010011 | 111000 |
Color Harmonies of #EC344B
Complementary color
Monochromatic Colors of #EC344B
Black with #EC344B
Text Example
Text Example
White with #EC344B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC344B; }
p { color: rgb(236,52,75); }
H1.HeaderClassName
{
color: #EC344B;
}
.AnyTagClassName
{
color: #EC344B;
}
</style>
background-color css
<style>
a { background-color: #EC344B; }
a { background-color: rgb(236,52,75); }
div.DivClassName
{
background-color: #EC344B;
}
.BgClassName
{
background-color: #EC344B;
}
</style>
border-color css
<style>
span { border-color: #EC344B; }
span { border-color: rgb(236,52,75); }
td.TdClassName
{
border-color: #EC344B;
}
.TagClassName
{
border-color: #EC344B;
}
</style>