Shades of French Rose #ED558F
Tints of French Rose #ED558F
RGB
CMYK
RGB Variations
Color information
#ED558F (or 0xED558F) is known color: French Rose. HEX triplet: ED, 55 and 8F. RGB value is (237,85,143). Sum of RGB (Red+Green+Blue) = 237+85+143=465 (61% of max value = 765). Red value is 237 (92.97% from 255 or 50.97% from 465); Green value is 85 (33.59% from 255 or 18.28% from 465); Blue value is 143 (56.25% from 255 or 30.75% from 465); Max value from RGB is 237 - color contains mainly: red. Hex color #ED558F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED558F is #12AA70. Grayscale: #888888. Windows color (decimal): -1223281 or 9393645. OLE color: 9393645.
HSL color Cylindrical-coordinate representation of color #ED558F: hue angle of 337.11º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #ED558F is Cyan = 0, Magento = 0.64, Yellow = 0.40 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 85 | 143 | - |
| CMYK | 0 | 0.64 | 0.40 | 0.07 |
| HSL | 337.11º | 0.81% | 0.63% | - |
| HSV(B) | 337.11º | 0.64% | 0.93% | - |
| XYZ | 43.13 | 26.48 | 28.83 | - |
| YUV | 137.06 | 131.36 | 199.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 85 | 143 | 0 | 0.64 | 0.40 | 0.07 | 337.11 | 0.81 | 0.63 |
| Hex | ED | 55 | 8F | 0 | 40 | 28 | 7 | 151 | 51 | 3F |
| Octal | 355 | 125 | 217 | 0 | 100 | 50 | 7 | 521 | 121 | 77 |
| Binary | 11101101 | 1010101 | 10001111 | 0 | 1000000 | 101000 | 111 | 101010001 | 1010001 | 111111 |
Color Harmonies of #ED558F
Complementary color
Monochromatic Colors of #ED558F
Black with #ED558F
Text Example
Text Example
White with #ED558F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED558F; }
p { color: rgb(237,85,143); }
H1.HeaderClassName
{
color: #ED558F;
}
.AnyTagClassName
{
color: #ED558F;
}
</style>
background-color css
<style>
a { background-color: #ED558F; }
a { background-color: rgb(237,85,143); }
div.DivClassName
{
background-color: #ED558F;
}
.BgClassName
{
background-color: #ED558F;
}
</style>
border-color css
<style>
span { border-color: #ED558F; }
span { border-color: rgb(237,85,143); }
td.TdClassName
{
border-color: #ED558F;
}
.TagClassName
{
border-color: #ED558F;
}
</style>