Shades of French Rose #EF4895
Tints of French Rose #EF4895
RGB
CMYK
RGB Variations
Color information
#EF4895 (or 0xEF4895) is known color: French Rose. HEX triplet: EF, 48 and 95. RGB value is (239,72,149). Sum of RGB (Red+Green+Blue) = 239+72+149=460 (60% of max value = 765). Red value is 239 (93.75% from 255 or 51.96% from 460); Green value is 72 (28.52% from 255 or 15.65% from 460); Blue value is 149 (58.59% from 255 or 32.39% from 460); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4895 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF4895 is #10B76A. Grayscale: #828282. Windows color (decimal): -1095531 or 9783535. OLE color: 9783535.
HSL color Cylindrical-coordinate representation of color #EF4895: hue angle of 332.34º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EF4895 is Cyan = 0, Magento = 0.70, Yellow = 0.38 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 72 | 149 | - |
| CMYK | 0 | 0.70 | 0.38 | 0.06 |
| HSL | 332.34º | 0.84% | 0.61% | - |
| HSV(B) | 332.34º | 0.7% | 0.94% | - |
| XYZ | 43.34 | 25.16 | 31.01 | - |
| YUV | 130.71 | 138.33 | 205.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 72 | 149 | 0 | 0.70 | 0.38 | 0.06 | 332.34 | 0.84 | 0.61 |
| Hex | EF | 48 | 95 | 0 | 46 | 26 | 6 | 14C | 54 | 3D |
| Octal | 357 | 110 | 225 | 0 | 106 | 46 | 6 | 514 | 124 | 75 |
| Binary | 11101111 | 1001000 | 10010101 | 0 | 1000110 | 100110 | 110 | 101001100 | 1010100 | 111101 |
Color Harmonies of #EF4895
Complementary color
Monochromatic Colors of #EF4895
Black with #EF4895
Text Example
Text Example
White with #EF4895
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF4895; }
p { color: rgb(239,72,149); }
H1.HeaderClassName
{
color: #EF4895;
}
.AnyTagClassName
{
color: #EF4895;
}
</style>
background-color css
<style>
a { background-color: #EF4895; }
a { background-color: rgb(239,72,149); }
div.DivClassName
{
background-color: #EF4895;
}
.BgClassName
{
background-color: #EF4895;
}
</style>
border-color css
<style>
span { border-color: #EF4895; }
span { border-color: rgb(239,72,149); }
td.TdClassName
{
border-color: #EF4895;
}
.TagClassName
{
border-color: #EF4895;
}
</style>