Shades of French Rose #EF5996
Tints of French Rose #EF5996
RGB
CMYK
RGB Variations
Color information
#EF5996 (or 0xEF5996) is known color: French Rose. HEX triplet: EF, 59 and 96. RGB value is (239,89,150). Sum of RGB (Red+Green+Blue) = 239+89+150=478 (63% of max value = 765). Red value is 239 (93.75% from 255 or 50% from 478); Green value is 89 (35.16% from 255 or 18.62% from 478); Blue value is 150 (58.98% from 255 or 31.38% from 478); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5996 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF5996 is #10A669. Grayscale: #8C8C8C. Windows color (decimal): -1091178 or 9853423. OLE color: 9853423.
HSL color Cylindrical-coordinate representation of color #EF5996: hue angle of 335.6º degrees, saturation: 0.82, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #EF5996 is Cyan = 0, Magento = 0.63, Yellow = 0.37 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 89 | 150 | - |
| CMYK | 0 | 0.63 | 0.37 | 0.06 |
| HSL | 335.6º | 0.82% | 0.64% | - |
| HSV(B) | 335.6º | 0.63% | 0.94% | - |
| XYZ | 44.67 | 27.7 | 31.85 | - |
| YUV | 140.8 | 133.2 | 198.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 89 | 150 | 0 | 0.63 | 0.37 | 0.06 | 335.6 | 0.82 | 0.64 |
| Hex | EF | 59 | 96 | 0 | 3F | 25 | 6 | 150 | 52 | 40 |
| Octal | 357 | 131 | 226 | 0 | 77 | 45 | 6 | 520 | 122 | 100 |
| Binary | 11101111 | 1011001 | 10010110 | 0 | 111111 | 100101 | 110 | 101010000 | 1010010 | 1000000 |
Color Harmonies of #EF5996
Complementary color
Monochromatic Colors of #EF5996
Black with #EF5996
Text Example
Text Example
White with #EF5996
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF5996; }
p { color: rgb(239,89,150); }
H1.HeaderClassName
{
color: #EF5996;
}
.AnyTagClassName
{
color: #EF5996;
}
</style>
background-color css
<style>
a { background-color: #EF5996; }
a { background-color: rgb(239,89,150); }
div.DivClassName
{
background-color: #EF5996;
}
.BgClassName
{
background-color: #EF5996;
}
</style>
border-color css
<style>
span { border-color: #EF5996; }
span { border-color: rgb(239,89,150); }
td.TdClassName
{
border-color: #EF5996;
}
.TagClassName
{
border-color: #EF5996;
}
</style>