Shades of French Rose #E94789
Tints of French Rose #E94789
RGB
CMYK
RGB Variations
Color information
#E94789 (or 0xE94789) is known color: French Rose. HEX triplet: E9, 47 and 89. RGB value is (233,71,137). Sum of RGB (Red+Green+Blue) = 233+71+137=441 (58% of max value = 765). Red value is 233 (91.41% from 255 or 52.83% from 441); Green value is 71 (28.12% from 255 or 16.10% from 441); Blue value is 137 (53.91% from 255 or 31.07% from 441); Max value from RGB is 233 - color contains mainly: red. Hex color #E94789 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E94789 is #16B876. Grayscale: #7E7E7E. Windows color (decimal): -1489015 or 8996841. OLE color: 8996841.
HSL color Cylindrical-coordinate representation of color #E94789: hue angle of 335.56º degrees, saturation: 0.79, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E94789 is Cyan = 0, Magento = 0.70, Yellow = 0.41 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 71 | 137 | - |
| CMYK | 0 | 0.70 | 0.41 | 0.09 |
| HSL | 335.56º | 0.79% | 0.6% | - |
| HSV(B) | 335.56º | 0.7% | 0.91% | - |
| XYZ | 40.37 | 23.64 | 26.1 | - |
| YUV | 126.96 | 133.67 | 203.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 71 | 137 | 0 | 0.70 | 0.41 | 0.09 | 335.56 | 0.79 | 0.6 |
| Hex | E9 | 47 | 89 | 0 | 46 | 29 | 9 | 150 | 4F | 3C |
| Octal | 351 | 107 | 211 | 0 | 106 | 51 | 11 | 520 | 117 | 74 |
| Binary | 11101001 | 1000111 | 10001001 | 0 | 1000110 | 101001 | 1001 | 101010000 | 1001111 | 111100 |
Color Harmonies of #E94789
Complementary color
Monochromatic Colors of #E94789
Black with #E94789
Text Example
Text Example
White with #E94789
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E94789; }
p { color: rgb(233,71,137); }
H1.HeaderClassName
{
color: #E94789;
}
.AnyTagClassName
{
color: #E94789;
}
</style>
background-color css
<style>
a { background-color: #E94789; }
a { background-color: rgb(233,71,137); }
div.DivClassName
{
background-color: #E94789;
}
.BgClassName
{
background-color: #E94789;
}
</style>
border-color css
<style>
span { border-color: #E94789; }
span { border-color: rgb(233,71,137); }
td.TdClassName
{
border-color: #E94789;
}
.TagClassName
{
border-color: #E94789;
}
</style>