Shades of French Rose #EF578C
Tints of French Rose #EF578C
RGB
CMYK
RGB Variations
Color information
#EF578C (or 0xEF578C) is known color: French Rose. HEX triplet: EF, 57 and 8C. RGB value is (239,87,140). Sum of RGB (Red+Green+Blue) = 239+87+140=466 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.29% from 466); Green value is 87 (34.38% from 255 or 18.67% from 466); Blue value is 140 (55.08% from 255 or 30.04% from 466); Max value from RGB is 239 - color contains mainly: red. Hex color #EF578C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF578C is #10A873. Grayscale: #8A8A8A. Windows color (decimal): -1091700 or 9197551. OLE color: 9197551.
HSL color Cylindrical-coordinate representation of color #EF578C: hue angle of 339.08º degrees, saturation: 0.83, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #EF578C is Cyan = 0, Magento = 0.64, Yellow = 0.41 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 87 | 140 | - |
| CMYK | 0 | 0.64 | 0.41 | 0.06 |
| HSL | 339.08º | 0.83% | 0.64% | - |
| HSV(B) | 339.08º | 0.64% | 0.94% | - |
| XYZ | 43.74 | 27.06 | 27.73 | - |
| YUV | 138.49 | 128.86 | 199.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 87 | 140 | 0 | 0.64 | 0.41 | 0.06 | 339.08 | 0.83 | 0.64 |
| Hex | EF | 57 | 8C | 0 | 40 | 29 | 6 | 153 | 53 | 40 |
| Octal | 357 | 127 | 214 | 0 | 100 | 51 | 6 | 523 | 123 | 100 |
| Binary | 11101111 | 1010111 | 10001100 | 0 | 1000000 | 101001 | 110 | 101010011 | 1010011 | 1000000 |
Color Harmonies of #EF578C
Complementary color
Monochromatic Colors of #EF578C
Black with #EF578C
Text Example
Text Example
White with #EF578C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF578C; }
p { color: rgb(239,87,140); }
H1.HeaderClassName
{
color: #EF578C;
}
.AnyTagClassName
{
color: #EF578C;
}
</style>
background-color css
<style>
a { background-color: #EF578C; }
a { background-color: rgb(239,87,140); }
div.DivClassName
{
background-color: #EF578C;
}
.BgClassName
{
background-color: #EF578C;
}
</style>
border-color css
<style>
span { border-color: #EF578C; }
span { border-color: rgb(239,87,140); }
td.TdClassName
{
border-color: #EF578C;
}
.TagClassName
{
border-color: #EF578C;
}
</style>