Shades of French Rose #EF4F8B
Tints of French Rose #EF4F8B
RGB
CMYK
RGB Variations
Color information
#EF4F8B (or 0xEF4F8B) is known color: French Rose. HEX triplet: EF, 4F and 8B. RGB value is (239,79,139). Sum of RGB (Red+Green+Blue) = 239+79+139=457 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.30% from 457); Green value is 79 (31.25% from 255 or 17.29% from 457); Blue value is 139 (54.69% from 255 or 30.42% from 457); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4F8B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF4F8B is #10B074. Grayscale: #858585. Windows color (decimal): -1093749 or 9129967. OLE color: 9129967.
HSL color Cylindrical-coordinate representation of color #EF4F8B: hue angle of 337.5º 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 #EF4F8B is Cyan = 0, Magento = 0.67, Yellow = 0.42 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 79 | 139 | - |
| CMYK | 0 | 0.67 | 0.42 | 0.06 |
| HSL | 337.5º | 0.83% | 0.62% | - |
| HSV(B) | 337.5º | 0.67% | 0.94% | - |
| XYZ | 43.05 | 25.81 | 27.14 | - |
| YUV | 133.68 | 131.01 | 203.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 79 | 139 | 0 | 0.67 | 0.42 | 0.06 | 337.5 | 0.83 | 0.62 |
| Hex | EF | 4F | 8B | 0 | 43 | 2A | 6 | 152 | 53 | 3E |
| Octal | 357 | 117 | 213 | 0 | 103 | 52 | 6 | 522 | 123 | 76 |
| Binary | 11101111 | 1001111 | 10001011 | 0 | 1000011 | 101010 | 110 | 101010010 | 1010011 | 111110 |
Color Harmonies of #EF4F8B
Complementary color
Monochromatic Colors of #EF4F8B
Black with #EF4F8B
Text Example
Text Example
White with #EF4F8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF4F8B; }
p { color: rgb(239,79,139); }
H1.HeaderClassName
{
color: #EF4F8B;
}
.AnyTagClassName
{
color: #EF4F8B;
}
</style>
background-color css
<style>
a { background-color: #EF4F8B; }
a { background-color: rgb(239,79,139); }
div.DivClassName
{
background-color: #EF4F8B;
}
.BgClassName
{
background-color: #EF4F8B;
}
</style>
border-color css
<style>
span { border-color: #EF4F8B; }
span { border-color: rgb(239,79,139); }
td.TdClassName
{
border-color: #EF4F8B;
}
.TagClassName
{
border-color: #EF4F8B;
}
</style>