Shades of French Rose #ED518B
Tints of French Rose #ED518B
RGB
CMYK
RGB Variations
Color information
#ED518B (or 0xED518B) is known color: French Rose. HEX triplet: ED, 51 and 8B. RGB value is (237,81,139). Sum of RGB (Red+Green+Blue) = 237+81+139=457 (60% of max value = 765). Red value is 237 (92.97% from 255 or 51.86% from 457); Green value is 81 (32.03% from 255 or 17.72% from 457); Blue value is 139 (54.69% from 255 or 30.42% from 457); Max value from RGB is 237 - color contains mainly: red. Hex color #ED518B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED518B is #12AE74. Grayscale: #868686. Windows color (decimal): -1224309 or 9130477. OLE color: 9130477.
HSL color Cylindrical-coordinate representation of color #ED518B: hue angle of 337.69º 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 #ED518B is Cyan = 0, Magento = 0.66, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 81 | 139 | - |
| CMYK | 0 | 0.66 | 0.41 | 0.07 |
| HSL | 337.69º | 0.81% | 0.62% | - |
| HSV(B) | 337.69º | 0.66% | 0.93% | - |
| XYZ | 42.53 | 25.75 | 27.16 | - |
| YUV | 134.26 | 130.68 | 201.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 81 | 139 | 0 | 0.66 | 0.41 | 0.07 | 337.69 | 0.81 | 0.62 |
| Hex | ED | 51 | 8B | 0 | 42 | 29 | 7 | 152 | 51 | 3E |
| Octal | 355 | 121 | 213 | 0 | 102 | 51 | 7 | 522 | 121 | 76 |
| Binary | 11101101 | 1010001 | 10001011 | 0 | 1000010 | 101001 | 111 | 101010010 | 1010001 | 111110 |
Color Harmonies of #ED518B
Complementary color
Monochromatic Colors of #ED518B
Black with #ED518B
Text Example
Text Example
White with #ED518B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED518B; }
p { color: rgb(237,81,139); }
H1.HeaderClassName
{
color: #ED518B;
}
.AnyTagClassName
{
color: #ED518B;
}
</style>
background-color css
<style>
a { background-color: #ED518B; }
a { background-color: rgb(237,81,139); }
div.DivClassName
{
background-color: #ED518B;
}
.BgClassName
{
background-color: #ED518B;
}
</style>
border-color css
<style>
span { border-color: #ED518B; }
span { border-color: rgb(237,81,139); }
td.TdClassName
{
border-color: #ED518B;
}
.TagClassName
{
border-color: #ED518B;
}
</style>