Shades of French Rose #EB5192
Tints of French Rose #EB5192
RGB
CMYK
RGB Variations
Color information
#EB5192 (or 0xEB5192) is known color: French Rose. HEX triplet: EB, 51 and 92. RGB value is (235,81,146). Sum of RGB (Red+Green+Blue) = 235+81+146=462 (61% of max value = 765). Red value is 235 (92.19% from 255 or 50.87% from 462); Green value is 81 (32.03% from 255 or 17.53% from 462); Blue value is 146 (57.42% from 255 or 31.60% from 462); Max value from RGB is 235 - color contains mainly: red. Hex color #EB5192 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB5192 is #14AE6D. Grayscale: #868686. Windows color (decimal): -1355374 or 9589227. OLE color: 9589227.
HSL color Cylindrical-coordinate representation of color #EB5192: hue angle of 334.68º degrees, saturation: 0.79, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EB5192 is Cyan = 0, Magento = 0.66, Yellow = 0.38 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 81 | 146 | - |
| CMYK | 0 | 0.66 | 0.38 | 0.08 |
| HSL | 334.68º | 0.79% | 0.62% | - |
| HSV(B) | 334.68º | 0.66% | 0.92% | - |
| XYZ | 42.39 | 25.62 | 29.91 | - |
| YUV | 134.46 | 134.52 | 199.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 81 | 146 | 0 | 0.66 | 0.38 | 0.08 | 334.68 | 0.79 | 0.62 |
| Hex | EB | 51 | 92 | 0 | 42 | 26 | 8 | 14F | 4F | 3E |
| Octal | 353 | 121 | 222 | 0 | 102 | 46 | 10 | 517 | 117 | 76 |
| Binary | 11101011 | 1010001 | 10010010 | 0 | 1000010 | 100110 | 1000 | 101001111 | 1001111 | 111110 |
Color Harmonies of #EB5192
Complementary color
Monochromatic Colors of #EB5192
Black with #EB5192
Text Example
Text Example
White with #EB5192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB5192; }
p { color: rgb(235,81,146); }
H1.HeaderClassName
{
color: #EB5192;
}
.AnyTagClassName
{
color: #EB5192;
}
</style>
background-color css
<style>
a { background-color: #EB5192; }
a { background-color: rgb(235,81,146); }
div.DivClassName
{
background-color: #EB5192;
}
.BgClassName
{
background-color: #EB5192;
}
</style>
border-color css
<style>
span { border-color: #EB5192; }
span { border-color: rgb(235,81,146); }
td.TdClassName
{
border-color: #EB5192;
}
.TagClassName
{
border-color: #EB5192;
}
</style>