Shades of French Rose #EF4A93
Tints of French Rose #EF4A93
RGB
CMYK
RGB Variations
Color information
#EF4A93 (or 0xEF4A93) is known color: French Rose. HEX triplet: EF, 4A and 93. RGB value is (239,74,147). Sum of RGB (Red+Green+Blue) = 239+74+147=460 (60% of max value = 765). Red value is 239 (93.75% from 255 or 51.96% from 460); Green value is 74 (29.30% from 255 or 16.09% from 460); Blue value is 147 (57.81% from 255 or 31.96% from 460); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4A93 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF4A93 is #10B56C. Grayscale: #838383. Windows color (decimal): -1095021 or 9652975. OLE color: 9652975.
HSL color Cylindrical-coordinate representation of color #EF4A93: hue angle of 333.45º 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 #EF4A93 is Cyan = 0, Magento = 0.69, Yellow = 0.38 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 74 | 147 | - |
| CMYK | 0 | 0.69 | 0.38 | 0.06 |
| HSL | 333.45º | 0.84% | 0.61% | - |
| HSV(B) | 333.45º | 0.69% | 0.94% | - |
| XYZ | 43.31 | 25.35 | 30.21 | - |
| YUV | 131.66 | 136.66 | 204.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 74 | 147 | 0 | 0.69 | 0.38 | 0.06 | 333.45 | 0.84 | 0.61 |
| Hex | EF | 4A | 93 | 0 | 45 | 26 | 6 | 14D | 54 | 3D |
| Octal | 357 | 112 | 223 | 0 | 105 | 46 | 6 | 515 | 124 | 75 |
| Binary | 11101111 | 1001010 | 10010011 | 0 | 1000101 | 100110 | 110 | 101001101 | 1010100 | 111101 |
Color Harmonies of #EF4A93
Complementary color
Monochromatic Colors of #EF4A93
Black with #EF4A93
Text Example
Text Example
White with #EF4A93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF4A93; }
p { color: rgb(239,74,147); }
H1.HeaderClassName
{
color: #EF4A93;
}
.AnyTagClassName
{
color: #EF4A93;
}
</style>
background-color css
<style>
a { background-color: #EF4A93; }
a { background-color: rgb(239,74,147); }
div.DivClassName
{
background-color: #EF4A93;
}
.BgClassName
{
background-color: #EF4A93;
}
</style>
border-color css
<style>
span { border-color: #EF4A93; }
span { border-color: rgb(239,74,147); }
td.TdClassName
{
border-color: #EF4A93;
}
.TagClassName
{
border-color: #EF4A93;
}
</style>