Shades of French Rose #EC498B
Tints of French Rose #EC498B
RGB
CMYK
RGB Variations
Color information
#EC498B (or 0xEC498B) is known color: French Rose. HEX triplet: EC, 49 and 8B. RGB value is (236,73,139). Sum of RGB (Red+Green+Blue) = 236+73+139=448 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.68% from 448); Green value is 73 (28.91% from 255 or 16.29% from 448); Blue value is 139 (54.69% from 255 or 31.03% from 448); Max value from RGB is 236 - color contains mainly: red. Hex color #EC498B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC498B is #13B674. Grayscale: #818181. Windows color (decimal): -1291893 or 9128428. OLE color: 9128428.
HSL color Cylindrical-coordinate representation of color #EC498B: hue angle of 335.71º 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 #EC498B is Cyan = 0, Magento = 0.69, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 73 | 139 | - |
| CMYK | 0 | 0.69 | 0.41 | 0.07 |
| HSL | 335.71º | 0.81% | 0.61% | - |
| HSV(B) | 335.71º | 0.69% | 0.93% | - |
| XYZ | 41.63 | 24.46 | 26.95 | - |
| YUV | 129.26 | 133.5 | 204.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 73 | 139 | 0 | 0.69 | 0.41 | 0.07 | 335.71 | 0.81 | 0.61 |
| Hex | EC | 49 | 8B | 0 | 45 | 29 | 7 | 150 | 51 | 3D |
| Octal | 354 | 111 | 213 | 0 | 105 | 51 | 7 | 520 | 121 | 75 |
| Binary | 11101100 | 1001001 | 10001011 | 0 | 1000101 | 101001 | 111 | 101010000 | 1010001 | 111101 |
Color Harmonies of #EC498B
Complementary color
Monochromatic Colors of #EC498B
Black with #EC498B
Text Example
Text Example
White with #EC498B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC498B; }
p { color: rgb(236,73,139); }
H1.HeaderClassName
{
color: #EC498B;
}
.AnyTagClassName
{
color: #EC498B;
}
</style>
background-color css
<style>
a { background-color: #EC498B; }
a { background-color: rgb(236,73,139); }
div.DivClassName
{
background-color: #EC498B;
}
.BgClassName
{
background-color: #EC498B;
}
</style>
border-color css
<style>
span { border-color: #EC498B; }
span { border-color: rgb(236,73,139); }
td.TdClassName
{
border-color: #EC498B;
}
.TagClassName
{
border-color: #EC498B;
}
</style>