Shades of French Rose #EF4783
Tints of French Rose #EF4783
RGB
CMYK
RGB Variations
Color information
#EF4783 (or 0xEF4783) is known color: French Rose. HEX triplet: EF, 47 and 83. RGB value is (239,71,131). Sum of RGB (Red+Green+Blue) = 239+71+131=441 (58% of max value = 765). Red value is 239 (93.75% from 255 or 54.20% from 441); Green value is 71 (28.12% from 255 or 16.10% from 441); Blue value is 131 (51.56% from 255 or 29.71% from 441); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4783 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF4783 is #10B87C. Grayscale: #808080. Windows color (decimal): -1095805 or 8603631. OLE color: 8603631.
HSL color Cylindrical-coordinate representation of color #EF4783: hue angle of 338.57º 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 #EF4783 is Cyan = 0, Magento = 0.70, Yellow = 0.45 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 71 | 131 | - |
| CMYK | 0 | 0.70 | 0.45 | 0.06 |
| HSL | 338.57º | 0.84% | 0.61% | - |
| HSV(B) | 338.57º | 0.7% | 0.94% | - |
| XYZ | 41.95 | 24.5 | 23.99 | - |
| YUV | 128.07 | 129.66 | 207.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 71 | 131 | 0 | 0.70 | 0.45 | 0.06 | 338.57 | 0.84 | 0.61 |
| Hex | EF | 47 | 83 | 0 | 46 | 2D | 6 | 153 | 54 | 3D |
| Octal | 357 | 107 | 203 | 0 | 106 | 55 | 6 | 523 | 124 | 75 |
| Binary | 11101111 | 1000111 | 10000011 | 0 | 1000110 | 101101 | 110 | 101010011 | 1010100 | 111101 |
Color Harmonies of #EF4783
Complementary color
Monochromatic Colors of #EF4783
Black with #EF4783
Text Example
Text Example
White with #EF4783
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF4783; }
p { color: rgb(239,71,131); }
H1.HeaderClassName
{
color: #EF4783;
}
.AnyTagClassName
{
color: #EF4783;
}
</style>
background-color css
<style>
a { background-color: #EF4783; }
a { background-color: rgb(239,71,131); }
div.DivClassName
{
background-color: #EF4783;
}
.BgClassName
{
background-color: #EF4783;
}
</style>
border-color css
<style>
span { border-color: #EF4783; }
span { border-color: rgb(239,71,131); }
td.TdClassName
{
border-color: #EF4783;
}
.TagClassName
{
border-color: #EF4783;
}
</style>