Shades of French Rose #ED5896
Tints of French Rose #ED5896
RGB
CMYK
RGB Variations
Color information
#ED5896 (or 0xED5896) is known color: French Rose. HEX triplet: ED, 58 and 96. RGB value is (237,88,150). Sum of RGB (Red+Green+Blue) = 237+88+150=475 (62% of max value = 765). Red value is 237 (92.97% from 255 or 49.89% from 475); Green value is 88 (34.77% from 255 or 18.53% from 475); Blue value is 150 (58.98% from 255 or 31.58% from 475); Max value from RGB is 237 - color contains mainly: red. Hex color #ED5896 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED5896 is #12A769. Grayscale: #8B8B8B. Windows color (decimal): -1222506 or 9853165. OLE color: 9853165.
HSL color Cylindrical-coordinate representation of color #ED5896: hue angle of 335.03º degrees, saturation: 0.81, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #ED5896 is Cyan = 0, Magento = 0.63, Yellow = 0.37 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 88 | 150 | - |
| CMYK | 0 | 0.63 | 0.37 | 0.07 |
| HSL | 335.03º | 0.81% | 0.64% | - |
| HSV(B) | 335.03º | 0.63% | 0.93% | - |
| XYZ | 43.92 | 27.19 | 31.79 | - |
| YUV | 139.62 | 133.86 | 197.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 88 | 150 | 0 | 0.63 | 0.37 | 0.07 | 335.03 | 0.81 | 0.64 |
| Hex | ED | 58 | 96 | 0 | 3F | 25 | 7 | 14F | 51 | 40 |
| Octal | 355 | 130 | 226 | 0 | 77 | 45 | 7 | 517 | 121 | 100 |
| Binary | 11101101 | 1011000 | 10010110 | 0 | 111111 | 100101 | 111 | 101001111 | 1010001 | 1000000 |
Color Harmonies of #ED5896
Complementary color
Monochromatic Colors of #ED5896
Black with #ED5896
Text Example
Text Example
White with #ED5896
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED5896; }
p { color: rgb(237,88,150); }
H1.HeaderClassName
{
color: #ED5896;
}
.AnyTagClassName
{
color: #ED5896;
}
</style>
background-color css
<style>
a { background-color: #ED5896; }
a { background-color: rgb(237,88,150); }
div.DivClassName
{
background-color: #ED5896;
}
.BgClassName
{
background-color: #ED5896;
}
</style>
border-color css
<style>
span { border-color: #ED5896; }
span { border-color: rgb(237,88,150); }
td.TdClassName
{
border-color: #ED5896;
}
.TagClassName
{
border-color: #ED5896;
}
</style>