Shades of French Rose #EF5694
Tints of French Rose #EF5694
RGB
CMYK
RGB Variations
Color information
#EF5694 (or 0xEF5694) is known color: French Rose. HEX triplet: EF, 56 and 94. RGB value is (239,86,148). Sum of RGB (Red+Green+Blue) = 239+86+148=473 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.53% from 473); Green value is 86 (33.98% from 255 or 18.18% from 473); Blue value is 148 (58.20% from 255 or 31.29% from 473); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5694 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF5694 is #10A96B. Grayscale: #8A8A8A. Windows color (decimal): -1091948 or 9721583. OLE color: 9721583.
HSL color Cylindrical-coordinate representation of color #EF5694: hue angle of 335.69º 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 #EF5694 is Cyan = 0, Magento = 0.64, Yellow = 0.38 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 86 | 148 | - |
| CMYK | 0 | 0.64 | 0.38 | 0.06 |
| HSL | 335.69º | 0.83% | 0.64% | - |
| HSV(B) | 335.69º | 0.64% | 0.94% | - |
| XYZ | 44.27 | 27.14 | 30.92 | - |
| YUV | 138.82 | 133.19 | 199.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 86 | 148 | 0 | 0.64 | 0.38 | 0.06 | 335.69 | 0.83 | 0.64 |
| Hex | EF | 56 | 94 | 0 | 40 | 26 | 6 | 150 | 53 | 40 |
| Octal | 357 | 126 | 224 | 0 | 100 | 46 | 6 | 520 | 123 | 100 |
| Binary | 11101111 | 1010110 | 10010100 | 0 | 1000000 | 100110 | 110 | 101010000 | 1010011 | 1000000 |
Color Harmonies of #EF5694
Complementary color
Monochromatic Colors of #EF5694
Black with #EF5694
Text Example
Text Example
White with #EF5694
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF5694; }
p { color: rgb(239,86,148); }
H1.HeaderClassName
{
color: #EF5694;
}
.AnyTagClassName
{
color: #EF5694;
}
</style>
background-color css
<style>
a { background-color: #EF5694; }
a { background-color: rgb(239,86,148); }
div.DivClassName
{
background-color: #EF5694;
}
.BgClassName
{
background-color: #EF5694;
}
</style>
border-color css
<style>
span { border-color: #EF5694; }
span { border-color: rgb(239,86,148); }
td.TdClassName
{
border-color: #EF5694;
}
.TagClassName
{
border-color: #EF5694;
}
</style>