Shades of French Rose #ED498B
Tints of French Rose #ED498B
RGB
CMYK
RGB Variations
Color information
#ED498B (or 0xED498B) is known color: French Rose. HEX triplet: ED, 49 and 8B. RGB value is (237,73,139). Sum of RGB (Red+Green+Blue) = 237+73+139=449 (59% of max value = 765). Red value is 237 (92.97% from 255 or 52.78% from 449); Green value is 73 (28.91% from 255 or 16.26% from 449); Blue value is 139 (54.69% from 255 or 30.96% from 449); Max value from RGB is 237 - color contains mainly: red. Hex color #ED498B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED498B is #12B674. Grayscale: #818181. Windows color (decimal): -1226357 or 9128429. OLE color: 9128429.
HSL color Cylindrical-coordinate representation of color #ED498B: hue angle of 335.85º 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 #ED498B is Cyan = 0, Magento = 0.69, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 73 | 139 | - |
| CMYK | 0 | 0.69 | 0.41 | 0.07 |
| HSL | 335.85º | 0.82% | 0.61% | - |
| HSV(B) | 335.85º | 0.69% | 0.93% | - |
| XYZ | 41.97 | 24.63 | 26.97 | - |
| YUV | 129.56 | 133.33 | 204.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 73 | 139 | 0 | 0.69 | 0.41 | 0.07 | 335.85 | 0.82 | 0.61 |
| Hex | ED | 49 | 8B | 0 | 45 | 29 | 7 | 150 | 52 | 3D |
| Octal | 355 | 111 | 213 | 0 | 105 | 51 | 7 | 520 | 122 | 75 |
| Binary | 11101101 | 1001001 | 10001011 | 0 | 1000101 | 101001 | 111 | 101010000 | 1010010 | 111101 |
Color Harmonies of #ED498B
Complementary color
Monochromatic Colors of #ED498B
Black with #ED498B
Text Example
Text Example
White with #ED498B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED498B; }
p { color: rgb(237,73,139); }
H1.HeaderClassName
{
color: #ED498B;
}
.AnyTagClassName
{
color: #ED498B;
}
</style>
background-color css
<style>
a { background-color: #ED498B; }
a { background-color: rgb(237,73,139); }
div.DivClassName
{
background-color: #ED498B;
}
.BgClassName
{
background-color: #ED498B;
}
</style>
border-color css
<style>
span { border-color: #ED498B; }
span { border-color: rgb(237,73,139); }
td.TdClassName
{
border-color: #ED498B;
}
.TagClassName
{
border-color: #ED498B;
}
</style>