Shades of French Rose #E94686
Tints of French Rose #E94686
RGB
CMYK
RGB Variations
Color information
#E94686 (or 0xE94686) is known color: French Rose. HEX triplet: E9, 46 and 86. RGB value is (233,70,134). Sum of RGB (Red+Green+Blue) = 233+70+134=437 (57% of max value = 765). Red value is 233 (91.41% from 255 or 53.32% from 437); Green value is 70 (27.73% from 255 or 16.02% from 437); Blue value is 134 (52.73% from 255 or 30.66% from 437); Max value from RGB is 233 - color contains mainly: red. Hex color #E94686 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E94686 is #16B979. Grayscale: #7D7D7D. Windows color (decimal): -1489274 or 8799977. OLE color: 8799977.
HSL color Cylindrical-coordinate representation of color #E94686: hue angle of 336.44º degrees, saturation: 0.79, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E94686 is Cyan = 0, Magento = 0.70, Yellow = 0.42 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 70 | 134 | - |
| CMYK | 0 | 0.70 | 0.42 | 0.09 |
| HSL | 336.44º | 0.79% | 0.59% | - |
| HSV(B) | 336.44º | 0.7% | 0.91% | - |
| XYZ | 40.1 | 23.43 | 24.96 | - |
| YUV | 126.03 | 132.5 | 204.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 70 | 134 | 0 | 0.70 | 0.42 | 0.09 | 336.44 | 0.79 | 0.59 |
| Hex | E9 | 46 | 86 | 0 | 46 | 2A | 9 | 150 | 4F | 3B |
| Octal | 351 | 106 | 206 | 0 | 106 | 52 | 11 | 520 | 117 | 73 |
| Binary | 11101001 | 1000110 | 10000110 | 0 | 1000110 | 101010 | 1001 | 101010000 | 1001111 | 111011 |
Color Harmonies of #E94686
Complementary color
Monochromatic Colors of #E94686
Black with #E94686
Text Example
Text Example
White with #E94686
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E94686; }
p { color: rgb(233,70,134); }
H1.HeaderClassName
{
color: #E94686;
}
.AnyTagClassName
{
color: #E94686;
}
</style>
background-color css
<style>
a { background-color: #E94686; }
a { background-color: rgb(233,70,134); }
div.DivClassName
{
background-color: #E94686;
}
.BgClassName
{
background-color: #E94686;
}
</style>
border-color css
<style>
span { border-color: #E94686; }
span { border-color: rgb(233,70,134); }
td.TdClassName
{
border-color: #E94686;
}
.TagClassName
{
border-color: #E94686;
}
</style>