Shades of French Rose #ED5090
Tints of French Rose #ED5090
RGB
CMYK
RGB Variations
Color information
#ED5090 (or 0xED5090) is known color: French Rose. HEX triplet: ED, 50 and 90. RGB value is (237,80,144). Sum of RGB (Red+Green+Blue) = 237+80+144=461 (61% of max value = 765). Red value is 237 (92.97% from 255 or 51.41% from 461); Green value is 80 (31.64% from 255 or 17.35% from 461); Blue value is 144 (56.64% from 255 or 31.24% from 461); Max value from RGB is 237 - color contains mainly: red. Hex color #ED5090 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED5090 is #12AF6F. Grayscale: #868686. Windows color (decimal): -1224560 or 9457901. OLE color: 9457901.
HSL color Cylindrical-coordinate representation of color #ED5090: hue angle of 335.54º 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 #ED5090 is Cyan = 0, Magento = 0.66, Yellow = 0.39 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 80 | 144 | - |
| CMYK | 0 | 0.66 | 0.39 | 0.07 |
| HSL | 335.54º | 0.81% | 0.62% | - |
| HSV(B) | 335.54º | 0.66% | 0.93% | - |
| XYZ | 42.83 | 25.76 | 29.1 | - |
| YUV | 134.24 | 133.51 | 201.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 80 | 144 | 0 | 0.66 | 0.39 | 0.07 | 335.54 | 0.81 | 0.62 |
| Hex | ED | 50 | 90 | 0 | 42 | 27 | 7 | 150 | 51 | 3E |
| Octal | 355 | 120 | 220 | 0 | 102 | 47 | 7 | 520 | 121 | 76 |
| Binary | 11101101 | 1010000 | 10010000 | 0 | 1000010 | 100111 | 111 | 101010000 | 1010001 | 111110 |
Color Harmonies of #ED5090
Complementary color
Monochromatic Colors of #ED5090
Black with #ED5090
Text Example
Text Example
White with #ED5090
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED5090; }
p { color: rgb(237,80,144); }
H1.HeaderClassName
{
color: #ED5090;
}
.AnyTagClassName
{
color: #ED5090;
}
</style>
background-color css
<style>
a { background-color: #ED5090; }
a { background-color: rgb(237,80,144); }
div.DivClassName
{
background-color: #ED5090;
}
.BgClassName
{
background-color: #ED5090;
}
</style>
border-color css
<style>
span { border-color: #ED5090; }
span { border-color: rgb(237,80,144); }
td.TdClassName
{
border-color: #ED5090;
}
.TagClassName
{
border-color: #ED5090;
}
</style>