Shades of French Rose #EF4995
Tints of French Rose #EF4995
RGB
CMYK
RGB Variations
Color information
#EF4995 (or 0xEF4995) is known color: French Rose. HEX triplet: EF, 49 and 95. RGB value is (239,73,149). Sum of RGB (Red+Green+Blue) = 239+73+149=461 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.84% from 461); Green value is 73 (28.91% from 255 or 15.84% from 461); Blue value is 149 (58.59% from 255 or 32.32% from 461); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4995 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF4995 is #10B66A. Grayscale: #838383. Windows color (decimal): -1095275 or 9783791. OLE color: 9783791.
HSL color Cylindrical-coordinate representation of color #EF4995: hue angle of 332.53º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EF4995 is Cyan = 0, Magento = 0.69, Yellow = 0.38 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 73 | 149 | - |
| CMYK | 0 | 0.69 | 0.38 | 0.06 |
| HSL | 332.53º | 0.84% | 0.61% | - |
| HSV(B) | 332.53º | 0.69% | 0.94% | - |
| XYZ | 43.4 | 25.29 | 31.03 | - |
| YUV | 131.3 | 138 | 204.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 73 | 149 | 0 | 0.69 | 0.38 | 0.06 | 332.53 | 0.84 | 0.61 |
| Hex | EF | 49 | 95 | 0 | 45 | 26 | 6 | 14D | 54 | 3D |
| Octal | 357 | 111 | 225 | 0 | 105 | 46 | 6 | 515 | 124 | 75 |
| Binary | 11101111 | 1001001 | 10010101 | 0 | 1000101 | 100110 | 110 | 101001101 | 1010100 | 111101 |
Color Harmonies of #EF4995
Complementary color
Monochromatic Colors of #EF4995
Black with #EF4995
Text Example
Text Example
White with #EF4995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF4995; }
p { color: rgb(239,73,149); }
H1.HeaderClassName
{
color: #EF4995;
}
.AnyTagClassName
{
color: #EF4995;
}
</style>
background-color css
<style>
a { background-color: #EF4995; }
a { background-color: rgb(239,73,149); }
div.DivClassName
{
background-color: #EF4995;
}
.BgClassName
{
background-color: #EF4995;
}
</style>
border-color css
<style>
span { border-color: #EF4995; }
span { border-color: rgb(239,73,149); }
td.TdClassName
{
border-color: #EF4995;
}
.TagClassName
{
border-color: #EF4995;
}
</style>