Shades of French Rose #EC498D
Tints of French Rose #EC498D
RGB
CMYK
RGB Variations
Color information
#EC498D (or 0xEC498D) is known color: French Rose. HEX triplet: EC, 49 and 8D. RGB value is (236,73,141). Sum of RGB (Red+Green+Blue) = 236+73+141=450 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.44% from 450); Green value is 73 (28.91% from 255 or 16.22% from 450); Blue value is 141 (55.47% from 255 or 31.33% from 450); Max value from RGB is 236 - color contains mainly: red. Hex color #EC498D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC498D is #13B672. Grayscale: #818181. Windows color (decimal): -1291891 or 9259500. OLE color: 9259500.
HSL color Cylindrical-coordinate representation of color #EC498D: hue angle of 334.97º 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 #EC498D is Cyan = 0, Magento = 0.69, Yellow = 0.40 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 73 | 141 | - |
| CMYK | 0 | 0.69 | 0.40 | 0.07 |
| HSL | 334.97º | 0.81% | 0.61% | - |
| HSV(B) | 334.97º | 0.69% | 0.93% | - |
| XYZ | 41.78 | 24.52 | 27.73 | - |
| YUV | 129.49 | 134.5 | 203.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 73 | 141 | 0 | 0.69 | 0.40 | 0.07 | 334.97 | 0.81 | 0.61 |
| Hex | EC | 49 | 8D | 0 | 45 | 28 | 7 | 14F | 51 | 3D |
| Octal | 354 | 111 | 215 | 0 | 105 | 50 | 7 | 517 | 121 | 75 |
| Binary | 11101100 | 1001001 | 10001101 | 0 | 1000101 | 101000 | 111 | 101001111 | 1010001 | 111101 |
Color Harmonies of #EC498D
Complementary color
Monochromatic Colors of #EC498D
Black with #EC498D
Text Example
Text Example
White with #EC498D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC498D; }
p { color: rgb(236,73,141); }
H1.HeaderClassName
{
color: #EC498D;
}
.AnyTagClassName
{
color: #EC498D;
}
</style>
background-color css
<style>
a { background-color: #EC498D; }
a { background-color: rgb(236,73,141); }
div.DivClassName
{
background-color: #EC498D;
}
.BgClassName
{
background-color: #EC498D;
}
</style>
border-color css
<style>
span { border-color: #EC498D; }
span { border-color: rgb(236,73,141); }
td.TdClassName
{
border-color: #EC498D;
}
.TagClassName
{
border-color: #EC498D;
}
</style>