Shades of French Rose #E94C89
Tints of French Rose #E94C89
RGB
CMYK
RGB Variations
Color information
#E94C89 (or 0xE94C89) is known color: French Rose. HEX triplet: E9, 4C and 89. RGB value is (233,76,137). Sum of RGB (Red+Green+Blue) = 233+76+137=446 (59% of max value = 765). Red value is 233 (91.41% from 255 or 52.24% from 446); Green value is 76 (30.08% from 255 or 17.04% from 446); Blue value is 137 (53.91% from 255 or 30.72% from 446); Max value from RGB is 233 - color contains mainly: red. Hex color #E94C89 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E94C89 is #16B376. Grayscale: #818181. Windows color (decimal): -1487735 or 8998121. OLE color: 8998121.
HSL color Cylindrical-coordinate representation of color #E94C89: hue angle of 336.69º 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 #E94C89 is Cyan = 0, Magento = 0.67, Yellow = 0.41 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 76 | 137 | - |
| CMYK | 0 | 0.67 | 0.41 | 0.09 |
| HSL | 336.69º | 0.78% | 0.61% | - |
| HSV(B) | 336.69º | 0.67% | 0.91% | - |
| XYZ | 40.7 | 24.3 | 26.21 | - |
| YUV | 129.9 | 132.01 | 201.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 76 | 137 | 0 | 0.67 | 0.41 | 0.09 | 336.69 | 0.78 | 0.61 |
| Hex | E9 | 4C | 89 | 0 | 43 | 29 | 9 | 151 | 4E | 3D |
| Octal | 351 | 114 | 211 | 0 | 103 | 51 | 11 | 521 | 116 | 75 |
| Binary | 11101001 | 1001100 | 10001001 | 0 | 1000011 | 101001 | 1001 | 101010001 | 1001110 | 111101 |
Color Harmonies of #E94C89
Complementary color
Monochromatic Colors of #E94C89
Black with #E94C89
Text Example
Text Example
White with #E94C89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E94C89; }
p { color: rgb(233,76,137); }
H1.HeaderClassName
{
color: #E94C89;
}
.AnyTagClassName
{
color: #E94C89;
}
</style>
background-color css
<style>
a { background-color: #E94C89; }
a { background-color: rgb(233,76,137); }
div.DivClassName
{
background-color: #E94C89;
}
.BgClassName
{
background-color: #E94C89;
}
</style>
border-color css
<style>
span { border-color: #E94C89; }
span { border-color: rgb(233,76,137); }
td.TdClassName
{
border-color: #E94C89;
}
.TagClassName
{
border-color: #E94C89;
}
</style>