Shades of French Rose #EF4788
Tints of French Rose #EF4788
RGB
CMYK
RGB Variations
Color information
#EF4788 (or 0xEF4788) is known color: French Rose. HEX triplet: EF, 47 and 88. RGB value is (239,71,136). Sum of RGB (Red+Green+Blue) = 239+71+136=446 (59% of max value = 765). Red value is 239 (93.75% from 255 or 53.59% from 446); Green value is 71 (28.12% from 255 or 15.92% from 446); Blue value is 136 (53.52% from 255 or 30.49% from 446); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4788 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF4788 is #10B877. Grayscale: #808080. Windows color (decimal): -1095800 or 8931311. OLE color: 8931311.
HSL color Cylindrical-coordinate representation of color #EF4788: hue angle of 336.79º 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 #EF4788 is Cyan = 0, Magento = 0.70, Yellow = 0.43 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 71 | 136 | - |
| CMYK | 0 | 0.70 | 0.43 | 0.06 |
| HSL | 336.79º | 0.84% | 0.61% | - |
| HSV(B) | 336.79º | 0.7% | 0.94% | - |
| XYZ | 42.29 | 24.63 | 25.82 | - |
| YUV | 128.64 | 132.16 | 206.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 71 | 136 | 0 | 0.70 | 0.43 | 0.06 | 336.79 | 0.84 | 0.61 |
| Hex | EF | 47 | 88 | 0 | 46 | 2B | 6 | 151 | 54 | 3D |
| Octal | 357 | 107 | 210 | 0 | 106 | 53 | 6 | 521 | 124 | 75 |
| Binary | 11101111 | 1000111 | 10001000 | 0 | 1000110 | 101011 | 110 | 101010001 | 1010100 | 111101 |
Color Harmonies of #EF4788
Complementary color
Monochromatic Colors of #EF4788
Black with #EF4788
Text Example
Text Example
White with #EF4788
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF4788; }
p { color: rgb(239,71,136); }
H1.HeaderClassName
{
color: #EF4788;
}
.AnyTagClassName
{
color: #EF4788;
}
</style>
background-color css
<style>
a { background-color: #EF4788; }
a { background-color: rgb(239,71,136); }
div.DivClassName
{
background-color: #EF4788;
}
.BgClassName
{
background-color: #EF4788;
}
</style>
border-color css
<style>
span { border-color: #EF4788; }
span { border-color: rgb(239,71,136); }
td.TdClassName
{
border-color: #EF4788;
}
.TagClassName
{
border-color: #EF4788;
}
</style>