Shades of French Rose #EF4E89
Tints of French Rose #EF4E89
RGB
CMYK
RGB Variations
Color information
#EF4E89 (or 0xEF4E89) is known color: French Rose. HEX triplet: EF, 4E and 89. RGB value is (239,78,137). Sum of RGB (Red+Green+Blue) = 239+78+137=454 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.64% from 454); Green value is 78 (30.86% from 255 or 17.18% from 454); Blue value is 137 (53.91% from 255 or 30.18% from 454); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4E89 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF4E89 is #10B176. Grayscale: #848484. Windows color (decimal): -1094007 or 8998639. OLE color: 8998639.
HSL color Cylindrical-coordinate representation of color #EF4E89: hue angle of 338.01º 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 #EF4E89 is Cyan = 0, Magento = 0.67, Yellow = 0.43 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 78 | 137 | - |
| CMYK | 0 | 0.67 | 0.43 | 0.06 |
| HSL | 338.01º | 0.83% | 0.62% | - |
| HSV(B) | 338.01º | 0.67% | 0.94% | - |
| XYZ | 42.84 | 25.61 | 26.35 | - |
| YUV | 132.87 | 130.34 | 203.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 78 | 137 | 0 | 0.67 | 0.43 | 0.06 | 338.01 | 0.83 | 0.62 |
| Hex | EF | 4E | 89 | 0 | 43 | 2B | 6 | 152 | 53 | 3E |
| Octal | 357 | 116 | 211 | 0 | 103 | 53 | 6 | 522 | 123 | 76 |
| Binary | 11101111 | 1001110 | 10001001 | 0 | 1000011 | 101011 | 110 | 101010010 | 1010011 | 111110 |
Color Harmonies of #EF4E89
Complementary color
Monochromatic Colors of #EF4E89
Black with #EF4E89
Text Example
Text Example
White with #EF4E89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF4E89; }
p { color: rgb(239,78,137); }
H1.HeaderClassName
{
color: #EF4E89;
}
.AnyTagClassName
{
color: #EF4E89;
}
</style>
background-color css
<style>
a { background-color: #EF4E89; }
a { background-color: rgb(239,78,137); }
div.DivClassName
{
background-color: #EF4E89;
}
.BgClassName
{
background-color: #EF4E89;
}
</style>
border-color css
<style>
span { border-color: #EF4E89; }
span { border-color: rgb(239,78,137); }
td.TdClassName
{
border-color: #EF4E89;
}
.TagClassName
{
border-color: #EF4E89;
}
</style>