Shades of French Rose #EF4F89
Tints of French Rose #EF4F89
RGB
CMYK
RGB Variations
Color information
#EF4F89 (or 0xEF4F89) is known color: French Rose. HEX triplet: EF, 4F and 89. RGB value is (239,79,137). Sum of RGB (Red+Green+Blue) = 239+79+137=455 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.53% from 455); Green value is 79 (31.25% from 255 or 17.36% from 455); Blue value is 137 (53.91% from 255 or 30.11% from 455); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4F89 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF4F89 is #10B076. Grayscale: #858585. Windows color (decimal): -1093751 or 8998895. OLE color: 8998895.
HSL color Cylindrical-coordinate representation of color #EF4F89: hue angle of 338.25º degrees, saturation: 0.83, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EF4F89 is Cyan = 0, Magento = 0.67, Yellow = 0.43 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 79 | 137 | - |
| CMYK | 0 | 0.67 | 0.43 | 0.06 |
| HSL | 338.25º | 0.83% | 0.62% | - |
| HSV(B) | 338.25º | 0.67% | 0.94% | - |
| XYZ | 42.91 | 25.75 | 26.38 | - |
| YUV | 133.45 | 130.01 | 203.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 79 | 137 | 0 | 0.67 | 0.43 | 0.06 | 338.25 | 0.83 | 0.62 |
| Hex | EF | 4F | 89 | 0 | 43 | 2B | 6 | 152 | 53 | 3E |
| Octal | 357 | 117 | 211 | 0 | 103 | 53 | 6 | 522 | 123 | 76 |
| Binary | 11101111 | 1001111 | 10001001 | 0 | 1000011 | 101011 | 110 | 101010010 | 1010011 | 111110 |
Color Harmonies of #EF4F89
Complementary color
Monochromatic Colors of #EF4F89
Black with #EF4F89
Text Example
Text Example
White with #EF4F89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF4F89; }
p { color: rgb(239,79,137); }
H1.HeaderClassName
{
color: #EF4F89;
}
.AnyTagClassName
{
color: #EF4F89;
}
</style>
background-color css
<style>
a { background-color: #EF4F89; }
a { background-color: rgb(239,79,137); }
div.DivClassName
{
background-color: #EF4F89;
}
.BgClassName
{
background-color: #EF4F89;
}
</style>
border-color css
<style>
span { border-color: #EF4F89; }
span { border-color: rgb(239,79,137); }
td.TdClassName
{
border-color: #EF4F89;
}
.TagClassName
{
border-color: #EF4F89;
}
</style>