Shades of French Rose #EC4F89
Tints of French Rose #EC4F89
RGB
CMYK
RGB Variations
Color information
#EC4F89 (or 0xEC4F89) is known color: French Rose. HEX triplet: EC, 4F and 89. RGB value is (236,79,137). Sum of RGB (Red+Green+Blue) = 236+79+137=452 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.21% from 452); Green value is 79 (31.25% from 255 or 17.48% from 452); Blue value is 137 (53.91% from 255 or 30.31% from 452); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4F89 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC4F89 is #13B076. Grayscale: #848484. Windows color (decimal): -1290359 or 8998892. OLE color: 8998892.
HSL color Cylindrical-coordinate representation of color #EC4F89: hue angle of 337.83º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EC4F89 is Cyan = 0, Magento = 0.67, Yellow = 0.42 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 79 | 137 | - |
| CMYK | 0 | 0.67 | 0.42 | 0.07 |
| HSL | 337.83º | 0.81% | 0.62% | - |
| HSV(B) | 337.83º | 0.67% | 0.93% | - |
| XYZ | 41.9 | 25.23 | 26.33 | - |
| YUV | 132.56 | 130.51 | 201.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 79 | 137 | 0 | 0.67 | 0.42 | 0.07 | 337.83 | 0.81 | 0.62 |
| Hex | EC | 4F | 89 | 0 | 43 | 2A | 7 | 152 | 51 | 3E |
| Octal | 354 | 117 | 211 | 0 | 103 | 52 | 7 | 522 | 121 | 76 |
| Binary | 11101100 | 1001111 | 10001001 | 0 | 1000011 | 101010 | 111 | 101010010 | 1010001 | 111110 |
Color Harmonies of #EC4F89
Complementary color
Monochromatic Colors of #EC4F89
Black with #EC4F89
Text Example
Text Example
White with #EC4F89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4F89; }
p { color: rgb(236,79,137); }
H1.HeaderClassName
{
color: #EC4F89;
}
.AnyTagClassName
{
color: #EC4F89;
}
</style>
background-color css
<style>
a { background-color: #EC4F89; }
a { background-color: rgb(236,79,137); }
div.DivClassName
{
background-color: #EC4F89;
}
.BgClassName
{
background-color: #EC4F89;
}
</style>
border-color css
<style>
span { border-color: #EC4F89; }
span { border-color: rgb(236,79,137); }
td.TdClassName
{
border-color: #EC4F89;
}
.TagClassName
{
border-color: #EC4F89;
}
</style>