Shades of French Rose #EF5395
Tints of French Rose #EF5395
RGB
CMYK
RGB Variations
Color information
#EF5395 (or 0xEF5395) is known color: French Rose. HEX triplet: EF, 53 and 95. RGB value is (239,83,149). Sum of RGB (Red+Green+Blue) = 239+83+149=471 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.74% from 471); Green value is 83 (32.81% from 255 or 17.62% from 471); Blue value is 149 (58.59% from 255 or 31.63% from 471); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5395 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF5395 is #10AC6A. Grayscale: #898989. Windows color (decimal): -1092715 or 9786351. OLE color: 9786351.
HSL color Cylindrical-coordinate representation of color #EF5395: hue angle of 334.62º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #EF5395 is Cyan = 0, Magento = 0.65, Yellow = 0.38 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 83 | 149 | - |
| CMYK | 0 | 0.65 | 0.38 | 0.06 |
| HSL | 334.62º | 0.83% | 0.63% | - |
| HSV(B) | 334.62º | 0.65% | 0.94% | - |
| XYZ | 44.11 | 26.71 | 31.26 | - |
| YUV | 137.17 | 134.68 | 200.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 83 | 149 | 0 | 0.65 | 0.38 | 0.06 | 334.62 | 0.83 | 0.63 |
| Hex | EF | 53 | 95 | 0 | 41 | 26 | 6 | 14F | 53 | 3F |
| Octal | 357 | 123 | 225 | 0 | 101 | 46 | 6 | 517 | 123 | 77 |
| Binary | 11101111 | 1010011 | 10010101 | 0 | 1000001 | 100110 | 110 | 101001111 | 1010011 | 111111 |
Color Harmonies of #EF5395
Complementary color
Monochromatic Colors of #EF5395
Black with #EF5395
Text Example
Text Example
White with #EF5395
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF5395; }
p { color: rgb(239,83,149); }
H1.HeaderClassName
{
color: #EF5395;
}
.AnyTagClassName
{
color: #EF5395;
}
</style>
background-color css
<style>
a { background-color: #EF5395; }
a { background-color: rgb(239,83,149); }
div.DivClassName
{
background-color: #EF5395;
}
.BgClassName
{
background-color: #EF5395;
}
</style>
border-color css
<style>
span { border-color: #EF5395; }
span { border-color: rgb(239,83,149); }
td.TdClassName
{
border-color: #EF5395;
}
.TagClassName
{
border-color: #EF5395;
}
</style>