Shades of French Rose #E85996
Tints of French Rose #E85996
RGB
CMYK
RGB Variations
Color information
#E85996 (or 0xE85996) is known color: French Rose. HEX triplet: E8, 59 and 96. RGB value is (232,89,150). Sum of RGB (Red+Green+Blue) = 232+89+150=471 (62% of max value = 765). Red value is 232 (91.02% from 255 or 49.26% from 471); Green value is 89 (35.16% from 255 or 18.90% from 471); Blue value is 150 (58.98% from 255 or 31.85% from 471); Max value from RGB is 232 - color contains mainly: red. Hex color #E85996 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E85996 is #17A669. Grayscale: #8A8A8A. Windows color (decimal): -1549930 or 9853416. OLE color: 9853416.
HSL color Cylindrical-coordinate representation of color #E85996: hue angle of 334.41º degrees, saturation: 0.76, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E85996 is Cyan = 0, Magento = 0.62, Yellow = 0.35 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 89 | 150 | - |
| CMYK | 0 | 0.62 | 0.35 | 0.09 |
| HSL | 334.41º | 0.76% | 0.63% | - |
| HSV(B) | 334.41º | 0.62% | 0.91% | - |
| XYZ | 42.36 | 26.5 | 31.74 | - |
| YUV | 138.71 | 134.38 | 194.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 89 | 150 | 0 | 0.62 | 0.35 | 0.09 | 334.41 | 0.76 | 0.63 |
| Hex | E8 | 59 | 96 | 0 | 3E | 23 | 9 | 14E | 4C | 3F |
| Octal | 350 | 131 | 226 | 0 | 76 | 43 | 11 | 516 | 114 | 77 |
| Binary | 11101000 | 1011001 | 10010110 | 0 | 111110 | 100011 | 1001 | 101001110 | 1001100 | 111111 |
Color Harmonies of #E85996
Complementary color
Monochromatic Colors of #E85996
Black with #E85996
Text Example
Text Example
White with #E85996
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E85996; }
p { color: rgb(232,89,150); }
H1.HeaderClassName
{
color: #E85996;
}
.AnyTagClassName
{
color: #E85996;
}
</style>
background-color css
<style>
a { background-color: #E85996; }
a { background-color: rgb(232,89,150); }
div.DivClassName
{
background-color: #E85996;
}
.BgClassName
{
background-color: #E85996;
}
</style>
border-color css
<style>
span { border-color: #E85996; }
span { border-color: rgb(232,89,150); }
td.TdClassName
{
border-color: #E85996;
}
.TagClassName
{
border-color: #E85996;
}
</style>