Shades of French Rose #ED518F
Tints of French Rose #ED518F
RGB
CMYK
RGB Variations
Color information
#ED518F (or 0xED518F) is known color: French Rose. HEX triplet: ED, 51 and 8F. RGB value is (237,81,143). Sum of RGB (Red+Green+Blue) = 237+81+143=461 (61% of max value = 765). Red value is 237 (92.97% from 255 or 51.41% from 461); Green value is 81 (32.03% from 255 or 17.57% from 461); Blue value is 143 (56.25% from 255 or 31.02% from 461); Max value from RGB is 237 - color contains mainly: red. Hex color #ED518F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED518F is #12AE70. Grayscale: #868686. Windows color (decimal): -1224305 or 9392621. OLE color: 9392621.
HSL color Cylindrical-coordinate representation of color #ED518F: hue angle of 336.15º 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 #ED518F is Cyan = 0, Magento = 0.66, Yellow = 0.40 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 81 | 143 | - |
| CMYK | 0 | 0.66 | 0.40 | 0.07 |
| HSL | 336.15º | 0.81% | 0.62% | - |
| HSV(B) | 336.15º | 0.66% | 0.93% | - |
| XYZ | 42.83 | 25.87 | 28.72 | - |
| YUV | 134.71 | 132.68 | 200.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 81 | 143 | 0 | 0.66 | 0.40 | 0.07 | 336.15 | 0.81 | 0.62 |
| Hex | ED | 51 | 8F | 0 | 42 | 28 | 7 | 150 | 51 | 3E |
| Octal | 355 | 121 | 217 | 0 | 102 | 50 | 7 | 520 | 121 | 76 |
| Binary | 11101101 | 1010001 | 10001111 | 0 | 1000010 | 101000 | 111 | 101010000 | 1010001 | 111110 |
Color Harmonies of #ED518F
Complementary color
Monochromatic Colors of #ED518F
Black with #ED518F
Text Example
Text Example
White with #ED518F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED518F; }
p { color: rgb(237,81,143); }
H1.HeaderClassName
{
color: #ED518F;
}
.AnyTagClassName
{
color: #ED518F;
}
</style>
background-color css
<style>
a { background-color: #ED518F; }
a { background-color: rgb(237,81,143); }
div.DivClassName
{
background-color: #ED518F;
}
.BgClassName
{
background-color: #ED518F;
}
</style>
border-color css
<style>
span { border-color: #ED518F; }
span { border-color: rgb(237,81,143); }
td.TdClassName
{
border-color: #ED518F;
}
.TagClassName
{
border-color: #ED518F;
}
</style>