Shades of French Rose #EF488C
Tints of French Rose #EF488C
RGB
CMYK
RGB Variations
Color information
#EF488C (or 0xEF488C) is known color: French Rose. HEX triplet: EF, 48 and 8C. RGB value is (239,72,140). Sum of RGB (Red+Green+Blue) = 239+72+140=451 (59% of max value = 765). Red value is 239 (93.75% from 255 or 52.99% from 451); Green value is 72 (28.52% from 255 or 15.96% from 451); Blue value is 140 (55.08% from 255 or 31.04% from 451); Max value from RGB is 239 - color contains mainly: red. Hex color #EF488C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF488C is #10B773. Grayscale: #818181. Windows color (decimal): -1095540 or 9193711. OLE color: 9193711.
HSL color Cylindrical-coordinate representation of color #EF488C: hue angle of 335.57º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EF488C is Cyan = 0, Magento = 0.70, Yellow = 0.41 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 72 | 140 | - |
| CMYK | 0 | 0.70 | 0.41 | 0.06 |
| HSL | 335.57º | 0.84% | 0.61% | - |
| HSV(B) | 335.57º | 0.7% | 0.94% | - |
| XYZ | 42.65 | 24.88 | 27.37 | - |
| YUV | 129.69 | 133.83 | 205.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 72 | 140 | 0 | 0.70 | 0.41 | 0.06 | 335.57 | 0.84 | 0.61 |
| Hex | EF | 48 | 8C | 0 | 46 | 29 | 6 | 150 | 54 | 3D |
| Octal | 357 | 110 | 214 | 0 | 106 | 51 | 6 | 520 | 124 | 75 |
| Binary | 11101111 | 1001000 | 10001100 | 0 | 1000110 | 101001 | 110 | 101010000 | 1010100 | 111101 |
Color Harmonies of #EF488C
Complementary color
Monochromatic Colors of #EF488C
Black with #EF488C
Text Example
Text Example
White with #EF488C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF488C; }
p { color: rgb(239,72,140); }
H1.HeaderClassName
{
color: #EF488C;
}
.AnyTagClassName
{
color: #EF488C;
}
</style>
background-color css
<style>
a { background-color: #EF488C; }
a { background-color: rgb(239,72,140); }
div.DivClassName
{
background-color: #EF488C;
}
.BgClassName
{
background-color: #EF488C;
}
</style>
border-color css
<style>
span { border-color: #EF488C; }
span { border-color: rgb(239,72,140); }
td.TdClassName
{
border-color: #EF488C;
}
.TagClassName
{
border-color: #EF488C;
}
</style>