Shades of French Rose #EF548B
Tints of French Rose #EF548B
RGB
CMYK
RGB Variations
Color information
#EF548B (or 0xEF548B) is known color: French Rose. HEX triplet: EF, 54 and 8B. RGB value is (239,84,139). Sum of RGB (Red+Green+Blue) = 239+84+139=462 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.73% from 462); Green value is 84 (33.20% from 255 or 18.18% from 462); Blue value is 139 (54.69% from 255 or 30.09% from 462); Max value from RGB is 239 - color contains mainly: red. Hex color #EF548B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF548B is #10AB74. Grayscale: #888888. Windows color (decimal): -1092469 or 9131247. OLE color: 9131247.
HSL color Cylindrical-coordinate representation of color #EF548B: hue angle of 338.71º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #EF548B is Cyan = 0, Magento = 0.65, Yellow = 0.42 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 84 | 139 | - |
| CMYK | 0 | 0.65 | 0.42 | 0.06 |
| HSL | 338.71º | 0.83% | 0.63% | - |
| HSV(B) | 338.71º | 0.65% | 0.94% | - |
| XYZ | 43.43 | 26.56 | 27.26 | - |
| YUV | 136.62 | 129.35 | 201.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 84 | 139 | 0 | 0.65 | 0.42 | 0.06 | 338.71 | 0.83 | 0.63 |
| Hex | EF | 54 | 8B | 0 | 41 | 2A | 6 | 153 | 53 | 3F |
| Octal | 357 | 124 | 213 | 0 | 101 | 52 | 6 | 523 | 123 | 77 |
| Binary | 11101111 | 1010100 | 10001011 | 0 | 1000001 | 101010 | 110 | 101010011 | 1010011 | 111111 |
Color Harmonies of #EF548B
Complementary color
Monochromatic Colors of #EF548B
Black with #EF548B
Text Example
Text Example
White with #EF548B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF548B; }
p { color: rgb(239,84,139); }
H1.HeaderClassName
{
color: #EF548B;
}
.AnyTagClassName
{
color: #EF548B;
}
</style>
background-color css
<style>
a { background-color: #EF548B; }
a { background-color: rgb(239,84,139); }
div.DivClassName
{
background-color: #EF548B;
}
.BgClassName
{
background-color: #EF548B;
}
</style>
border-color css
<style>
span { border-color: #EF548B; }
span { border-color: rgb(239,84,139); }
td.TdClassName
{
border-color: #EF548B;
}
.TagClassName
{
border-color: #EF548B;
}
</style>