Shades of French Rose #EC4789
Tints of French Rose #EC4789
RGB
CMYK
RGB Variations
Color information
#EC4789 (or 0xEC4789) is known color: French Rose. HEX triplet: EC, 47 and 89. RGB value is (236,71,137). Sum of RGB (Red+Green+Blue) = 236+71+137=444 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.15% from 444); Green value is 71 (28.12% from 255 or 15.99% from 444); Blue value is 137 (53.91% from 255 or 30.86% from 444); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4789 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC4789 is #13B876. Grayscale: #7F7F7F. Windows color (decimal): -1292407 or 8996844. OLE color: 8996844.
HSL color Cylindrical-coordinate representation of color #EC4789: hue angle of 336º 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 #EC4789 is Cyan = 0, Magento = 0.70, Yellow = 0.42 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 71 | 137 | - |
| CMYK | 0 | 0.70 | 0.42 | 0.07 |
| HSL | 336º | 0.81% | 0.6% | - |
| HSV(B) | 336º | 0.7% | 0.93% | - |
| XYZ | 41.36 | 24.15 | 26.15 | - |
| YUV | 127.86 | 133.16 | 205.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 71 | 137 | 0 | 0.70 | 0.42 | 0.07 | 336 | 0.81 | 0.6 |
| Hex | EC | 47 | 89 | 0 | 46 | 2A | 7 | 150 | 51 | 3C |
| Octal | 354 | 107 | 211 | 0 | 106 | 52 | 7 | 520 | 121 | 74 |
| Binary | 11101100 | 1000111 | 10001001 | 0 | 1000110 | 101010 | 111 | 101010000 | 1010001 | 111100 |
Color Harmonies of #EC4789
Complementary color
Monochromatic Colors of #EC4789
Black with #EC4789
Text Example
Text Example
White with #EC4789
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4789; }
p { color: rgb(236,71,137); }
H1.HeaderClassName
{
color: #EC4789;
}
.AnyTagClassName
{
color: #EC4789;
}
</style>
background-color css
<style>
a { background-color: #EC4789; }
a { background-color: rgb(236,71,137); }
div.DivClassName
{
background-color: #EC4789;
}
.BgClassName
{
background-color: #EC4789;
}
</style>
border-color css
<style>
span { border-color: #EC4789; }
span { border-color: rgb(236,71,137); }
td.TdClassName
{
border-color: #EC4789;
}
.TagClassName
{
border-color: #EC4789;
}
</style>