Shades of French Rose #ED5290
Tints of French Rose #ED5290
RGB
CMYK
RGB Variations
Color information
#ED5290 (or 0xED5290) is known color: French Rose. HEX triplet: ED, 52 and 90. RGB value is (237,82,144). Sum of RGB (Red+Green+Blue) = 237+82+144=463 (61% of max value = 765). Red value is 237 (92.97% from 255 or 51.19% from 463); Green value is 82 (32.42% from 255 or 17.71% from 463); Blue value is 144 (56.64% from 255 or 31.10% from 463); Max value from RGB is 237 - color contains mainly: red. Hex color #ED5290 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED5290 is #12AD6F. Grayscale: #878787. Windows color (decimal): -1224048 or 9458413. OLE color: 9458413.
HSL color Cylindrical-coordinate representation of color #ED5290: hue angle of 336º 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 #ED5290 is Cyan = 0, Magento = 0.65, Yellow = 0.39 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 82 | 144 | - |
| CMYK | 0 | 0.65 | 0.39 | 0.07 |
| HSL | 336º | 0.81% | 0.63% | - |
| HSV(B) | 336º | 0.65% | 0.93% | - |
| XYZ | 42.98 | 26.05 | 29.15 | - |
| YUV | 135.41 | 132.85 | 200.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 82 | 144 | 0 | 0.65 | 0.39 | 0.07 | 336 | 0.81 | 0.63 |
| Hex | ED | 52 | 90 | 0 | 41 | 27 | 7 | 150 | 51 | 3F |
| Octal | 355 | 122 | 220 | 0 | 101 | 47 | 7 | 520 | 121 | 77 |
| Binary | 11101101 | 1010010 | 10010000 | 0 | 1000001 | 100111 | 111 | 101010000 | 1010001 | 111111 |
Color Harmonies of #ED5290
Complementary color
Monochromatic Colors of #ED5290
Black with #ED5290
Text Example
Text Example
White with #ED5290
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED5290; }
p { color: rgb(237,82,144); }
H1.HeaderClassName
{
color: #ED5290;
}
.AnyTagClassName
{
color: #ED5290;
}
</style>
background-color css
<style>
a { background-color: #ED5290; }
a { background-color: rgb(237,82,144); }
div.DivClassName
{
background-color: #ED5290;
}
.BgClassName
{
background-color: #ED5290;
}
</style>
border-color css
<style>
span { border-color: #ED5290; }
span { border-color: rgb(237,82,144); }
td.TdClassName
{
border-color: #ED5290;
}
.TagClassName
{
border-color: #ED5290;
}
</style>