Shades of French Rose #EC4785
Tints of French Rose #EC4785
RGB
CMYK
RGB Variations
Color information
#EC4785 (or 0xEC4785) is known color: French Rose. HEX triplet: EC, 47 and 85. RGB value is (236,71,133). Sum of RGB (Red+Green+Blue) = 236+71+133=440 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.64% from 440); Green value is 71 (28.12% from 255 or 16.14% from 440); Blue value is 133 (52.34% from 255 or 30.23% from 440); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4785 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC4785 is #13B87A. Grayscale: #7F7F7F. Windows color (decimal): -1292411 or 8734700. OLE color: 8734700.
HSL color Cylindrical-coordinate representation of color #EC4785: hue angle of 337.45º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EC4785 is Cyan = 0, Magento = 0.70, Yellow = 0.44 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 71 | 133 | - |
| CMYK | 0 | 0.70 | 0.44 | 0.07 |
| HSL | 337.45º | 0.81% | 0.6% | - |
| HSV(B) | 337.45º | 0.7% | 0.93% | - |
| XYZ | 41.08 | 24.03 | 24.66 | - |
| YUV | 127.4 | 131.16 | 205.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 71 | 133 | 0 | 0.70 | 0.44 | 0.07 | 337.45 | 0.81 | 0.6 |
| Hex | EC | 47 | 85 | 0 | 46 | 2C | 7 | 151 | 51 | 3C |
| Octal | 354 | 107 | 205 | 0 | 106 | 54 | 7 | 521 | 121 | 74 |
| Binary | 11101100 | 1000111 | 10000101 | 0 | 1000110 | 101100 | 111 | 101010001 | 1010001 | 111100 |
Color Harmonies of #EC4785
Complementary color
Monochromatic Colors of #EC4785
Black with #EC4785
Text Example
Text Example
White with #EC4785
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4785; }
p { color: rgb(236,71,133); }
H1.HeaderClassName
{
color: #EC4785;
}
.AnyTagClassName
{
color: #EC4785;
}
</style>
background-color css
<style>
a { background-color: #EC4785; }
a { background-color: rgb(236,71,133); }
div.DivClassName
{
background-color: #EC4785;
}
.BgClassName
{
background-color: #EC4785;
}
</style>
border-color css
<style>
span { border-color: #EC4785; }
span { border-color: rgb(236,71,133); }
td.TdClassName
{
border-color: #EC4785;
}
.TagClassName
{
border-color: #EC4785;
}
</style>