Shades of French Rose #ED588F
Tints of French Rose #ED588F
RGB
CMYK
RGB Variations
Color information
#ED588F (or 0xED588F) is known color: French Rose. HEX triplet: ED, 58 and 8F. RGB value is (237,88,143). Sum of RGB (Red+Green+Blue) = 237+88+143=468 (61% of max value = 765). Red value is 237 (92.97% from 255 or 50.64% from 468); Green value is 88 (34.77% from 255 or 18.80% from 468); Blue value is 143 (56.25% from 255 or 30.56% from 468); Max value from RGB is 237 - color contains mainly: red. Hex color #ED588F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED588F is #12A770. Grayscale: #8A8A8A. Windows color (decimal): -1222513 or 9394413. OLE color: 9394413.
HSL color Cylindrical-coordinate representation of color #ED588F: hue angle of 337.85º degrees, saturation: 0.81, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #ED588F is Cyan = 0, Magento = 0.63, Yellow = 0.40 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 88 | 143 | - |
| CMYK | 0 | 0.63 | 0.40 | 0.07 |
| HSL | 337.85º | 0.81% | 0.64% | - |
| HSV(B) | 337.85º | 0.63% | 0.93% | - |
| XYZ | 43.37 | 26.97 | 28.91 | - |
| YUV | 138.82 | 130.36 | 198.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 88 | 143 | 0 | 0.63 | 0.40 | 0.07 | 337.85 | 0.81 | 0.64 |
| Hex | ED | 58 | 8F | 0 | 3F | 28 | 7 | 152 | 51 | 40 |
| Octal | 355 | 130 | 217 | 0 | 77 | 50 | 7 | 522 | 121 | 100 |
| Binary | 11101101 | 1011000 | 10001111 | 0 | 111111 | 101000 | 111 | 101010010 | 1010001 | 1000000 |
Color Harmonies of #ED588F
Complementary color
Monochromatic Colors of #ED588F
Black with #ED588F
Text Example
Text Example
White with #ED588F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED588F; }
p { color: rgb(237,88,143); }
H1.HeaderClassName
{
color: #ED588F;
}
.AnyTagClassName
{
color: #ED588F;
}
</style>
background-color css
<style>
a { background-color: #ED588F; }
a { background-color: rgb(237,88,143); }
div.DivClassName
{
background-color: #ED588F;
}
.BgClassName
{
background-color: #ED588F;
}
</style>
border-color css
<style>
span { border-color: #ED588F; }
span { border-color: rgb(237,88,143); }
td.TdClassName
{
border-color: #ED588F;
}
.TagClassName
{
border-color: #ED588F;
}
</style>