Shades of French Rose #EF508C
Tints of French Rose #EF508C
RGB
CMYK
RGB Variations
Color information
#EF508C (or 0xEF508C) is known color: French Rose. HEX triplet: EF, 50 and 8C. RGB value is (239,80,140). Sum of RGB (Red+Green+Blue) = 239+80+140=459 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.07% from 459); Green value is 80 (31.64% from 255 or 17.43% from 459); Blue value is 140 (55.08% from 255 or 30.50% from 459); Max value from RGB is 239 - color contains mainly: red. Hex color #EF508C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF508C is #10AF73. Grayscale: #868686. Windows color (decimal): -1093492 or 9195759. OLE color: 9195759.
HSL color Cylindrical-coordinate representation of color #EF508C: hue angle of 337.36º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EF508C is Cyan = 0, Magento = 0.67, Yellow = 0.41 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 80 | 140 | - |
| CMYK | 0 | 0.67 | 0.41 | 0.06 |
| HSL | 337.36º | 0.83% | 0.63% | - |
| HSV(B) | 337.36º | 0.67% | 0.94% | - |
| XYZ | 43.2 | 25.98 | 27.55 | - |
| YUV | 134.38 | 131.18 | 202.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 80 | 140 | 0 | 0.67 | 0.41 | 0.06 | 337.36 | 0.83 | 0.63 |
| Hex | EF | 50 | 8C | 0 | 43 | 29 | 6 | 151 | 53 | 3F |
| Octal | 357 | 120 | 214 | 0 | 103 | 51 | 6 | 521 | 123 | 77 |
| Binary | 11101111 | 1010000 | 10001100 | 0 | 1000011 | 101001 | 110 | 101010001 | 1010011 | 111111 |
Color Harmonies of #EF508C
Complementary color
Monochromatic Colors of #EF508C
Black with #EF508C
Text Example
Text Example
White with #EF508C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF508C; }
p { color: rgb(239,80,140); }
H1.HeaderClassName
{
color: #EF508C;
}
.AnyTagClassName
{
color: #EF508C;
}
</style>
background-color css
<style>
a { background-color: #EF508C; }
a { background-color: rgb(239,80,140); }
div.DivClassName
{
background-color: #EF508C;
}
.BgClassName
{
background-color: #EF508C;
}
</style>
border-color css
<style>
span { border-color: #EF508C; }
span { border-color: rgb(239,80,140); }
td.TdClassName
{
border-color: #EF508C;
}
.TagClassName
{
border-color: #EF508C;
}
</style>