Shades of French Rose #ED498C
Tints of French Rose #ED498C
RGB
CMYK
RGB Variations
Color information
#ED498C (or 0xED498C) is known color: French Rose. HEX triplet: ED, 49 and 8C. RGB value is (237,73,140). Sum of RGB (Red+Green+Blue) = 237+73+140=450 (59% of max value = 765). Red value is 237 (92.97% from 255 or 52.67% from 450); Green value is 73 (28.91% from 255 or 16.22% from 450); Blue value is 140 (55.08% from 255 or 31.11% from 450); Max value from RGB is 237 - color contains mainly: red. Hex color #ED498C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED498C is #12B673. Grayscale: #818181. Windows color (decimal): -1226356 or 9193965. OLE color: 9193965.
HSL color Cylindrical-coordinate representation of color #ED498C: hue angle of 335.49º degrees, saturation: 0.82, 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 #ED498C is Cyan = 0, Magento = 0.69, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 73 | 140 | - |
| CMYK | 0 | 0.69 | 0.41 | 0.07 |
| HSL | 335.49º | 0.82% | 0.61% | - |
| HSV(B) | 335.49º | 0.69% | 0.93% | - |
| XYZ | 42.04 | 24.66 | 27.36 | - |
| YUV | 129.67 | 133.83 | 204.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 73 | 140 | 0 | 0.69 | 0.41 | 0.07 | 335.49 | 0.82 | 0.61 |
| Hex | ED | 49 | 8C | 0 | 45 | 29 | 7 | 14F | 52 | 3D |
| Octal | 355 | 111 | 214 | 0 | 105 | 51 | 7 | 517 | 122 | 75 |
| Binary | 11101101 | 1001001 | 10001100 | 0 | 1000101 | 101001 | 111 | 101001111 | 1010010 | 111101 |
Color Harmonies of #ED498C
Complementary color
Monochromatic Colors of #ED498C
Black with #ED498C
Text Example
Text Example
White with #ED498C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED498C; }
p { color: rgb(237,73,140); }
H1.HeaderClassName
{
color: #ED498C;
}
.AnyTagClassName
{
color: #ED498C;
}
</style>
background-color css
<style>
a { background-color: #ED498C; }
a { background-color: rgb(237,73,140); }
div.DivClassName
{
background-color: #ED498C;
}
.BgClassName
{
background-color: #ED498C;
}
</style>
border-color css
<style>
span { border-color: #ED498C; }
span { border-color: rgb(237,73,140); }
td.TdClassName
{
border-color: #ED498C;
}
.TagClassName
{
border-color: #ED498C;
}
</style>