Shades of French Rose #ED5495
Tints of French Rose #ED5495
RGB
CMYK
RGB Variations
Color information
#ED5495 (or 0xED5495) is known color: French Rose. HEX triplet: ED, 54 and 95. RGB value is (237,84,149). Sum of RGB (Red+Green+Blue) = 237+84+149=470 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50.43% from 470); Green value is 84 (33.20% from 255 or 17.87% from 470); Blue value is 149 (58.59% from 255 or 31.70% from 470); Max value from RGB is 237 - color contains mainly: red. Hex color #ED5495 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED5495 is #12AB6A. Grayscale: #898989. Windows color (decimal): -1223531 or 9786605. OLE color: 9786605.
HSL color Cylindrical-coordinate representation of color #ED5495: hue angle of 334.51º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #ED5495 is Cyan = 0, Magento = 0.65, Yellow = 0.37 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 84 | 149 | - |
| CMYK | 0 | 0.65 | 0.37 | 0.07 |
| HSL | 334.51º | 0.81% | 0.63% | - |
| HSV(B) | 334.51º | 0.65% | 0.93% | - |
| XYZ | 43.52 | 26.52 | 31.26 | - |
| YUV | 137.16 | 134.69 | 199.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 84 | 149 | 0 | 0.65 | 0.37 | 0.07 | 334.51 | 0.81 | 0.63 |
| Hex | ED | 54 | 95 | 0 | 41 | 25 | 7 | 14F | 51 | 3F |
| Octal | 355 | 124 | 225 | 0 | 101 | 45 | 7 | 517 | 121 | 77 |
| Binary | 11101101 | 1010100 | 10010101 | 0 | 1000001 | 100101 | 111 | 101001111 | 1010001 | 111111 |
Color Harmonies of #ED5495
Complementary color
Monochromatic Colors of #ED5495
Black with #ED5495
Text Example
Text Example
White with #ED5495
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED5495; }
p { color: rgb(237,84,149); }
H1.HeaderClassName
{
color: #ED5495;
}
.AnyTagClassName
{
color: #ED5495;
}
</style>
background-color css
<style>
a { background-color: #ED5495; }
a { background-color: rgb(237,84,149); }
div.DivClassName
{
background-color: #ED5495;
}
.BgClassName
{
background-color: #ED5495;
}
</style>
border-color css
<style>
span { border-color: #ED5495; }
span { border-color: rgb(237,84,149); }
td.TdClassName
{
border-color: #ED5495;
}
.TagClassName
{
border-color: #ED5495;
}
</style>