Shades of French Rose #EF5088
Tints of French Rose #EF5088
RGB
CMYK
RGB Variations
Color information
#EF5088 (or 0xEF5088) is known color: French Rose. HEX triplet: EF, 50 and 88. RGB value is (239,80,136). Sum of RGB (Red+Green+Blue) = 239+80+136=455 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.53% from 455); Green value is 80 (31.64% from 255 or 17.58% from 455); Blue value is 136 (53.52% from 255 or 29.89% from 455); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5088 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF5088 is #10AF77. Grayscale: #858585. Windows color (decimal): -1093496 or 8933615. OLE color: 8933615.
HSL color Cylindrical-coordinate representation of color #EF5088: hue angle of 338.87º 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 #EF5088 is Cyan = 0, Magento = 0.67, Yellow = 0.43 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 80 | 136 | - |
| CMYK | 0 | 0.67 | 0.43 | 0.06 |
| HSL | 338.87º | 0.83% | 0.63% | - |
| HSV(B) | 338.87º | 0.67% | 0.94% | - |
| XYZ | 42.91 | 25.87 | 26.02 | - |
| YUV | 133.93 | 129.18 | 202.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 80 | 136 | 0 | 0.67 | 0.43 | 0.06 | 338.87 | 0.83 | 0.63 |
| Hex | EF | 50 | 88 | 0 | 43 | 2B | 6 | 153 | 53 | 3F |
| Octal | 357 | 120 | 210 | 0 | 103 | 53 | 6 | 523 | 123 | 77 |
| Binary | 11101111 | 1010000 | 10001000 | 0 | 1000011 | 101011 | 110 | 101010011 | 1010011 | 111111 |
Color Harmonies of #EF5088
Complementary color
Monochromatic Colors of #EF5088
Black with #EF5088
Text Example
Text Example
White with #EF5088
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF5088; }
p { color: rgb(239,80,136); }
H1.HeaderClassName
{
color: #EF5088;
}
.AnyTagClassName
{
color: #EF5088;
}
</style>
background-color css
<style>
a { background-color: #EF5088; }
a { background-color: rgb(239,80,136); }
div.DivClassName
{
background-color: #EF5088;
}
.BgClassName
{
background-color: #EF5088;
}
</style>
border-color css
<style>
span { border-color: #EF5088; }
span { border-color: rgb(239,80,136); }
td.TdClassName
{
border-color: #EF5088;
}
.TagClassName
{
border-color: #EF5088;
}
</style>