Shades of French Rose #EF4E8C
Tints of French Rose #EF4E8C
RGB
CMYK
RGB Variations
Color information
#EF4E8C (or 0xEF4E8C) is known color: French Rose. HEX triplet: EF, 4E and 8C. RGB value is (239,78,140). Sum of RGB (Red+Green+Blue) = 239+78+140=457 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.30% from 457); Green value is 78 (30.86% from 255 or 17.07% from 457); Blue value is 140 (55.08% from 255 or 30.63% from 457); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4E8C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF4E8C is #10B173. Grayscale: #858585. Windows color (decimal): -1094004 or 9195247. OLE color: 9195247.
HSL color Cylindrical-coordinate representation of color #EF4E8C: hue angle of 336.89º 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 #EF4E8C is Cyan = 0, Magento = 0.67, Yellow = 0.41 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 78 | 140 | - |
| CMYK | 0 | 0.67 | 0.41 | 0.06 |
| HSL | 336.89º | 0.83% | 0.62% | - |
| HSV(B) | 336.89º | 0.67% | 0.94% | - |
| XYZ | 43.05 | 25.69 | 27.5 | - |
| YUV | 133.21 | 131.84 | 203.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 78 | 140 | 0 | 0.67 | 0.41 | 0.06 | 336.89 | 0.83 | 0.62 |
| Hex | EF | 4E | 8C | 0 | 43 | 29 | 6 | 151 | 53 | 3E |
| Octal | 357 | 116 | 214 | 0 | 103 | 51 | 6 | 521 | 123 | 76 |
| Binary | 11101111 | 1001110 | 10001100 | 0 | 1000011 | 101001 | 110 | 101010001 | 1010011 | 111110 |
Color Harmonies of #EF4E8C
Complementary color
Monochromatic Colors of #EF4E8C
Black with #EF4E8C
Text Example
Text Example
White with #EF4E8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF4E8C; }
p { color: rgb(239,78,140); }
H1.HeaderClassName
{
color: #EF4E8C;
}
.AnyTagClassName
{
color: #EF4E8C;
}
</style>
background-color css
<style>
a { background-color: #EF4E8C; }
a { background-color: rgb(239,78,140); }
div.DivClassName
{
background-color: #EF4E8C;
}
.BgClassName
{
background-color: #EF4E8C;
}
</style>
border-color css
<style>
span { border-color: #EF4E8C; }
span { border-color: rgb(239,78,140); }
td.TdClassName
{
border-color: #EF4E8C;
}
.TagClassName
{
border-color: #EF4E8C;
}
</style>