Shades of French Rose #EC4788
Tints of French Rose #EC4788
RGB
CMYK
RGB Variations
Color information
#EC4788 (or 0xEC4788) is known color: French Rose. HEX triplet: EC, 47 and 88. RGB value is (236,71,136). Sum of RGB (Red+Green+Blue) = 236+71+136=443 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.27% from 443); Green value is 71 (28.12% from 255 or 16.03% from 443); Blue value is 136 (53.52% from 255 or 30.70% from 443); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4788 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC4788 is #13B877. Grayscale: #7F7F7F. Windows color (decimal): -1292408 or 8931308. OLE color: 8931308.
HSL color Cylindrical-coordinate representation of color #EC4788: hue angle of 336.36º 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 #EC4788 is Cyan = 0, Magento = 0.70, Yellow = 0.42 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 71 | 136 | - |
| CMYK | 0 | 0.70 | 0.42 | 0.07 |
| HSL | 336.36º | 0.81% | 0.6% | - |
| HSV(B) | 336.36º | 0.7% | 0.93% | - |
| XYZ | 41.29 | 24.12 | 25.77 | - |
| YUV | 127.75 | 132.66 | 205.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 71 | 136 | 0 | 0.70 | 0.42 | 0.07 | 336.36 | 0.81 | 0.6 |
| Hex | EC | 47 | 88 | 0 | 46 | 2A | 7 | 150 | 51 | 3C |
| Octal | 354 | 107 | 210 | 0 | 106 | 52 | 7 | 520 | 121 | 74 |
| Binary | 11101100 | 1000111 | 10001000 | 0 | 1000110 | 101010 | 111 | 101010000 | 1010001 | 111100 |
Color Harmonies of #EC4788
Complementary color
Monochromatic Colors of #EC4788
Black with #EC4788
Text Example
Text Example
White with #EC4788
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4788; }
p { color: rgb(236,71,136); }
H1.HeaderClassName
{
color: #EC4788;
}
.AnyTagClassName
{
color: #EC4788;
}
</style>
background-color css
<style>
a { background-color: #EC4788; }
a { background-color: rgb(236,71,136); }
div.DivClassName
{
background-color: #EC4788;
}
.BgClassName
{
background-color: #EC4788;
}
</style>
border-color css
<style>
span { border-color: #EC4788; }
span { border-color: rgb(236,71,136); }
td.TdClassName
{
border-color: #EC4788;
}
.TagClassName
{
border-color: #EC4788;
}
</style>