Shades of French Rose #EF5295
Tints of French Rose #EF5295
RGB
CMYK
RGB Variations
Color information
#EF5295 (or 0xEF5295) is known color: French Rose. HEX triplet: EF, 52 and 95. RGB value is (239,82,149). Sum of RGB (Red+Green+Blue) = 239+82+149=470 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.85% from 470); Green value is 82 (32.42% from 255 or 17.45% from 470); Blue value is 149 (58.59% from 255 or 31.70% from 470); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5295 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF5295 is #10AD6A. Grayscale: #888888. Windows color (decimal): -1092971 or 9786095. OLE color: 9786095.
HSL color Cylindrical-coordinate representation of color #EF5295: hue angle of 334.39º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EF5295 is Cyan = 0, Magento = 0.66, Yellow = 0.38 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 82 | 149 | - |
| CMYK | 0 | 0.66 | 0.38 | 0.06 |
| HSL | 334.39º | 0.83% | 0.63% | - |
| HSV(B) | 334.39º | 0.66% | 0.94% | - |
| XYZ | 44.04 | 26.56 | 31.24 | - |
| YUV | 136.58 | 135.01 | 201.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 82 | 149 | 0 | 0.66 | 0.38 | 0.06 | 334.39 | 0.83 | 0.63 |
| Hex | EF | 52 | 95 | 0 | 42 | 26 | 6 | 14E | 53 | 3F |
| Octal | 357 | 122 | 225 | 0 | 102 | 46 | 6 | 516 | 123 | 77 |
| Binary | 11101111 | 1010010 | 10010101 | 0 | 1000010 | 100110 | 110 | 101001110 | 1010011 | 111111 |
Color Harmonies of #EF5295
Complementary color
Monochromatic Colors of #EF5295
Black with #EF5295
Text Example
Text Example
White with #EF5295
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF5295; }
p { color: rgb(239,82,149); }
H1.HeaderClassName
{
color: #EF5295;
}
.AnyTagClassName
{
color: #EF5295;
}
</style>
background-color css
<style>
a { background-color: #EF5295; }
a { background-color: rgb(239,82,149); }
div.DivClassName
{
background-color: #EF5295;
}
.BgClassName
{
background-color: #EF5295;
}
</style>
border-color css
<style>
span { border-color: #EF5295; }
span { border-color: rgb(239,82,149); }
td.TdClassName
{
border-color: #EF5295;
}
.TagClassName
{
border-color: #EF5295;
}
</style>