Shades of French Rose #EF4880
Tints of French Rose #EF4880
RGB
CMYK
RGB Variations
Color information
#EF4880 (or 0xEF4880) is known color: French Rose. HEX triplet: EF, 48 and 80. RGB value is (239,72,128). Sum of RGB (Red+Green+Blue) = 239+72+128=439 (58% of max value = 765). Red value is 239 (93.75% from 255 or 54.44% from 439); Green value is 72 (28.52% from 255 or 16.40% from 439); Blue value is 128 (50.39% from 255 or 29.16% from 439); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4880 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF4880 is #10B77F. Grayscale: #808080. Windows color (decimal): -1095552 or 8407279. OLE color: 8407279.
HSL color Cylindrical-coordinate representation of color #EF4880: hue angle of 339.88º 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 #EF4880 is Cyan = 0, Magento = 0.70, Yellow = 0.46 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 72 | 128 | - |
| CMYK | 0 | 0.70 | 0.46 | 0.06 |
| HSL | 339.88º | 0.84% | 0.61% | - |
| HSV(B) | 339.88º | 0.7% | 0.94% | - |
| XYZ | 41.81 | 24.54 | 22.96 | - |
| YUV | 128.32 | 127.83 | 206.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 72 | 128 | 0 | 0.70 | 0.46 | 0.06 | 339.88 | 0.84 | 0.61 |
| Hex | EF | 48 | 80 | 0 | 46 | 2E | 6 | 154 | 54 | 3D |
| Octal | 357 | 110 | 200 | 0 | 106 | 56 | 6 | 524 | 124 | 75 |
| Binary | 11101111 | 1001000 | 10000000 | 0 | 1000110 | 101110 | 110 | 101010100 | 1010100 | 111101 |
Color Harmonies of #EF4880
Complementary color
Monochromatic Colors of #EF4880
Black with #EF4880
Text Example
Text Example
White with #EF4880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF4880; }
p { color: rgb(239,72,128); }
H1.HeaderClassName
{
color: #EF4880;
}
.AnyTagClassName
{
color: #EF4880;
}
</style>
background-color css
<style>
a { background-color: #EF4880; }
a { background-color: rgb(239,72,128); }
div.DivClassName
{
background-color: #EF4880;
}
.BgClassName
{
background-color: #EF4880;
}
</style>
border-color css
<style>
span { border-color: #EF4880; }
span { border-color: rgb(239,72,128); }
td.TdClassName
{
border-color: #EF4880;
}
.TagClassName
{
border-color: #EF4880;
}
</style>