Shades of French Rose #EF4D8B
Tints of French Rose #EF4D8B
RGB
CMYK
RGB Variations
Color information
#EF4D8B (or 0xEF4D8B) is known color: French Rose. HEX triplet: EF, 4D and 8B. RGB value is (239,77,139). Sum of RGB (Red+Green+Blue) = 239+77+139=455 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.53% from 455); Green value is 77 (30.47% from 255 or 16.92% from 455); Blue value is 139 (54.69% from 255 or 30.55% from 455); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4D8B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF4D8B is #10B274. Grayscale: #848484. Windows color (decimal): -1094261 or 9129455. OLE color: 9129455.
HSL color Cylindrical-coordinate representation of color #EF4D8B: hue angle of 337.04º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EF4D8B is Cyan = 0, Magento = 0.68, Yellow = 0.42 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 77 | 139 | - |
| CMYK | 0 | 0.68 | 0.42 | 0.06 |
| HSL | 337.04º | 0.84% | 0.62% | - |
| HSV(B) | 337.04º | 0.68% | 0.94% | - |
| XYZ | 42.91 | 25.52 | 27.09 | - |
| YUV | 132.51 | 131.67 | 203.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 77 | 139 | 0 | 0.68 | 0.42 | 0.06 | 337.04 | 0.84 | 0.62 |
| Hex | EF | 4D | 8B | 0 | 44 | 2A | 6 | 151 | 54 | 3E |
| Octal | 357 | 115 | 213 | 0 | 104 | 52 | 6 | 521 | 124 | 76 |
| Binary | 11101111 | 1001101 | 10001011 | 0 | 1000100 | 101010 | 110 | 101010001 | 1010100 | 111110 |
Color Harmonies of #EF4D8B
Complementary color
Monochromatic Colors of #EF4D8B
Black with #EF4D8B
Text Example
Text Example
White with #EF4D8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF4D8B; }
p { color: rgb(239,77,139); }
H1.HeaderClassName
{
color: #EF4D8B;
}
.AnyTagClassName
{
color: #EF4D8B;
}
</style>
background-color css
<style>
a { background-color: #EF4D8B; }
a { background-color: rgb(239,77,139); }
div.DivClassName
{
background-color: #EF4D8B;
}
.BgClassName
{
background-color: #EF4D8B;
}
</style>
border-color css
<style>
span { border-color: #EF4D8B; }
span { border-color: rgb(239,77,139); }
td.TdClassName
{
border-color: #EF4D8B;
}
.TagClassName
{
border-color: #EF4D8B;
}
</style>