Shades of French Rose #E94987
Tints of French Rose #E94987
RGB
CMYK
RGB Variations
Color information
#E94987 (or 0xE94987) is known color: French Rose. HEX triplet: E9, 49 and 87. RGB value is (233,73,135). Sum of RGB (Red+Green+Blue) = 233+73+135=441 (58% of max value = 765). Red value is 233 (91.41% from 255 or 52.83% from 441); Green value is 73 (28.91% from 255 or 16.55% from 441); Blue value is 135 (53.12% from 255 or 30.61% from 441); Max value from RGB is 233 - color contains mainly: red. Hex color #E94987 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E94987 is #16B678. Grayscale: #7F7F7F. Windows color (decimal): -1488505 or 8866281. OLE color: 8866281.
HSL color Cylindrical-coordinate representation of color #E94987: hue angle of 336.75º degrees, saturation: 0.78, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E94987 is Cyan = 0, Magento = 0.69, Yellow = 0.42 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 73 | 135 | - |
| CMYK | 0 | 0.69 | 0.42 | 0.09 |
| HSL | 336.75º | 0.78% | 0.6% | - |
| HSV(B) | 336.75º | 0.69% | 0.91% | - |
| XYZ | 40.36 | 23.84 | 25.4 | - |
| YUV | 127.91 | 132.01 | 202.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 73 | 135 | 0 | 0.69 | 0.42 | 0.09 | 336.75 | 0.78 | 0.6 |
| Hex | E9 | 49 | 87 | 0 | 45 | 2A | 9 | 151 | 4E | 3C |
| Octal | 351 | 111 | 207 | 0 | 105 | 52 | 11 | 521 | 116 | 74 |
| Binary | 11101001 | 1001001 | 10000111 | 0 | 1000101 | 101010 | 1001 | 101010001 | 1001110 | 111100 |
Color Harmonies of #E94987
Complementary color
Monochromatic Colors of #E94987
Black with #E94987
Text Example
Text Example
White with #E94987
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E94987; }
p { color: rgb(233,73,135); }
H1.HeaderClassName
{
color: #E94987;
}
.AnyTagClassName
{
color: #E94987;
}
</style>
background-color css
<style>
a { background-color: #E94987; }
a { background-color: rgb(233,73,135); }
div.DivClassName
{
background-color: #E94987;
}
.BgClassName
{
background-color: #E94987;
}
</style>
border-color css
<style>
span { border-color: #E94987; }
span { border-color: rgb(233,73,135); }
td.TdClassName
{
border-color: #E94987;
}
.TagClassName
{
border-color: #E94987;
}
</style>