Shades of French Rose #EC5192
Tints of French Rose #EC5192
RGB
CMYK
RGB Variations
Color information
#EC5192 (or 0xEC5192) is known color: French Rose. HEX triplet: EC, 51 and 92. RGB value is (236,81,146). Sum of RGB (Red+Green+Blue) = 236+81+146=463 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.97% from 463); Green value is 81 (32.03% from 255 or 17.49% from 463); Blue value is 146 (57.42% from 255 or 31.53% from 463); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5192 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC5192 is #13AE6D. Grayscale: #868686. Windows color (decimal): -1289838 or 9589228. OLE color: 9589228.
HSL color Cylindrical-coordinate representation of color #EC5192: hue angle of 334.84º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EC5192 is Cyan = 0, Magento = 0.66, Yellow = 0.38 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 81 | 146 | - |
| CMYK | 0 | 0.66 | 0.38 | 0.07 |
| HSL | 334.84º | 0.8% | 0.62% | - |
| HSV(B) | 334.84º | 0.66% | 0.93% | - |
| XYZ | 42.72 | 25.79 | 29.92 | - |
| YUV | 134.76 | 134.35 | 200.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 81 | 146 | 0 | 0.66 | 0.38 | 0.07 | 334.84 | 0.8 | 0.62 |
| Hex | EC | 51 | 92 | 0 | 42 | 26 | 7 | 14F | 50 | 3E |
| Octal | 354 | 121 | 222 | 0 | 102 | 46 | 7 | 517 | 120 | 76 |
| Binary | 11101100 | 1010001 | 10010010 | 0 | 1000010 | 100110 | 111 | 101001111 | 1010000 | 111110 |
Color Harmonies of #EC5192
Complementary color
Monochromatic Colors of #EC5192
Black with #EC5192
Text Example
Text Example
White with #EC5192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC5192; }
p { color: rgb(236,81,146); }
H1.HeaderClassName
{
color: #EC5192;
}
.AnyTagClassName
{
color: #EC5192;
}
</style>
background-color css
<style>
a { background-color: #EC5192; }
a { background-color: rgb(236,81,146); }
div.DivClassName
{
background-color: #EC5192;
}
.BgClassName
{
background-color: #EC5192;
}
</style>
border-color css
<style>
span { border-color: #EC5192; }
span { border-color: rgb(236,81,146); }
td.TdClassName
{
border-color: #EC5192;
}
.TagClassName
{
border-color: #EC5192;
}
</style>