Shades of French Rose #EF4893
Tints of French Rose #EF4893
RGB
CMYK
RGB Variations
Color information
#EF4893 (or 0xEF4893) is known color: French Rose. HEX triplet: EF, 48 and 93. RGB value is (239,72,147). Sum of RGB (Red+Green+Blue) = 239+72+147=458 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.18% from 458); Green value is 72 (28.52% from 255 or 15.72% from 458); Blue value is 147 (57.81% from 255 or 32.10% from 458); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4893 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF4893 is #10B76C. Grayscale: #828282. Windows color (decimal): -1095533 or 9652463. OLE color: 9652463.
HSL color Cylindrical-coordinate representation of color #EF4893: hue angle of 333.05º 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 #EF4893 is Cyan = 0, Magento = 0.70, Yellow = 0.38 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 72 | 147 | - |
| CMYK | 0 | 0.70 | 0.38 | 0.06 |
| HSL | 333.05º | 0.84% | 0.61% | - |
| HSV(B) | 333.05º | 0.7% | 0.94% | - |
| XYZ | 43.18 | 25.09 | 30.17 | - |
| YUV | 130.48 | 137.33 | 205.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 72 | 147 | 0 | 0.70 | 0.38 | 0.06 | 333.05 | 0.84 | 0.61 |
| Hex | EF | 48 | 93 | 0 | 46 | 26 | 6 | 14D | 54 | 3D |
| Octal | 357 | 110 | 223 | 0 | 106 | 46 | 6 | 515 | 124 | 75 |
| Binary | 11101111 | 1001000 | 10010011 | 0 | 1000110 | 100110 | 110 | 101001101 | 1010100 | 111101 |
Color Harmonies of #EF4893
Complementary color
Monochromatic Colors of #EF4893
Black with #EF4893
Text Example
Text Example
White with #EF4893
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF4893; }
p { color: rgb(239,72,147); }
H1.HeaderClassName
{
color: #EF4893;
}
.AnyTagClassName
{
color: #EF4893;
}
</style>
background-color css
<style>
a { background-color: #EF4893; }
a { background-color: rgb(239,72,147); }
div.DivClassName
{
background-color: #EF4893;
}
.BgClassName
{
background-color: #EF4893;
}
</style>
border-color css
<style>
span { border-color: #EF4893; }
span { border-color: rgb(239,72,147); }
td.TdClassName
{
border-color: #EF4893;
}
.TagClassName
{
border-color: #EF4893;
}
</style>