Shades of Amaranth #EC335C
Tints of Amaranth #EC335C
RGB
CMYK
RGB Variations
Color information
#EC335C (or 0xEC335C) is known color: Amaranth. HEX triplet: EC, 33 and 5C. RGB value is (236,51,92). Sum of RGB (Red+Green+Blue) = 236+51+92=379 (50% of max value = 765). Red value is 236 (92.58% from 255 or 62.27% from 379); Green value is 51 (20.31% from 255 or 13.46% from 379); Blue value is 92 (36.33% from 255 or 24.27% from 379); Max value from RGB is 236 - color contains mainly: red. Hex color #EC335C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC335C is #13CCA3. Grayscale: #6F6F6F. Windows color (decimal): -1297572 or 6042604. OLE color: 6042604.
HSL color Cylindrical-coordinate representation of color #EC335C: hue angle of 346.7º 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 #EC335C is Cyan = 0, Magento = 0.78, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 51 | 92 | - |
| CMYK | 0 | 0.78 | 0.61 | 0.07 |
| HSL | 346.7º | 0.83% | 0.56% | - |
| HSV(B) | 346.7º | 0.78% | 0.93% | - |
| XYZ | 37.71 | 20.97 | 12.19 | - |
| YUV | 110.99 | 117.29 | 217.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 51 | 92 | 0 | 0.78 | 0.61 | 0.07 | 346.7 | 0.83 | 0.56 |
| Hex | EC | 33 | 5C | 0 | 4E | 3D | 7 | 15B | 53 | 38 |
| Octal | 354 | 63 | 134 | 0 | 116 | 75 | 7 | 533 | 123 | 70 |
| Binary | 11101100 | 110011 | 1011100 | 0 | 1001110 | 111101 | 111 | 101011011 | 1010011 | 111000 |
Color Harmonies of #EC335C
Complementary color
Monochromatic Colors of #EC335C
Black with #EC335C
Text Example
Text Example
White with #EC335C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC335C; }
p { color: rgb(236,51,92); }
H1.HeaderClassName
{
color: #EC335C;
}
.AnyTagClassName
{
color: #EC335C;
}
</style>
background-color css
<style>
a { background-color: #EC335C; }
a { background-color: rgb(236,51,92); }
div.DivClassName
{
background-color: #EC335C;
}
.BgClassName
{
background-color: #EC335C;
}
</style>
border-color css
<style>
span { border-color: #EC335C; }
span { border-color: rgb(236,51,92); }
td.TdClassName
{
border-color: #EC335C;
}
.TagClassName
{
border-color: #EC335C;
}
</style>