Shades of French Rose #EC4C86
Tints of French Rose #EC4C86
RGB
CMYK
RGB Variations
Color information
#EC4C86 (or 0xEC4C86) is known color: French Rose. HEX triplet: EC, 4C and 86. RGB value is (236,76,134). Sum of RGB (Red+Green+Blue) = 236+76+134=446 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.91% from 446); Green value is 76 (30.08% from 255 or 17.04% from 446); Blue value is 134 (52.73% from 255 or 30.04% from 446); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4C86 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC4C86 is #13B379. Grayscale: #828282. Windows color (decimal): -1291130 or 8801516. OLE color: 8801516.
HSL color Cylindrical-coordinate representation of color #EC4C86: hue angle of 338.25º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EC4C86 is Cyan = 0, Magento = 0.68, Yellow = 0.43 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 76 | 134 | - |
| CMYK | 0 | 0.68 | 0.43 | 0.07 |
| HSL | 338.25º | 0.81% | 0.61% | - |
| HSV(B) | 338.25º | 0.68% | 0.93% | - |
| XYZ | 41.48 | 24.72 | 25.14 | - |
| YUV | 130.45 | 130.01 | 203.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 76 | 134 | 0 | 0.68 | 0.43 | 0.07 | 338.25 | 0.81 | 0.61 |
| Hex | EC | 4C | 86 | 0 | 44 | 2B | 7 | 152 | 51 | 3D |
| Octal | 354 | 114 | 206 | 0 | 104 | 53 | 7 | 522 | 121 | 75 |
| Binary | 11101100 | 1001100 | 10000110 | 0 | 1000100 | 101011 | 111 | 101010010 | 1010001 | 111101 |
Color Harmonies of #EC4C86
Complementary color
Monochromatic Colors of #EC4C86
Black with #EC4C86
Text Example
Text Example
White with #EC4C86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4C86; }
p { color: rgb(236,76,134); }
H1.HeaderClassName
{
color: #EC4C86;
}
.AnyTagClassName
{
color: #EC4C86;
}
</style>
background-color css
<style>
a { background-color: #EC4C86; }
a { background-color: rgb(236,76,134); }
div.DivClassName
{
background-color: #EC4C86;
}
.BgClassName
{
background-color: #EC4C86;
}
</style>
border-color css
<style>
span { border-color: #EC4C86; }
span { border-color: rgb(236,76,134); }
td.TdClassName
{
border-color: #EC4C86;
}
.TagClassName
{
border-color: #EC4C86;
}
</style>