Shades of French Rose #EC498E
Tints of French Rose #EC498E
RGB
CMYK
RGB Variations
Color information
#EC498E (or 0xEC498E) is known color: French Rose. HEX triplet: EC, 49 and 8E. RGB value is (236,73,142). Sum of RGB (Red+Green+Blue) = 236+73+142=451 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.33% from 451); Green value is 73 (28.91% from 255 or 16.19% from 451); Blue value is 142 (55.86% from 255 or 31.49% from 451); Max value from RGB is 236 - color contains mainly: red. Hex color #EC498E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC498E is #13B671. Grayscale: #818181. Windows color (decimal): -1291890 or 9325036. OLE color: 9325036.
HSL color Cylindrical-coordinate representation of color #EC498E: hue angle of 334.6º 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 #EC498E is Cyan = 0, Magento = 0.69, Yellow = 0.40 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 73 | 142 | - |
| CMYK | 0 | 0.69 | 0.40 | 0.07 |
| HSL | 334.6º | 0.81% | 0.61% | - |
| HSV(B) | 334.6º | 0.69% | 0.93% | - |
| XYZ | 41.86 | 24.55 | 28.12 | - |
| YUV | 129.6 | 135 | 203.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 73 | 142 | 0 | 0.69 | 0.40 | 0.07 | 334.6 | 0.81 | 0.61 |
| Hex | EC | 49 | 8E | 0 | 45 | 28 | 7 | 14F | 51 | 3D |
| Octal | 354 | 111 | 216 | 0 | 105 | 50 | 7 | 517 | 121 | 75 |
| Binary | 11101100 | 1001001 | 10001110 | 0 | 1000101 | 101000 | 111 | 101001111 | 1010001 | 111101 |
Color Harmonies of #EC498E
Complementary color
Monochromatic Colors of #EC498E
Black with #EC498E
Text Example
Text Example
White with #EC498E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC498E; }
p { color: rgb(236,73,142); }
H1.HeaderClassName
{
color: #EC498E;
}
.AnyTagClassName
{
color: #EC498E;
}
</style>
background-color css
<style>
a { background-color: #EC498E; }
a { background-color: rgb(236,73,142); }
div.DivClassName
{
background-color: #EC498E;
}
.BgClassName
{
background-color: #EC498E;
}
</style>
border-color css
<style>
span { border-color: #EC498E; }
span { border-color: rgb(236,73,142); }
td.TdClassName
{
border-color: #EC498E;
}
.TagClassName
{
border-color: #EC498E;
}
</style>