Shades of French Rose #ED518C
Tints of French Rose #ED518C
RGB
CMYK
RGB Variations
Color information
#ED518C (or 0xED518C) is known color: French Rose. HEX triplet: ED, 51 and 8C. RGB value is (237,81,140). Sum of RGB (Red+Green+Blue) = 237+81+140=458 (60% of max value = 765). Red value is 237 (92.97% from 255 or 51.75% from 458); Green value is 81 (32.03% from 255 or 17.69% from 458); Blue value is 140 (55.08% from 255 or 30.57% from 458); Max value from RGB is 237 - color contains mainly: red. Hex color #ED518C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED518C is #12AE73. Grayscale: #868686. Windows color (decimal): -1224308 or 9196013. OLE color: 9196013.
HSL color Cylindrical-coordinate representation of color #ED518C: hue angle of 337.31º 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 #ED518C is Cyan = 0, Magento = 0.66, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 81 | 140 | - |
| CMYK | 0 | 0.66 | 0.41 | 0.07 |
| HSL | 337.31º | 0.81% | 0.62% | - |
| HSV(B) | 337.31º | 0.66% | 0.93% | - |
| XYZ | 42.6 | 25.78 | 27.54 | - |
| YUV | 134.37 | 131.18 | 201.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 81 | 140 | 0 | 0.66 | 0.41 | 0.07 | 337.31 | 0.81 | 0.62 |
| Hex | ED | 51 | 8C | 0 | 42 | 29 | 7 | 151 | 51 | 3E |
| Octal | 355 | 121 | 214 | 0 | 102 | 51 | 7 | 521 | 121 | 76 |
| Binary | 11101101 | 1010001 | 10001100 | 0 | 1000010 | 101001 | 111 | 101010001 | 1010001 | 111110 |
Color Harmonies of #ED518C
Complementary color
Monochromatic Colors of #ED518C
Black with #ED518C
Text Example
Text Example
White with #ED518C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED518C; }
p { color: rgb(237,81,140); }
H1.HeaderClassName
{
color: #ED518C;
}
.AnyTagClassName
{
color: #ED518C;
}
</style>
background-color css
<style>
a { background-color: #ED518C; }
a { background-color: rgb(237,81,140); }
div.DivClassName
{
background-color: #ED518C;
}
.BgClassName
{
background-color: #ED518C;
}
</style>
border-color css
<style>
span { border-color: #ED518C; }
span { border-color: rgb(237,81,140); }
td.TdClassName
{
border-color: #ED518C;
}
.TagClassName
{
border-color: #ED518C;
}
</style>