Shades of French Rose #EF4682
Tints of French Rose #EF4682
RGB
CMYK
RGB Variations
Color information
#EF4682 (or 0xEF4682) is known color: French Rose. HEX triplet: EF, 46 and 82. RGB value is (239,70,130). Sum of RGB (Red+Green+Blue) = 239+70+130=439 (58% of max value = 765). Red value is 239 (93.75% from 255 or 54.44% from 439); Green value is 70 (27.73% from 255 or 15.95% from 439); Blue value is 130 (51.17% from 255 or 29.61% from 439); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4682 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF4682 is #10B97D. Grayscale: #7F7F7F. Windows color (decimal): -1096062 or 8537839. OLE color: 8537839.
HSL color Cylindrical-coordinate representation of color #EF4682: hue angle of 338.7º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #EF4682 is Cyan = 0, Magento = 0.71, Yellow = 0.46 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 70 | 130 | - |
| CMYK | 0 | 0.71 | 0.46 | 0.06 |
| HSL | 338.7º | 0.84% | 0.61% | - |
| HSV(B) | 338.7º | 0.71% | 0.94% | - |
| XYZ | 41.82 | 24.34 | 23.61 | - |
| YUV | 127.37 | 129.49 | 207.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 70 | 130 | 0 | 0.71 | 0.46 | 0.06 | 338.7 | 0.84 | 0.61 |
| Hex | EF | 46 | 82 | 0 | 47 | 2E | 6 | 153 | 54 | 3D |
| Octal | 357 | 106 | 202 | 0 | 107 | 56 | 6 | 523 | 124 | 75 |
| Binary | 11101111 | 1000110 | 10000010 | 0 | 1000111 | 101110 | 110 | 101010011 | 1010100 | 111101 |
Color Harmonies of #EF4682
Complementary color
Monochromatic Colors of #EF4682
Black with #EF4682
Text Example
Text Example
White with #EF4682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF4682; }
p { color: rgb(239,70,130); }
H1.HeaderClassName
{
color: #EF4682;
}
.AnyTagClassName
{
color: #EF4682;
}
</style>
background-color css
<style>
a { background-color: #EF4682; }
a { background-color: rgb(239,70,130); }
div.DivClassName
{
background-color: #EF4682;
}
.BgClassName
{
background-color: #EF4682;
}
</style>
border-color css
<style>
span { border-color: #EF4682; }
span { border-color: rgb(239,70,130); }
td.TdClassName
{
border-color: #EF4682;
}
.TagClassName
{
border-color: #EF4682;
}
</style>