Shades of French Rose #EF4A92
Tints of French Rose #EF4A92
RGB
CMYK
RGB Variations
Color information
#EF4A92 (or 0xEF4A92) is known color: French Rose. HEX triplet: EF, 4A and 92. RGB value is (239,74,146). Sum of RGB (Red+Green+Blue) = 239+74+146=459 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.07% from 459); Green value is 74 (29.30% from 255 or 16.12% from 459); Blue value is 146 (57.42% from 255 or 31.81% from 459); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4A92 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF4A92 is #10B56D. Grayscale: #838383. Windows color (decimal): -1095022 or 9587439. OLE color: 9587439.
HSL color Cylindrical-coordinate representation of color #EF4A92: hue angle of 333.82º 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 #EF4A92 is Cyan = 0, Magento = 0.69, Yellow = 0.39 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 74 | 146 | - |
| CMYK | 0 | 0.69 | 0.39 | 0.06 |
| HSL | 333.82º | 0.84% | 0.61% | - |
| HSV(B) | 333.82º | 0.69% | 0.94% | - |
| XYZ | 43.23 | 25.32 | 29.8 | - |
| YUV | 131.54 | 136.16 | 204.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 74 | 146 | 0 | 0.69 | 0.39 | 0.06 | 333.82 | 0.84 | 0.61 |
| Hex | EF | 4A | 92 | 0 | 45 | 27 | 6 | 14E | 54 | 3D |
| Octal | 357 | 112 | 222 | 0 | 105 | 47 | 6 | 516 | 124 | 75 |
| Binary | 11101111 | 1001010 | 10010010 | 0 | 1000101 | 100111 | 110 | 101001110 | 1010100 | 111101 |
Color Harmonies of #EF4A92
Complementary color
Monochromatic Colors of #EF4A92
Black with #EF4A92
Text Example
Text Example
White with #EF4A92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF4A92; }
p { color: rgb(239,74,146); }
H1.HeaderClassName
{
color: #EF4A92;
}
.AnyTagClassName
{
color: #EF4A92;
}
</style>
background-color css
<style>
a { background-color: #EF4A92; }
a { background-color: rgb(239,74,146); }
div.DivClassName
{
background-color: #EF4A92;
}
.BgClassName
{
background-color: #EF4A92;
}
</style>
border-color css
<style>
span { border-color: #EF4A92; }
span { border-color: rgb(239,74,146); }
td.TdClassName
{
border-color: #EF4A92;
}
.TagClassName
{
border-color: #EF4A92;
}
</style>