Shades of French Rose #EF477E
Tints of French Rose #EF477E
RGB
CMYK
RGB Variations
Color information
#EF477E (or 0xEF477E) is known color: French Rose. HEX triplet: EF, 47 and 7E. RGB value is (239,71,126). Sum of RGB (Red+Green+Blue) = 239+71+126=436 (57% of max value = 765). Red value is 239 (93.75% from 255 or 54.82% from 436); Green value is 71 (28.12% from 255 or 16.28% from 436); Blue value is 126 (49.61% from 255 or 28.90% from 436); Max value from RGB is 239 - color contains mainly: red. Hex color #EF477E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF477E is #10B881. Grayscale: #7F7F7F. Windows color (decimal): -1095810 or 8275951. OLE color: 8275951.
HSL color Cylindrical-coordinate representation of color #EF477E: hue angle of 340.36º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EF477E is Cyan = 0, Magento = 0.70, Yellow = 0.47 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 71 | 126 | - |
| CMYK | 0 | 0.70 | 0.47 | 0.06 |
| HSL | 340.36º | 0.84% | 0.61% | - |
| HSV(B) | 340.36º | 0.7% | 0.94% | - |
| XYZ | 41.62 | 24.36 | 22.25 | - |
| YUV | 127.5 | 127.16 | 207.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 71 | 126 | 0 | 0.70 | 0.47 | 0.06 | 340.36 | 0.84 | 0.61 |
| Hex | EF | 47 | 7E | 0 | 46 | 2F | 6 | 154 | 54 | 3D |
| Octal | 357 | 107 | 176 | 0 | 106 | 57 | 6 | 524 | 124 | 75 |
| Binary | 11101111 | 1000111 | 1111110 | 0 | 1000110 | 101111 | 110 | 101010100 | 1010100 | 111101 |
Color Harmonies of #EF477E
Complementary color
Monochromatic Colors of #EF477E
Black with #EF477E
Text Example
Text Example
White with #EF477E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF477E; }
p { color: rgb(239,71,126); }
H1.HeaderClassName
{
color: #EF477E;
}
.AnyTagClassName
{
color: #EF477E;
}
</style>
background-color css
<style>
a { background-color: #EF477E; }
a { background-color: rgb(239,71,126); }
div.DivClassName
{
background-color: #EF477E;
}
.BgClassName
{
background-color: #EF477E;
}
</style>
border-color css
<style>
span { border-color: #EF477E; }
span { border-color: rgb(239,71,126); }
td.TdClassName
{
border-color: #EF477E;
}
.TagClassName
{
border-color: #EF477E;
}
</style>