Shades of French Rose #EF5396
Tints of French Rose #EF5396
RGB
CMYK
RGB Variations
Color information
#EF5396 (or 0xEF5396) is known color: French Rose. HEX triplet: EF, 53 and 96. RGB value is (239,83,150). Sum of RGB (Red+Green+Blue) = 239+83+150=472 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.64% from 472); Green value is 83 (32.81% from 255 or 17.58% from 472); Blue value is 150 (58.98% from 255 or 31.78% from 472); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5396 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF5396 is #10AC69. Grayscale: #898989. Windows color (decimal): -1092714 or 9851887. OLE color: 9851887.
HSL color Cylindrical-coordinate representation of color #EF5396: hue angle of 334.23º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #EF5396 is Cyan = 0, Magento = 0.65, Yellow = 0.37 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 83 | 150 | - |
| CMYK | 0 | 0.65 | 0.37 | 0.06 |
| HSL | 334.23º | 0.83% | 0.63% | - |
| HSV(B) | 334.23º | 0.65% | 0.94% | - |
| XYZ | 44.19 | 26.74 | 31.69 | - |
| YUV | 137.28 | 135.18 | 200.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 83 | 150 | 0 | 0.65 | 0.37 | 0.06 | 334.23 | 0.83 | 0.63 |
| Hex | EF | 53 | 96 | 0 | 41 | 25 | 6 | 14E | 53 | 3F |
| Octal | 357 | 123 | 226 | 0 | 101 | 45 | 6 | 516 | 123 | 77 |
| Binary | 11101111 | 1010011 | 10010110 | 0 | 1000001 | 100101 | 110 | 101001110 | 1010011 | 111111 |
Color Harmonies of #EF5396
Complementary color
Monochromatic Colors of #EF5396
Black with #EF5396
Text Example
Text Example
White with #EF5396
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF5396; }
p { color: rgb(239,83,150); }
H1.HeaderClassName
{
color: #EF5396;
}
.AnyTagClassName
{
color: #EF5396;
}
</style>
background-color css
<style>
a { background-color: #EF5396; }
a { background-color: rgb(239,83,150); }
div.DivClassName
{
background-color: #EF5396;
}
.BgClassName
{
background-color: #EF5396;
}
</style>
border-color css
<style>
span { border-color: #EF5396; }
span { border-color: rgb(239,83,150); }
td.TdClassName
{
border-color: #EF5396;
}
.TagClassName
{
border-color: #EF5396;
}
</style>