Shades of French Rose #EF4A83
Tints of French Rose #EF4A83
RGB
CMYK
RGB Variations
Color information
#EF4A83 (or 0xEF4A83) is known color: French Rose. HEX triplet: EF, 4A and 83. RGB value is (239,74,131). Sum of RGB (Red+Green+Blue) = 239+74+131=444 (58% of max value = 765). Red value is 239 (93.75% from 255 or 53.83% from 444); Green value is 74 (29.30% from 255 or 16.67% from 444); Blue value is 131 (51.56% from 255 or 29.50% from 444); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4A83 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF4A83 is #10B57C. Grayscale: #818181. Windows color (decimal): -1095037 or 8604399. OLE color: 8604399.
HSL color Cylindrical-coordinate representation of color #EF4A83: hue angle of 339.27º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EF4A83 is Cyan = 0, Magento = 0.69, Yellow = 0.45 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 74 | 131 | - |
| CMYK | 0 | 0.69 | 0.45 | 0.06 |
| HSL | 339.27º | 0.84% | 0.61% | - |
| HSV(B) | 339.27º | 0.69% | 0.94% | - |
| XYZ | 42.14 | 24.89 | 24.06 | - |
| YUV | 129.83 | 128.66 | 205.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 74 | 131 | 0 | 0.69 | 0.45 | 0.06 | 339.27 | 0.84 | 0.61 |
| Hex | EF | 4A | 83 | 0 | 45 | 2D | 6 | 153 | 54 | 3D |
| Octal | 357 | 112 | 203 | 0 | 105 | 55 | 6 | 523 | 124 | 75 |
| Binary | 11101111 | 1001010 | 10000011 | 0 | 1000101 | 101101 | 110 | 101010011 | 1010100 | 111101 |
Color Harmonies of #EF4A83
Complementary color
Monochromatic Colors of #EF4A83
Black with #EF4A83
Text Example
Text Example
White with #EF4A83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF4A83; }
p { color: rgb(239,74,131); }
H1.HeaderClassName
{
color: #EF4A83;
}
.AnyTagClassName
{
color: #EF4A83;
}
</style>
background-color css
<style>
a { background-color: #EF4A83; }
a { background-color: rgb(239,74,131); }
div.DivClassName
{
background-color: #EF4A83;
}
.BgClassName
{
background-color: #EF4A83;
}
</style>
border-color css
<style>
span { border-color: #EF4A83; }
span { border-color: rgb(239,74,131); }
td.TdClassName
{
border-color: #EF4A83;
}
.TagClassName
{
border-color: #EF4A83;
}
</style>