Shades of French Rose #EF4785
Tints of French Rose #EF4785
RGB
CMYK
RGB Variations
Color information
#EF4785 (or 0xEF4785) is known color: French Rose. HEX triplet: EF, 47 and 85. RGB value is (239,71,133). Sum of RGB (Red+Green+Blue) = 239+71+133=443 (58% of max value = 765). Red value is 239 (93.75% from 255 or 53.95% from 443); Green value is 71 (28.12% from 255 or 16.03% from 443); Blue value is 133 (52.34% from 255 or 30.02% from 443); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4785 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF4785 is #10B87A. Grayscale: #808080. Windows color (decimal): -1095803 or 8734703. OLE color: 8734703.
HSL color Cylindrical-coordinate representation of color #EF4785: hue angle of 337.86º 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 #EF4785 is Cyan = 0, Magento = 0.70, Yellow = 0.44 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 71 | 133 | - |
| CMYK | 0 | 0.70 | 0.44 | 0.06 |
| HSL | 337.86º | 0.84% | 0.61% | - |
| HSV(B) | 337.86º | 0.7% | 0.94% | - |
| XYZ | 42.08 | 24.55 | 24.71 | - |
| YUV | 128.3 | 130.66 | 206.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 71 | 133 | 0 | 0.70 | 0.44 | 0.06 | 337.86 | 0.84 | 0.61 |
| Hex | EF | 47 | 85 | 0 | 46 | 2C | 6 | 152 | 54 | 3D |
| Octal | 357 | 107 | 205 | 0 | 106 | 54 | 6 | 522 | 124 | 75 |
| Binary | 11101111 | 1000111 | 10000101 | 0 | 1000110 | 101100 | 110 | 101010010 | 1010100 | 111101 |
Color Harmonies of #EF4785
Complementary color
Monochromatic Colors of #EF4785
Black with #EF4785
Text Example
Text Example
White with #EF4785
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF4785; }
p { color: rgb(239,71,133); }
H1.HeaderClassName
{
color: #EF4785;
}
.AnyTagClassName
{
color: #EF4785;
}
</style>
background-color css
<style>
a { background-color: #EF4785; }
a { background-color: rgb(239,71,133); }
div.DivClassName
{
background-color: #EF4785;
}
.BgClassName
{
background-color: #EF4785;
}
</style>
border-color css
<style>
span { border-color: #EF4785; }
span { border-color: rgb(239,71,133); }
td.TdClassName
{
border-color: #EF4785;
}
.TagClassName
{
border-color: #EF4785;
}
</style>