Shades of French Rose #EF4A80
Tints of French Rose #EF4A80
RGB
CMYK
RGB Variations
Color information
#EF4A80 (or 0xEF4A80) is known color: French Rose. HEX triplet: EF, 4A and 80. RGB value is (239,74,128). Sum of RGB (Red+Green+Blue) = 239+74+128=441 (58% of max value = 765). Red value is 239 (93.75% from 255 or 54.20% from 441); Green value is 74 (29.30% from 255 or 16.78% from 441); Blue value is 128 (50.39% from 255 or 29.02% from 441); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4A80 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF4A80 is #10B57F. Grayscale: #818181. Windows color (decimal): -1095040 or 8407791. OLE color: 8407791.
HSL color Cylindrical-coordinate representation of color #EF4A80: hue angle of 340.36º 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 #EF4A80 is Cyan = 0, Magento = 0.69, Yellow = 0.46 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 74 | 128 | - |
| CMYK | 0 | 0.69 | 0.46 | 0.06 |
| HSL | 340.36º | 0.84% | 0.61% | - |
| HSV(B) | 340.36º | 0.69% | 0.94% | - |
| XYZ | 41.94 | 24.81 | 23 | - |
| YUV | 129.49 | 127.16 | 206.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 74 | 128 | 0 | 0.69 | 0.46 | 0.06 | 340.36 | 0.84 | 0.61 |
| Hex | EF | 4A | 80 | 0 | 45 | 2E | 6 | 154 | 54 | 3D |
| Octal | 357 | 112 | 200 | 0 | 105 | 56 | 6 | 524 | 124 | 75 |
| Binary | 11101111 | 1001010 | 10000000 | 0 | 1000101 | 101110 | 110 | 101010100 | 1010100 | 111101 |
Color Harmonies of #EF4A80
Complementary color
Monochromatic Colors of #EF4A80
Black with #EF4A80
Text Example
Text Example
White with #EF4A80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF4A80; }
p { color: rgb(239,74,128); }
H1.HeaderClassName
{
color: #EF4A80;
}
.AnyTagClassName
{
color: #EF4A80;
}
</style>
background-color css
<style>
a { background-color: #EF4A80; }
a { background-color: rgb(239,74,128); }
div.DivClassName
{
background-color: #EF4A80;
}
.BgClassName
{
background-color: #EF4A80;
}
</style>
border-color css
<style>
span { border-color: #EF4A80; }
span { border-color: rgb(239,74,128); }
td.TdClassName
{
border-color: #EF4A80;
}
.TagClassName
{
border-color: #EF4A80;
}
</style>