Shades of French Rose #EF457C
Tints of French Rose #EF457C
RGB
CMYK
RGB Variations
Color information
#EF457C (or 0xEF457C) is known color: French Rose. HEX triplet: EF, 45 and 7C. RGB value is (239,69,124). Sum of RGB (Red+Green+Blue) = 239+69+124=432 (57% of max value = 765). Red value is 239 (93.75% from 255 or 55.32% from 432); Green value is 69 (27.34% from 255 or 15.97% from 432); Blue value is 124 (48.83% from 255 or 28.70% from 432); Max value from RGB is 239 - color contains mainly: red. Hex color #EF457C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF457C is #10BA83. Grayscale: #7E7E7E. Windows color (decimal): -1096324 or 8144367. OLE color: 8144367.
HSL color Cylindrical-coordinate representation of color #EF457C: hue angle of 340.59º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #EF457C is Cyan = 0, Magento = 0.71, Yellow = 0.48 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 69 | 124 | - |
| CMYK | 0 | 0.71 | 0.48 | 0.06 |
| HSL | 340.59º | 0.84% | 0.6% | - |
| HSV(B) | 340.59º | 0.71% | 0.94% | - |
| XYZ | 41.36 | 24.06 | 21.53 | - |
| YUV | 126.1 | 126.82 | 208.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 69 | 124 | 0 | 0.71 | 0.48 | 0.06 | 340.59 | 0.84 | 0.6 |
| Hex | EF | 45 | 7C | 0 | 47 | 30 | 6 | 155 | 54 | 3C |
| Octal | 357 | 105 | 174 | 0 | 107 | 60 | 6 | 525 | 124 | 74 |
| Binary | 11101111 | 1000101 | 1111100 | 0 | 1000111 | 110000 | 110 | 101010101 | 1010100 | 111100 |
Color Harmonies of #EF457C
Complementary color
Monochromatic Colors of #EF457C
Black with #EF457C
Text Example
Text Example
White with #EF457C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF457C; }
p { color: rgb(239,69,124); }
H1.HeaderClassName
{
color: #EF457C;
}
.AnyTagClassName
{
color: #EF457C;
}
</style>
background-color css
<style>
a { background-color: #EF457C; }
a { background-color: rgb(239,69,124); }
div.DivClassName
{
background-color: #EF457C;
}
.BgClassName
{
background-color: #EF457C;
}
</style>
border-color css
<style>
span { border-color: #EF457C; }
span { border-color: rgb(239,69,124); }
td.TdClassName
{
border-color: #EF457C;
}
.TagClassName
{
border-color: #EF457C;
}
</style>