Shades of French Rose #E95592
Tints of French Rose #E95592
RGB
CMYK
RGB Variations
Color information
#E95592 (or 0xE95592) is known color: French Rose. HEX triplet: E9, 55 and 92. RGB value is (233,85,146). Sum of RGB (Red+Green+Blue) = 233+85+146=464 (61% of max value = 765). Red value is 233 (91.41% from 255 or 50.22% from 464); Green value is 85 (33.59% from 255 or 18.32% from 464); Blue value is 146 (57.42% from 255 or 31.47% from 464); Max value from RGB is 233 - color contains mainly: red. Hex color #E95592 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E95592 is #16AA6D. Grayscale: #888888. Windows color (decimal): -1485422 or 9590249. OLE color: 9590249.
HSL color Cylindrical-coordinate representation of color #E95592: hue angle of 335.27º 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 #E95592 is Cyan = 0, Magento = 0.64, Yellow = 0.37 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 85 | 146 | - |
| CMYK | 0 | 0.64 | 0.37 | 0.09 |
| HSL | 335.27º | 0.77% | 0.62% | - |
| HSV(B) | 335.27º | 0.64% | 0.91% | - |
| XYZ | 42.04 | 25.9 | 29.98 | - |
| YUV | 136.21 | 133.53 | 197.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 85 | 146 | 0 | 0.64 | 0.37 | 0.09 | 335.27 | 0.77 | 0.62 |
| Hex | E9 | 55 | 92 | 0 | 40 | 25 | 9 | 14F | 4D | 3E |
| Octal | 351 | 125 | 222 | 0 | 100 | 45 | 11 | 517 | 115 | 76 |
| Binary | 11101001 | 1010101 | 10010010 | 0 | 1000000 | 100101 | 1001 | 101001111 | 1001101 | 111110 |
Color Harmonies of #E95592
Complementary color
Monochromatic Colors of #E95592
Black with #E95592
Text Example
Text Example
White with #E95592
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E95592; }
p { color: rgb(233,85,146); }
H1.HeaderClassName
{
color: #E95592;
}
.AnyTagClassName
{
color: #E95592;
}
</style>
background-color css
<style>
a { background-color: #E95592; }
a { background-color: rgb(233,85,146); }
div.DivClassName
{
background-color: #E95592;
}
.BgClassName
{
background-color: #E95592;
}
</style>
border-color css
<style>
span { border-color: #E95592; }
span { border-color: rgb(233,85,146); }
td.TdClassName
{
border-color: #E95592;
}
.TagClassName
{
border-color: #E95592;
}
</style>