Shades of French Rose #E95599
Tints of French Rose #E95599
RGB
CMYK
RGB Variations
Color information
#E95599 (or 0xE95599) is known color: French Rose. HEX triplet: E9, 55 and 99. RGB value is (233,85,153). Sum of RGB (Red+Green+Blue) = 233+85+153=471 (62% of max value = 765). Red value is 233 (91.41% from 255 or 49.47% from 471); Green value is 85 (33.59% from 255 or 18.05% from 471); Blue value is 153 (60.16% from 255 or 32.48% from 471); Max value from RGB is 233 - color contains mainly: red. Hex color #E95599 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E95599 is #16AA66. Grayscale: #888888. Windows color (decimal): -1485415 or 10049001. OLE color: 10049001.
HSL color Cylindrical-coordinate representation of color #E95599: hue angle of 332.43º degrees, saturation: 0.77, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E95599 is Cyan = 0, Magento = 0.64, Yellow = 0.34 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 85 | 153 | - |
| CMYK | 0 | 0.64 | 0.34 | 0.09 |
| HSL | 332.43º | 0.77% | 0.62% | - |
| HSV(B) | 332.43º | 0.64% | 0.91% | - |
| XYZ | 42.6 | 26.12 | 32.93 | - |
| YUV | 137 | 137.03 | 196.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 85 | 153 | 0 | 0.64 | 0.34 | 0.09 | 332.43 | 0.77 | 0.62 |
| Hex | E9 | 55 | 99 | 0 | 40 | 22 | 9 | 14C | 4D | 3E |
| Octal | 351 | 125 | 231 | 0 | 100 | 42 | 11 | 514 | 115 | 76 |
| Binary | 11101001 | 1010101 | 10011001 | 0 | 1000000 | 100010 | 1001 | 101001100 | 1001101 | 111110 |
Color Harmonies of #E95599
Complementary color
Monochromatic Colors of #E95599
Black with #E95599
Text Example
Text Example
White with #E95599
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E95599; }
p { color: rgb(233,85,153); }
H1.HeaderClassName
{
color: #E95599;
}
.AnyTagClassName
{
color: #E95599;
}
</style>
background-color css
<style>
a { background-color: #E95599; }
a { background-color: rgb(233,85,153); }
div.DivClassName
{
background-color: #E95599;
}
.BgClassName
{
background-color: #E95599;
}
</style>
border-color css
<style>
span { border-color: #E95599; }
span { border-color: rgb(233,85,153); }
td.TdClassName
{
border-color: #E95599;
}
.TagClassName
{
border-color: #E95599;
}
</style>