Shades of French Rose #E85192
Tints of French Rose #E85192
RGB
CMYK
RGB Variations
Color information
#E85192 (or 0xE85192) is known color: French Rose. HEX triplet: E8, 51 and 92. RGB value is (232,81,146). Sum of RGB (Red+Green+Blue) = 232+81+146=459 (60% of max value = 765). Red value is 232 (91.02% from 255 or 50.54% from 459); Green value is 81 (32.03% from 255 or 17.65% from 459); Blue value is 146 (57.42% from 255 or 31.81% from 459); Max value from RGB is 232 - color contains mainly: red. Hex color #E85192 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E85192 is #17AE6D. Grayscale: #858585. Windows color (decimal): -1551982 or 9589224. OLE color: 9589224.
HSL color Cylindrical-coordinate representation of color #E85192: hue angle of 334.17º degrees, saturation: 0.77, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E85192 is Cyan = 0, Magento = 0.65, Yellow = 0.37 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 81 | 146 | - |
| CMYK | 0 | 0.65 | 0.37 | 0.09 |
| HSL | 334.17º | 0.77% | 0.61% | - |
| HSV(B) | 334.17º | 0.65% | 0.91% | - |
| XYZ | 41.41 | 25.12 | 29.86 | - |
| YUV | 133.56 | 135.03 | 198.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 81 | 146 | 0 | 0.65 | 0.37 | 0.09 | 334.17 | 0.77 | 0.61 |
| Hex | E8 | 51 | 92 | 0 | 41 | 25 | 9 | 14E | 4D | 3D |
| Octal | 350 | 121 | 222 | 0 | 101 | 45 | 11 | 516 | 115 | 75 |
| Binary | 11101000 | 1010001 | 10010010 | 0 | 1000001 | 100101 | 1001 | 101001110 | 1001101 | 111101 |
Color Harmonies of #E85192
Complementary color
Monochromatic Colors of #E85192
Black with #E85192
Text Example
Text Example
White with #E85192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E85192; }
p { color: rgb(232,81,146); }
H1.HeaderClassName
{
color: #E85192;
}
.AnyTagClassName
{
color: #E85192;
}
</style>
background-color css
<style>
a { background-color: #E85192; }
a { background-color: rgb(232,81,146); }
div.DivClassName
{
background-color: #E85192;
}
.BgClassName
{
background-color: #E85192;
}
</style>
border-color css
<style>
span { border-color: #E85192; }
span { border-color: rgb(232,81,146); }
td.TdClassName
{
border-color: #E85192;
}
.TagClassName
{
border-color: #E85192;
}
</style>