Shades of French Rose #EF4B8C
Tints of French Rose #EF4B8C
RGB
CMYK
RGB Variations
Color information
#EF4B8C (or 0xEF4B8C) is known color: French Rose. HEX triplet: EF, 4B and 8C. RGB value is (239,75,140). Sum of RGB (Red+Green+Blue) = 239+75+140=454 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.64% from 454); Green value is 75 (29.69% from 255 or 16.52% from 454); Blue value is 140 (55.08% from 255 or 30.84% from 454); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4B8C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF4B8C is #10B473. Grayscale: #838383. Windows color (decimal): -1094772 or 9194479. OLE color: 9194479.
HSL color Cylindrical-coordinate representation of color #EF4B8C: hue angle of 336.22º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EF4B8C is Cyan = 0, Magento = 0.69, Yellow = 0.41 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 75 | 140 | - |
| CMYK | 0 | 0.69 | 0.41 | 0.06 |
| HSL | 336.22º | 0.84% | 0.62% | - |
| HSV(B) | 336.22º | 0.69% | 0.94% | - |
| XYZ | 42.85 | 25.28 | 27.43 | - |
| YUV | 131.45 | 132.83 | 204.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 75 | 140 | 0 | 0.69 | 0.41 | 0.06 | 336.22 | 0.84 | 0.62 |
| Hex | EF | 4B | 8C | 0 | 45 | 29 | 6 | 150 | 54 | 3E |
| Octal | 357 | 113 | 214 | 0 | 105 | 51 | 6 | 520 | 124 | 76 |
| Binary | 11101111 | 1001011 | 10001100 | 0 | 1000101 | 101001 | 110 | 101010000 | 1010100 | 111110 |
Color Harmonies of #EF4B8C
Complementary color
Monochromatic Colors of #EF4B8C
Black with #EF4B8C
Text Example
Text Example
White with #EF4B8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF4B8C; }
p { color: rgb(239,75,140); }
H1.HeaderClassName
{
color: #EF4B8C;
}
.AnyTagClassName
{
color: #EF4B8C;
}
</style>
background-color css
<style>
a { background-color: #EF4B8C; }
a { background-color: rgb(239,75,140); }
div.DivClassName
{
background-color: #EF4B8C;
}
.BgClassName
{
background-color: #EF4B8C;
}
</style>
border-color css
<style>
span { border-color: #EF4B8C; }
span { border-color: rgb(239,75,140); }
td.TdClassName
{
border-color: #EF4B8C;
}
.TagClassName
{
border-color: #EF4B8C;
}
</style>