Shades of French Rose #EF488D
Tints of French Rose #EF488D
RGB
CMYK
RGB Variations
Color information
#EF488D (or 0xEF488D) is known color: French Rose. HEX triplet: EF, 48 and 8D. RGB value is (239,72,141). Sum of RGB (Red+Green+Blue) = 239+72+141=452 (59% of max value = 765). Red value is 239 (93.75% from 255 or 52.88% from 452); Green value is 72 (28.52% from 255 or 15.93% from 452); Blue value is 141 (55.47% from 255 or 31.19% from 452); Max value from RGB is 239 - color contains mainly: red. Hex color #EF488D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF488D is #10B772. Grayscale: #818181. Windows color (decimal): -1095539 or 9259247. OLE color: 9259247.
HSL color Cylindrical-coordinate representation of color #EF488D: hue angle of 335.21º 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 #EF488D is Cyan = 0, Magento = 0.70, Yellow = 0.41 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 72 | 141 | - |
| CMYK | 0 | 0.70 | 0.41 | 0.06 |
| HSL | 335.21º | 0.84% | 0.61% | - |
| HSV(B) | 335.21º | 0.7% | 0.94% | - |
| XYZ | 42.72 | 24.91 | 27.76 | - |
| YUV | 129.8 | 134.33 | 205.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 72 | 141 | 0 | 0.70 | 0.41 | 0.06 | 335.21 | 0.84 | 0.61 |
| Hex | EF | 48 | 8D | 0 | 46 | 29 | 6 | 14F | 54 | 3D |
| Octal | 357 | 110 | 215 | 0 | 106 | 51 | 6 | 517 | 124 | 75 |
| Binary | 11101111 | 1001000 | 10001101 | 0 | 1000110 | 101001 | 110 | 101001111 | 1010100 | 111101 |
Color Harmonies of #EF488D
Complementary color
Monochromatic Colors of #EF488D
Black with #EF488D
Text Example
Text Example
White with #EF488D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF488D; }
p { color: rgb(239,72,141); }
H1.HeaderClassName
{
color: #EF488D;
}
.AnyTagClassName
{
color: #EF488D;
}
</style>
background-color css
<style>
a { background-color: #EF488D; }
a { background-color: rgb(239,72,141); }
div.DivClassName
{
background-color: #EF488D;
}
.BgClassName
{
background-color: #EF488D;
}
</style>
border-color css
<style>
span { border-color: #EF488D; }
span { border-color: rgb(239,72,141); }
td.TdClassName
{
border-color: #EF488D;
}
.TagClassName
{
border-color: #EF488D;
}
</style>