Shades of French Rose #E95896
Tints of French Rose #E95896
RGB
CMYK
RGB Variations
Color information
#E95896 (or 0xE95896) is known color: French Rose. HEX triplet: E9, 58 and 96. RGB value is (233,88,150). Sum of RGB (Red+Green+Blue) = 233+88+150=471 (62% of max value = 765). Red value is 233 (91.41% from 255 or 49.47% from 471); Green value is 88 (34.77% from 255 or 18.68% from 471); Blue value is 150 (58.98% from 255 or 31.85% from 471); Max value from RGB is 233 - color contains mainly: red. Hex color #E95896 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E95896 is #16A769. Grayscale: #8A8A8A. Windows color (decimal): -1484650 or 9853161. OLE color: 9853161.
HSL color Cylindrical-coordinate representation of color #E95896: hue angle of 334.34º degrees, saturation: 0.77, 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 #E95896 is Cyan = 0, Magento = 0.62, Yellow = 0.36 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 88 | 150 | - |
| CMYK | 0 | 0.62 | 0.36 | 0.09 |
| HSL | 334.34º | 0.77% | 0.63% | - |
| HSV(B) | 334.34º | 0.62% | 0.91% | - |
| XYZ | 42.6 | 26.51 | 31.72 | - |
| YUV | 138.42 | 134.54 | 195.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 88 | 150 | 0 | 0.62 | 0.36 | 0.09 | 334.34 | 0.77 | 0.63 |
| Hex | E9 | 58 | 96 | 0 | 3E | 24 | 9 | 14E | 4D | 3F |
| Octal | 351 | 130 | 226 | 0 | 76 | 44 | 11 | 516 | 115 | 77 |
| Binary | 11101001 | 1011000 | 10010110 | 0 | 111110 | 100100 | 1001 | 101001110 | 1001101 | 111111 |
Color Harmonies of #E95896
Complementary color
Monochromatic Colors of #E95896
Black with #E95896
Text Example
Text Example
White with #E95896
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E95896; }
p { color: rgb(233,88,150); }
H1.HeaderClassName
{
color: #E95896;
}
.AnyTagClassName
{
color: #E95896;
}
</style>
background-color css
<style>
a { background-color: #E95896; }
a { background-color: rgb(233,88,150); }
div.DivClassName
{
background-color: #E95896;
}
.BgClassName
{
background-color: #E95896;
}
</style>
border-color css
<style>
span { border-color: #E95896; }
span { border-color: rgb(233,88,150); }
td.TdClassName
{
border-color: #E95896;
}
.TagClassName
{
border-color: #E95896;
}
</style>