Shades of French Rose #E95192
Tints of French Rose #E95192
RGB
CMYK
RGB Variations
Color information
#E95192 (or 0xE95192) is known color: French Rose. HEX triplet: E9, 51 and 92. RGB value is (233,81,146). Sum of RGB (Red+Green+Blue) = 233+81+146=460 (60% of max value = 765). Red value is 233 (91.41% from 255 or 50.65% from 460); Green value is 81 (32.03% from 255 or 17.61% from 460); Blue value is 146 (57.42% from 255 or 31.74% from 460); Max value from RGB is 233 - color contains mainly: red. Hex color #E95192 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E95192 is #16AE6D. Grayscale: #858585. Windows color (decimal): -1486446 or 9589225. OLE color: 9589225.
HSL color Cylindrical-coordinate representation of color #E95192: hue angle of 334.34º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E95192 is Cyan = 0, Magento = 0.65, Yellow = 0.37 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 81 | 146 | - |
| CMYK | 0 | 0.65 | 0.37 | 0.09 |
| HSL | 334.34º | 0.78% | 0.62% | - |
| HSV(B) | 334.34º | 0.65% | 0.91% | - |
| XYZ | 41.74 | 25.28 | 29.87 | - |
| YUV | 133.86 | 134.86 | 198.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 81 | 146 | 0 | 0.65 | 0.37 | 0.09 | 334.34 | 0.78 | 0.62 |
| Hex | E9 | 51 | 92 | 0 | 41 | 25 | 9 | 14E | 4E | 3E |
| Octal | 351 | 121 | 222 | 0 | 101 | 45 | 11 | 516 | 116 | 76 |
| Binary | 11101001 | 1010001 | 10010010 | 0 | 1000001 | 100101 | 1001 | 101001110 | 1001110 | 111110 |
Color Harmonies of #E95192
Complementary color
Monochromatic Colors of #E95192
Black with #E95192
Text Example
Text Example
White with #E95192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E95192; }
p { color: rgb(233,81,146); }
H1.HeaderClassName
{
color: #E95192;
}
.AnyTagClassName
{
color: #E95192;
}
</style>
background-color css
<style>
a { background-color: #E95192; }
a { background-color: rgb(233,81,146); }
div.DivClassName
{
background-color: #E95192;
}
.BgClassName
{
background-color: #E95192;
}
</style>
border-color css
<style>
span { border-color: #E95192; }
span { border-color: rgb(233,81,146); }
td.TdClassName
{
border-color: #E95192;
}
.TagClassName
{
border-color: #E95192;
}
</style>