Shades of French Rose #EF598F
Tints of French Rose #EF598F
RGB
CMYK
RGB Variations
Color information
#EF598F (or 0xEF598F) is known color: French Rose. HEX triplet: EF, 59 and 8F. RGB value is (239,89,143). Sum of RGB (Red+Green+Blue) = 239+89+143=471 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.74% from 471); Green value is 89 (35.16% from 255 or 18.90% from 471); Blue value is 143 (56.25% from 255 or 30.36% from 471); Max value from RGB is 239 - color contains mainly: red. Hex color #EF598F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF598F is #10A670. Grayscale: #8B8B8B. Windows color (decimal): -1091185 or 9394671. OLE color: 9394671.
HSL color Cylindrical-coordinate representation of color #EF598F: hue angle of 338.4º degrees, saturation: 0.82, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #EF598F is Cyan = 0, Magento = 0.63, Yellow = 0.40 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 89 | 143 | - |
| CMYK | 0 | 0.63 | 0.40 | 0.06 |
| HSL | 338.4º | 0.82% | 0.64% | - |
| HSV(B) | 338.4º | 0.63% | 0.94% | - |
| XYZ | 44.13 | 27.48 | 28.96 | - |
| YUV | 140.01 | 129.7 | 198.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 89 | 143 | 0 | 0.63 | 0.40 | 0.06 | 338.4 | 0.82 | 0.64 |
| Hex | EF | 59 | 8F | 0 | 3F | 28 | 6 | 152 | 52 | 40 |
| Octal | 357 | 131 | 217 | 0 | 77 | 50 | 6 | 522 | 122 | 100 |
| Binary | 11101111 | 1011001 | 10001111 | 0 | 111111 | 101000 | 110 | 101010010 | 1010010 | 1000000 |
Color Harmonies of #EF598F
Complementary color
Monochromatic Colors of #EF598F
Black with #EF598F
Text Example
Text Example
White with #EF598F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF598F; }
p { color: rgb(239,89,143); }
H1.HeaderClassName
{
color: #EF598F;
}
.AnyTagClassName
{
color: #EF598F;
}
</style>
background-color css
<style>
a { background-color: #EF598F; }
a { background-color: rgb(239,89,143); }
div.DivClassName
{
background-color: #EF598F;
}
.BgClassName
{
background-color: #EF598F;
}
</style>
border-color css
<style>
span { border-color: #EF598F; }
span { border-color: rgb(239,89,143); }
td.TdClassName
{
border-color: #EF598F;
}
.TagClassName
{
border-color: #EF598F;
}
</style>