Shades of French Rose #EC499C
Tints of French Rose #EC499C
RGB
CMYK
RGB Variations
Color information
#EC499C (or 0xEC499C) is known color: French Rose. HEX triplet: EC, 49 and 9C. RGB value is (236,73,156). Sum of RGB (Red+Green+Blue) = 236+73+156=465 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.75% from 465); Green value is 73 (28.91% from 255 or 15.70% from 465); Blue value is 156 (61.33% from 255 or 33.55% from 465); Max value from RGB is 236 - color contains mainly: red. Hex color #EC499C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC499C is #13B663. Grayscale: #838383. Windows color (decimal): -1291876 or 10242540. OLE color: 10242540.
HSL color Cylindrical-coordinate representation of color #EC499C: hue angle of 329.45º 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 #EC499C is Cyan = 0, Magento = 0.69, Yellow = 0.34 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 73 | 156 | - |
| CMYK | 0 | 0.69 | 0.34 | 0.07 |
| HSL | 329.45º | 0.81% | 0.61% | - |
| HSV(B) | 329.45º | 0.69% | 0.93% | - |
| XYZ | 42.98 | 25 | 34.01 | - |
| YUV | 131.2 | 142 | 202.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 73 | 156 | 0 | 0.69 | 0.34 | 0.07 | 329.45 | 0.81 | 0.61 |
| Hex | EC | 49 | 9C | 0 | 45 | 22 | 7 | 149 | 51 | 3D |
| Octal | 354 | 111 | 234 | 0 | 105 | 42 | 7 | 511 | 121 | 75 |
| Binary | 11101100 | 1001001 | 10011100 | 0 | 1000101 | 100010 | 111 | 101001001 | 1010001 | 111101 |
Color Harmonies of #EC499C
Complementary color
Monochromatic Colors of #EC499C
Black with #EC499C
Text Example
Text Example
White with #EC499C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC499C; }
p { color: rgb(236,73,156); }
H1.HeaderClassName
{
color: #EC499C;
}
.AnyTagClassName
{
color: #EC499C;
}
</style>
background-color css
<style>
a { background-color: #EC499C; }
a { background-color: rgb(236,73,156); }
div.DivClassName
{
background-color: #EC499C;
}
.BgClassName
{
background-color: #EC499C;
}
</style>
border-color css
<style>
span { border-color: #EC499C; }
span { border-color: rgb(236,73,156); }
td.TdClassName
{
border-color: #EC499C;
}
.TagClassName
{
border-color: #EC499C;
}
</style>