Shades of French Rose #EC5196
Tints of French Rose #EC5196
RGB
CMYK
RGB Variations
Color information
#EC5196 (or 0xEC5196) is known color: French Rose. HEX triplet: EC, 51 and 96. RGB value is (236,81,150). Sum of RGB (Red+Green+Blue) = 236+81+150=467 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.54% from 467); Green value is 81 (32.03% from 255 or 17.34% from 467); Blue value is 150 (58.98% from 255 or 32.12% from 467); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5196 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC5196 is #13AE69. Grayscale: #878787. Windows color (decimal): -1289834 or 9851372. OLE color: 9851372.
HSL color Cylindrical-coordinate representation of color #EC5196: hue angle of 333.29º 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 #EC5196 is Cyan = 0, Magento = 0.66, Yellow = 0.36 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 81 | 150 | - |
| CMYK | 0 | 0.66 | 0.36 | 0.07 |
| HSL | 333.29º | 0.8% | 0.62% | - |
| HSV(B) | 333.29º | 0.66% | 0.93% | - |
| XYZ | 43.04 | 25.92 | 31.59 | - |
| YUV | 135.21 | 136.35 | 199.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 81 | 150 | 0 | 0.66 | 0.36 | 0.07 | 333.29 | 0.8 | 0.62 |
| Hex | EC | 51 | 96 | 0 | 42 | 24 | 7 | 14D | 50 | 3E |
| Octal | 354 | 121 | 226 | 0 | 102 | 44 | 7 | 515 | 120 | 76 |
| Binary | 11101100 | 1010001 | 10010110 | 0 | 1000010 | 100100 | 111 | 101001101 | 1010000 | 111110 |
Color Harmonies of #EC5196
Complementary color
Monochromatic Colors of #EC5196
Black with #EC5196
Text Example
Text Example
White with #EC5196
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC5196; }
p { color: rgb(236,81,150); }
H1.HeaderClassName
{
color: #EC5196;
}
.AnyTagClassName
{
color: #EC5196;
}
</style>
background-color css
<style>
a { background-color: #EC5196; }
a { background-color: rgb(236,81,150); }
div.DivClassName
{
background-color: #EC5196;
}
.BgClassName
{
background-color: #EC5196;
}
</style>
border-color css
<style>
span { border-color: #EC5196; }
span { border-color: rgb(236,81,150); }
td.TdClassName
{
border-color: #EC5196;
}
.TagClassName
{
border-color: #EC5196;
}
</style>