Shades of French Rose #EF4884
Tints of French Rose #EF4884
RGB
CMYK
RGB Variations
Color information
#EF4884 (or 0xEF4884) is known color: French Rose. HEX triplet: EF, 48 and 84. RGB value is (239,72,132). Sum of RGB (Red+Green+Blue) = 239+72+132=443 (58% of max value = 765). Red value is 239 (93.75% from 255 or 53.95% from 443); Green value is 72 (28.52% from 255 or 16.25% from 443); Blue value is 132 (51.95% from 255 or 29.80% from 443); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4884 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF4884 is #10B77B. Grayscale: #808080. Windows color (decimal): -1095548 or 8669423. OLE color: 8669423.
HSL color Cylindrical-coordinate representation of color #EF4884: hue angle of 338.44º 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 #EF4884 is Cyan = 0, Magento = 0.70, Yellow = 0.45 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 72 | 132 | - |
| CMYK | 0 | 0.70 | 0.45 | 0.06 |
| HSL | 338.44º | 0.84% | 0.61% | - |
| HSV(B) | 338.44º | 0.7% | 0.94% | - |
| XYZ | 42.08 | 24.65 | 24.37 | - |
| YUV | 128.77 | 129.83 | 206.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 72 | 132 | 0 | 0.70 | 0.45 | 0.06 | 338.44 | 0.84 | 0.61 |
| Hex | EF | 48 | 84 | 0 | 46 | 2D | 6 | 152 | 54 | 3D |
| Octal | 357 | 110 | 204 | 0 | 106 | 55 | 6 | 522 | 124 | 75 |
| Binary | 11101111 | 1001000 | 10000100 | 0 | 1000110 | 101101 | 110 | 101010010 | 1010100 | 111101 |
Color Harmonies of #EF4884
Complementary color
Monochromatic Colors of #EF4884
Black with #EF4884
Text Example
Text Example
White with #EF4884
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF4884; }
p { color: rgb(239,72,132); }
H1.HeaderClassName
{
color: #EF4884;
}
.AnyTagClassName
{
color: #EF4884;
}
</style>
background-color css
<style>
a { background-color: #EF4884; }
a { background-color: rgb(239,72,132); }
div.DivClassName
{
background-color: #EF4884;
}
.BgClassName
{
background-color: #EF4884;
}
</style>
border-color css
<style>
span { border-color: #EF4884; }
span { border-color: rgb(239,72,132); }
td.TdClassName
{
border-color: #EF4884;
}
.TagClassName
{
border-color: #EF4884;
}
</style>