Shades of French Rose #EF4A84
Tints of French Rose #EF4A84
RGB
CMYK
RGB Variations
Color information
#EF4A84 (or 0xEF4A84) is known color: French Rose. HEX triplet: EF, 4A and 84. RGB value is (239,74,132). Sum of RGB (Red+Green+Blue) = 239+74+132=445 (58% of max value = 765). Red value is 239 (93.75% from 255 or 53.71% from 445); Green value is 74 (29.30% from 255 or 16.63% from 445); Blue value is 132 (51.95% from 255 or 29.66% from 445); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4A84 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF4A84 is #10B57B. Grayscale: #818181. Windows color (decimal): -1095036 or 8669935. OLE color: 8669935.
HSL color Cylindrical-coordinate representation of color #EF4A84: hue angle of 338.91º 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 #EF4A84 is Cyan = 0, Magento = 0.69, Yellow = 0.45 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 74 | 132 | - |
| CMYK | 0 | 0.69 | 0.45 | 0.06 |
| HSL | 338.91º | 0.84% | 0.61% | - |
| HSV(B) | 338.91º | 0.69% | 0.94% | - |
| XYZ | 42.21 | 24.91 | 24.41 | - |
| YUV | 129.95 | 129.16 | 205.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 74 | 132 | 0 | 0.69 | 0.45 | 0.06 | 338.91 | 0.84 | 0.61 |
| Hex | EF | 4A | 84 | 0 | 45 | 2D | 6 | 153 | 54 | 3D |
| Octal | 357 | 112 | 204 | 0 | 105 | 55 | 6 | 523 | 124 | 75 |
| Binary | 11101111 | 1001010 | 10000100 | 0 | 1000101 | 101101 | 110 | 101010011 | 1010100 | 111101 |
Color Harmonies of #EF4A84
Complementary color
Monochromatic Colors of #EF4A84
Black with #EF4A84
Text Example
Text Example
White with #EF4A84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF4A84; }
p { color: rgb(239,74,132); }
H1.HeaderClassName
{
color: #EF4A84;
}
.AnyTagClassName
{
color: #EF4A84;
}
</style>
background-color css
<style>
a { background-color: #EF4A84; }
a { background-color: rgb(239,74,132); }
div.DivClassName
{
background-color: #EF4A84;
}
.BgClassName
{
background-color: #EF4A84;
}
</style>
border-color css
<style>
span { border-color: #EF4A84; }
span { border-color: rgb(239,74,132); }
td.TdClassName
{
border-color: #EF4A84;
}
.TagClassName
{
border-color: #EF4A84;
}
</style>