Shades of French Rose #EF5394
Tints of French Rose #EF5394
RGB
CMYK
RGB Variations
Color information
#EF5394 (or 0xEF5394) is known color: French Rose. HEX triplet: EF, 53 and 94. RGB value is (239,83,148). Sum of RGB (Red+Green+Blue) = 239+83+148=470 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.85% from 470); Green value is 83 (32.81% from 255 or 17.66% from 470); Blue value is 148 (58.20% from 255 or 31.49% from 470); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5394 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF5394 is #10AC6B. Grayscale: #888888. Windows color (decimal): -1092716 or 9720815. OLE color: 9720815.
HSL color Cylindrical-coordinate representation of color #EF5394: hue angle of 335º 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 #EF5394 is Cyan = 0, Magento = 0.65, Yellow = 0.38 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 83 | 148 | - |
| CMYK | 0 | 0.65 | 0.38 | 0.06 |
| HSL | 335º | 0.83% | 0.63% | - |
| HSV(B) | 335º | 0.65% | 0.94% | - |
| XYZ | 44.04 | 26.68 | 30.84 | - |
| YUV | 137.05 | 134.18 | 200.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 83 | 148 | 0 | 0.65 | 0.38 | 0.06 | 335 | 0.83 | 0.63 |
| Hex | EF | 53 | 94 | 0 | 41 | 26 | 6 | 14F | 53 | 3F |
| Octal | 357 | 123 | 224 | 0 | 101 | 46 | 6 | 517 | 123 | 77 |
| Binary | 11101111 | 1010011 | 10010100 | 0 | 1000001 | 100110 | 110 | 101001111 | 1010011 | 111111 |
Color Harmonies of #EF5394
Complementary color
Monochromatic Colors of #EF5394
Black with #EF5394
Text Example
Text Example
White with #EF5394
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF5394; }
p { color: rgb(239,83,148); }
H1.HeaderClassName
{
color: #EF5394;
}
.AnyTagClassName
{
color: #EF5394;
}
</style>
background-color css
<style>
a { background-color: #EF5394; }
a { background-color: rgb(239,83,148); }
div.DivClassName
{
background-color: #EF5394;
}
.BgClassName
{
background-color: #EF5394;
}
</style>
border-color css
<style>
span { border-color: #EF5394; }
span { border-color: rgb(239,83,148); }
td.TdClassName
{
border-color: #EF5394;
}
.TagClassName
{
border-color: #EF5394;
}
</style>