Shades of French Rose #E94D8B
Tints of French Rose #E94D8B
RGB
CMYK
RGB Variations
Color information
#E94D8B (or 0xE94D8B) is known color: French Rose. HEX triplet: E9, 4D and 8B. RGB value is (233,77,139). Sum of RGB (Red+Green+Blue) = 233+77+139=449 (59% of max value = 765). Red value is 233 (91.41% from 255 or 51.89% from 449); Green value is 77 (30.47% from 255 or 17.15% from 449); Blue value is 139 (54.69% from 255 or 30.96% from 449); Max value from RGB is 233 - color contains mainly: red. Hex color #E94D8B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E94D8B is #16B274. Grayscale: #828282. Windows color (decimal): -1487477 or 9129449. OLE color: 9129449.
HSL color Cylindrical-coordinate representation of color #E94D8B: hue angle of 336.15º degrees, saturation: 0.78, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E94D8B is Cyan = 0, Magento = 0.67, Yellow = 0.40 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 77 | 139 | - |
| CMYK | 0 | 0.67 | 0.40 | 0.09 |
| HSL | 336.15º | 0.78% | 0.61% | - |
| HSV(B) | 336.15º | 0.67% | 0.91% | - |
| XYZ | 40.92 | 24.5 | 27 | - |
| YUV | 130.71 | 132.68 | 200.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 77 | 139 | 0 | 0.67 | 0.40 | 0.09 | 336.15 | 0.78 | 0.61 |
| Hex | E9 | 4D | 8B | 0 | 43 | 28 | 9 | 150 | 4E | 3D |
| Octal | 351 | 115 | 213 | 0 | 103 | 50 | 11 | 520 | 116 | 75 |
| Binary | 11101001 | 1001101 | 10001011 | 0 | 1000011 | 101000 | 1001 | 101010000 | 1001110 | 111101 |
Color Harmonies of #E94D8B
Complementary color
Monochromatic Colors of #E94D8B
Black with #E94D8B
Text Example
Text Example
White with #E94D8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E94D8B; }
p { color: rgb(233,77,139); }
H1.HeaderClassName
{
color: #E94D8B;
}
.AnyTagClassName
{
color: #E94D8B;
}
</style>
background-color css
<style>
a { background-color: #E94D8B; }
a { background-color: rgb(233,77,139); }
div.DivClassName
{
background-color: #E94D8B;
}
.BgClassName
{
background-color: #E94D8B;
}
</style>
border-color css
<style>
span { border-color: #E94D8B; }
span { border-color: rgb(233,77,139); }
td.TdClassName
{
border-color: #E94D8B;
}
.TagClassName
{
border-color: #E94D8B;
}
</style>