Shades of French Rose #ED5095
Tints of French Rose #ED5095
RGB
CMYK
RGB Variations
Color information
#ED5095 (or 0xED5095) is known color: French Rose. HEX triplet: ED, 50 and 95. RGB value is (237,80,149). Sum of RGB (Red+Green+Blue) = 237+80+149=466 (61% of max value = 765). Red value is 237 (92.97% from 255 or 50.86% from 466); Green value is 80 (31.64% from 255 or 17.17% from 466); Blue value is 149 (58.59% from 255 or 31.97% from 466); Max value from RGB is 237 - color contains mainly: red. Hex color #ED5095 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED5095 is #12AF6A. Grayscale: #868686. Windows color (decimal): -1224555 or 9785581. OLE color: 9785581.
HSL color Cylindrical-coordinate representation of color #ED5095: hue angle of 333.63º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #ED5095 is Cyan = 0, Magento = 0.66, Yellow = 0.37 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 80 | 149 | - |
| CMYK | 0 | 0.66 | 0.37 | 0.07 |
| HSL | 333.63º | 0.81% | 0.62% | - |
| HSV(B) | 333.63º | 0.66% | 0.93% | - |
| XYZ | 43.22 | 25.91 | 31.16 | - |
| YUV | 134.81 | 136.01 | 200.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 80 | 149 | 0 | 0.66 | 0.37 | 0.07 | 333.63 | 0.81 | 0.62 |
| Hex | ED | 50 | 95 | 0 | 42 | 25 | 7 | 14E | 51 | 3E |
| Octal | 355 | 120 | 225 | 0 | 102 | 45 | 7 | 516 | 121 | 76 |
| Binary | 11101101 | 1010000 | 10010101 | 0 | 1000010 | 100101 | 111 | 101001110 | 1010001 | 111110 |
Color Harmonies of #ED5095
Complementary color
Monochromatic Colors of #ED5095
Black with #ED5095
Text Example
Text Example
White with #ED5095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED5095; }
p { color: rgb(237,80,149); }
H1.HeaderClassName
{
color: #ED5095;
}
.AnyTagClassName
{
color: #ED5095;
}
</style>
background-color css
<style>
a { background-color: #ED5095; }
a { background-color: rgb(237,80,149); }
div.DivClassName
{
background-color: #ED5095;
}
.BgClassName
{
background-color: #ED5095;
}
</style>
border-color css
<style>
span { border-color: #ED5095; }
span { border-color: rgb(237,80,149); }
td.TdClassName
{
border-color: #ED5095;
}
.TagClassName
{
border-color: #ED5095;
}
</style>