Shades of French Rose #EC4986
Tints of French Rose #EC4986
RGB
CMYK
RGB Variations
Color information
#EC4986 (or 0xEC4986) is known color: French Rose. HEX triplet: EC, 49 and 86. RGB value is (236,73,134). Sum of RGB (Red+Green+Blue) = 236+73+134=443 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.27% from 443); Green value is 73 (28.91% from 255 or 16.48% from 443); Blue value is 134 (52.73% from 255 or 30.25% from 443); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4986 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC4986 is #13B679. Grayscale: #808080. Windows color (decimal): -1291898 or 8800748. OLE color: 8800748.
HSL color Cylindrical-coordinate representation of color #EC4986: hue angle of 337.55º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EC4986 is Cyan = 0, Magento = 0.69, Yellow = 0.43 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 73 | 134 | - |
| CMYK | 0 | 0.69 | 0.43 | 0.07 |
| HSL | 337.55º | 0.81% | 0.61% | - |
| HSV(B) | 337.55º | 0.69% | 0.93% | - |
| XYZ | 41.28 | 24.32 | 25.07 | - |
| YUV | 128.69 | 131 | 204.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 73 | 134 | 0 | 0.69 | 0.43 | 0.07 | 337.55 | 0.81 | 0.61 |
| Hex | EC | 49 | 86 | 0 | 45 | 2B | 7 | 152 | 51 | 3D |
| Octal | 354 | 111 | 206 | 0 | 105 | 53 | 7 | 522 | 121 | 75 |
| Binary | 11101100 | 1001001 | 10000110 | 0 | 1000101 | 101011 | 111 | 101010010 | 1010001 | 111101 |
Color Harmonies of #EC4986
Complementary color
Monochromatic Colors of #EC4986
Black with #EC4986
Text Example
Text Example
White with #EC4986
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4986; }
p { color: rgb(236,73,134); }
H1.HeaderClassName
{
color: #EC4986;
}
.AnyTagClassName
{
color: #EC4986;
}
</style>
background-color css
<style>
a { background-color: #EC4986; }
a { background-color: rgb(236,73,134); }
div.DivClassName
{
background-color: #EC4986;
}
.BgClassName
{
background-color: #EC4986;
}
</style>
border-color css
<style>
span { border-color: #EC4986; }
span { border-color: rgb(236,73,134); }
td.TdClassName
{
border-color: #EC4986;
}
.TagClassName
{
border-color: #EC4986;
}
</style>