Shades of French Rose #ED558E
Tints of French Rose #ED558E
RGB
CMYK
RGB Variations
Color information
#ED558E (or 0xED558E) is known color: French Rose. HEX triplet: ED, 55 and 8E. RGB value is (237,85,142). Sum of RGB (Red+Green+Blue) = 237+85+142=464 (61% of max value = 765). Red value is 237 (92.97% from 255 or 51.08% from 464); Green value is 85 (33.59% from 255 or 18.32% from 464); Blue value is 142 (55.86% from 255 or 30.60% from 464); Max value from RGB is 237 - color contains mainly: red. Hex color #ED558E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED558E is #12AA71. Grayscale: #888888. Windows color (decimal): -1223282 or 9328109. OLE color: 9328109.
HSL color Cylindrical-coordinate representation of color #ED558E: hue angle of 337.5º 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 #ED558E is Cyan = 0, Magento = 0.64, Yellow = 0.40 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 85 | 142 | - |
| CMYK | 0 | 0.64 | 0.40 | 0.07 |
| HSL | 337.5º | 0.81% | 0.63% | - |
| HSV(B) | 337.5º | 0.64% | 0.93% | - |
| XYZ | 43.06 | 26.45 | 28.43 | - |
| YUV | 136.95 | 130.86 | 199.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 85 | 142 | 0 | 0.64 | 0.40 | 0.07 | 337.5 | 0.81 | 0.63 |
| Hex | ED | 55 | 8E | 0 | 40 | 28 | 7 | 152 | 51 | 3F |
| Octal | 355 | 125 | 216 | 0 | 100 | 50 | 7 | 522 | 121 | 77 |
| Binary | 11101101 | 1010101 | 10001110 | 0 | 1000000 | 101000 | 111 | 101010010 | 1010001 | 111111 |
Color Harmonies of #ED558E
Complementary color
Monochromatic Colors of #ED558E
Black with #ED558E
Text Example
Text Example
White with #ED558E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED558E; }
p { color: rgb(237,85,142); }
H1.HeaderClassName
{
color: #ED558E;
}
.AnyTagClassName
{
color: #ED558E;
}
</style>
background-color css
<style>
a { background-color: #ED558E; }
a { background-color: rgb(237,85,142); }
div.DivClassName
{
background-color: #ED558E;
}
.BgClassName
{
background-color: #ED558E;
}
</style>
border-color css
<style>
span { border-color: #ED558E; }
span { border-color: rgb(237,85,142); }
td.TdClassName
{
border-color: #ED558E;
}
.TagClassName
{
border-color: #ED558E;
}
</style>