Shades of French Rose #EF5595
Tints of French Rose #EF5595
RGB
CMYK
RGB Variations
Color information
#EF5595 (or 0xEF5595) is known color: French Rose. HEX triplet: EF, 55 and 95. RGB value is (239,85,149). Sum of RGB (Red+Green+Blue) = 239+85+149=473 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.53% from 473); Green value is 85 (33.59% from 255 or 17.97% from 473); Blue value is 149 (58.59% from 255 or 31.50% from 473); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5595 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF5595 is #10AA6A. Grayscale: #8A8A8A. Windows color (decimal): -1092203 or 9786863. OLE color: 9786863.
HSL color Cylindrical-coordinate representation of color #EF5595: hue angle of 335.06º 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 #EF5595 is Cyan = 0, Magento = 0.64, Yellow = 0.38 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 85 | 149 | - |
| CMYK | 0 | 0.64 | 0.38 | 0.06 |
| HSL | 335.06º | 0.83% | 0.64% | - |
| HSV(B) | 335.06º | 0.64% | 0.94% | - |
| XYZ | 44.27 | 27.02 | 31.32 | - |
| YUV | 138.34 | 134.02 | 199.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 85 | 149 | 0 | 0.64 | 0.38 | 0.06 | 335.06 | 0.83 | 0.64 |
| Hex | EF | 55 | 95 | 0 | 40 | 26 | 6 | 14F | 53 | 40 |
| Octal | 357 | 125 | 225 | 0 | 100 | 46 | 6 | 517 | 123 | 100 |
| Binary | 11101111 | 1010101 | 10010101 | 0 | 1000000 | 100110 | 110 | 101001111 | 1010011 | 1000000 |
Color Harmonies of #EF5595
Complementary color
Monochromatic Colors of #EF5595
Black with #EF5595
Text Example
Text Example
White with #EF5595
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF5595; }
p { color: rgb(239,85,149); }
H1.HeaderClassName
{
color: #EF5595;
}
.AnyTagClassName
{
color: #EF5595;
}
</style>
background-color css
<style>
a { background-color: #EF5595; }
a { background-color: rgb(239,85,149); }
div.DivClassName
{
background-color: #EF5595;
}
.BgClassName
{
background-color: #EF5595;
}
</style>
border-color css
<style>
span { border-color: #EF5595; }
span { border-color: rgb(239,85,149); }
td.TdClassName
{
border-color: #EF5595;
}
.TagClassName
{
border-color: #EF5595;
}
</style>