Shades of French Rose #EC4999
Tints of French Rose #EC4999
RGB
CMYK
RGB Variations
Color information
#EC4999 (or 0xEC4999) is known color: French Rose. HEX triplet: EC, 49 and 99. RGB value is (236,73,153). Sum of RGB (Red+Green+Blue) = 236+73+153=462 (61% of max value = 765). Red value is 236 (92.58% from 255 or 51.08% from 462); Green value is 73 (28.91% from 255 or 15.80% from 462); Blue value is 153 (60.16% from 255 or 33.12% from 462); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4999 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC4999 is #13B666. Grayscale: #828282. Windows color (decimal): -1291879 or 10045932. OLE color: 10045932.
HSL color Cylindrical-coordinate representation of color #EC4999: hue angle of 330.55º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EC4999 is Cyan = 0, Magento = 0.69, Yellow = 0.35 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 73 | 153 | - |
| CMYK | 0 | 0.69 | 0.35 | 0.07 |
| HSL | 330.55º | 0.81% | 0.61% | - |
| HSV(B) | 330.55º | 0.69% | 0.93% | - |
| XYZ | 42.72 | 24.9 | 32.69 | - |
| YUV | 130.86 | 140.5 | 203 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 73 | 153 | 0 | 0.69 | 0.35 | 0.07 | 330.55 | 0.81 | 0.61 |
| Hex | EC | 49 | 99 | 0 | 45 | 23 | 7 | 14B | 51 | 3D |
| Octal | 354 | 111 | 231 | 0 | 105 | 43 | 7 | 513 | 121 | 75 |
| Binary | 11101100 | 1001001 | 10011001 | 0 | 1000101 | 100011 | 111 | 101001011 | 1010001 | 111101 |
Color Harmonies of #EC4999
Complementary color
Monochromatic Colors of #EC4999
Black with #EC4999
Text Example
Text Example
White with #EC4999
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4999; }
p { color: rgb(236,73,153); }
H1.HeaderClassName
{
color: #EC4999;
}
.AnyTagClassName
{
color: #EC4999;
}
</style>
background-color css
<style>
a { background-color: #EC4999; }
a { background-color: rgb(236,73,153); }
div.DivClassName
{
background-color: #EC4999;
}
.BgClassName
{
background-color: #EC4999;
}
</style>
border-color css
<style>
span { border-color: #EC4999; }
span { border-color: rgb(236,73,153); }
td.TdClassName
{
border-color: #EC4999;
}
.TagClassName
{
border-color: #EC4999;
}
</style>